# running Build.PL Set up gcc environment - 3.3 Set up gcc environment - 3.3 Set up gcc environment - 3.3 /export/home/cpanrun/build/5.10.0/bin/perl Build.PL Set up gcc environment - 3.3 Set up gcc environment - 3.3 Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'DBIx-Class-FormTools' version '0.000006' Set up gcc environment - 3.3 /export/home/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 Set up gcc environment - 3.3 Set up gcc environment - 3.3 Set up gcc environment - 3.3 Set up gcc environment - 3.3 Copying lib/DBIx/Class/FormTools.pm -> blib/lib/DBIx/Class/FormTools.pm Manifying blib/lib/DBIx/Class/FormTools.pm -> blib/libdoc/DBIx::Class::FormTools.3 Build: blib/lib/DBIx/Class/FormTools.pm: cannot resolve L in paragraph 31. Build: blib/lib/DBIx/Class/FormTools.pm: cannot resolve L in paragraph 122. HTMLifying blib/lib/DBIx/Class/FormTools.pm -> blib/libhtml/site/lib/DBIx/Class/FormTools.html /export/home/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 test Set up gcc environment - 3.3 Set up gcc environment - 3.3 Set up gcc environment - 3.3 Set up gcc environment - 3.3 t/00.load...................Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. 1..3 ok 1 - use DBIx::Class::FormTools; ok 2 - use DBIx::Class::FormTools; ok 3 - use Test; # Testing DBIx::Class::FormTools 0.000006 ok t/05.fieldname..............1..17 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use Test; ok 2 - Schema created ok 3 - Helper object created ok 4 - fieldname: dbic|o1|Schema::Film|id:1|title ok 5 - fieldname: dbic|o1|Schema::Film|id:1|length ok 6 - fieldname: dbic|o1|Schema::Film|id:1|comment ok 7 - fieldname: dbic|o2|Schema::Film|id:2|title ok 8 - fieldname: dbic|o2|Schema::Film|id:2|length ok 9 - fieldname: dbic|o2|Schema::Film|id:2|comment ok 10 - fieldname: dbic|o3|Schema::Film|id:new|title ok 11 - fieldname: dbic|o3|Schema::Film|id:new|length ok 12 - fieldname: dbic|o3|Schema::Film|id:new|comment ok 13 - fieldname: dbic|o4|Schema::Film|id:new|title ok 14 - fieldname: dbic|o4|Schema::Film|id:new|length ok 15 - fieldname: dbic|o4|Schema::Film|id:new|comment ok 16 - dbic|o3|Schema::Role|actor_id:o2;film_id:o1| ok 17 - dbic|o3|Schema::Role|actor_id:o2;film_id:o1|charater ok t/10.local_attributes.......1..11 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use DBIx::Class::FormTools; ok 2 - use Test; ok 3 - Schema created ok 4 - Helper object created ok 5 - Formdata created: # { # "dbic|o1|Schema::Film|id:1|comment" => "Damn it!", # "dbic|o1|Schema::Film|id:1|length" => 42, # "dbic|o1|Schema::Film|id:1|title" => "Southpark", # "dbic|o2|Schema::Film|id:2|comment" => "Zed's dead baby...", # "dbic|o2|Schema::Film|id:2|length" => 120, # "dbic|o2|Schema::Film|id:2|title" => "Pulp Fiction", # "dbic|o3|Schema::Film|id:new|comment" => "Pussy wagon", # "dbic|o3|Schema::Film|id:new|length" => 99, # "dbic|o3|Schema::Film|id:new|title" => "Kill bill", # "dbic|o4|Schema::Film|id:new|comment" => "Watch the sky for engines", # "dbic|o4|Schema::Film|id:new|length" => 123, # "dbic|o4|Schema::Film|id:new|title" => "Donnie Darko", # } ok 6 - Excacly four object retrieved ok 7 - Object is a Film ok 8 - Object is a Film ok 9 - Object is a Film ok 10 - Object is a Film ok 11 - Updating objects in db ok t/20.one_to_many_fields.....1..9 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use DBIx::Class::FormTools; ok 2 - use Test; ok 3 - Schema created ok 4 - Helper object created ok 5 - Formdata created: # { # "dbic|o1|Schema::Film|id:1|comment" => "Really funny film", # "dbic|o1|Schema::Film|id:1|length" => 142, # "dbic|o1|Schema::Film|id:1|location_id" => 1, # "dbic|o1|Schema::Film|id:1|title" => "Office Space II", # } ok 6 - Excacly one object retrieved ok 7 - Object is a Film ok 8 - Object has a Location ok 9 - Updating objects in db ok t/21.one_to_many_fields.....1..9 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use DBIx::Class::FormTools; ok 2 - use Test; ok 3 - Schema created ok 4 - Helper object created ok 5 - Formdata created: # { # "dbic|o1|Schema::Film|id:1|comment" => "Short film about ...", # "dbic|o1|Schema::Film|id:1|length" => 42, # "dbic|o1|Schema::Film|id:1|location_id" => "o2", # "dbic|o1|Schema::Film|id:1|title" => "Office Space - Behind the office", # "dbic|o2|Schema::Location|id:new|name" => "Initec HQ", # } ok 6 - Excacly two object retrieved ok 7 - Object is a Film ok 8 - Object has a Location ok 9 - Updating objects in db ok t/22.one_to_many_fields.....1..9 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use DBIx::Class::FormTools; ok 2 - use Test; ok 3 - Schema created ok 4 - Helper object created ok 5 - Formdata created: # { # "dbic|o1|Schema::Film|id:new|comment" => "The hills are alive...", # "dbic|o1|Schema::Film|id:new|length" => 100, # "dbic|o1|Schema::Film|id:new|location_id" => "o2", # "dbic|o1|Schema::Film|id:new|title" => "Sound of music", # "dbic|o2|Schema::Location|id:new|name" => "Somewhere over the rainbow", # } ok 6 - Excacly two object retrieved ok 7 - Object is a Film ok 8 - Object has a Location ok 9 - Updating objects in db ok t/30.many_to_many_fields....1..8 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use DBIx::Class::FormTools; ok 2 - use Test; ok 3 - Schema created ok 4 - Helper object created ok 5 - Formdata created: # { # "dbic|o1|Schema::Film|id:1|comment" => "Damn, they swear!", # "dbic|o1|Schema::Film|id:1|length" => 42, # "dbic|o1|Schema::Film|id:1|title" => "Bigger longer uncut", # "dbic|o2|Schema::Actor|id:1|name" => "Cartman", # "dbic|o3|Schema::Role|actor_id:o2;film_id:o1|" => "Fat kid", # } ok 6 - Excacly three object retrieved ok 7 - Object is a Film ok 8 - Updating objects in db ok t/31.many_to_many_fields....1..8 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use DBIx::Class::FormTools; ok 2 - use Test; ok 3 - Schema created ok 4 - Helper object created ok 5 - Formdata created: # { # "dbic|o1|Schema::Film|id:new|comment" => "It is night ..", # "dbic|o1|Schema::Film|id:new|length" => 122, # "dbic|o1|Schema::Film|id:new|title" => "Black Ninja III", # "dbic|o2|Schema::Actor|id:new|name" => "Chuck Norris", # "dbic|o3|Schema::Role|actor_id:o2;film_id:o1|" => "Dummy value", # } ok 6 - Excacly three object retrieved ok 7 - Object is a Film ok 8 - Updating objects in db ok t/32.many_to_many_fields....1..10 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 - use DBIx::Class::FormTools; ok 2 - use Test; ok 3 - Schema created ok 4 - Helper object created ok 5 - Formdata created: # { # "dbic|o1|Schema::Film|id:new|comment" => "TIMMY!!", # "dbic|o1|Schema::Film|id:new|length" => 99, # "dbic|o1|Schema::Film|id:new|title" => "Timmy on the run", # "dbic|o2|Schema::Actor|id:new|name" => "Stan Marsh", # "dbic|o3|Schema::Role|actor_id:o2;film_id:o1|charater" => "Kid", # } ok 6 - Excacly three object retrieved (3) ok 7 - Object is a Film ok 8 - Object is a Actor ok 9 - Object is a Role ok 10 - Updating objects in db ok t/40.form...................1..1 Name "DBD::SQLite::sqlite_version" used only once: possible typo at /export/home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. ok 1 ok t/pod-coverage..............1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.......................1..1 ok 1 - blib/lib/DBIx/Class/FormTools.pm ok All tests successful, 1 test skipped. Files=12, Tests=86, 41 wallclock secs (32.28 cusr + 1.92 csys = 34.20 CPU) /export/home/cpanrun/build/5.10.0/bin/perl Build --makefile_env_macros 1 install Set up gcc environment - 3.3 Set up gcc environment - 3.3 Set up gcc environment - 3.3 Set up gcc environment - 3.3 Installing /export/home/cpanrun/build/5.10.0/site/lib/DBIx/Class/FormTools.pm Installing /export/home/cpanrun/build/5.10.0/site/man/man3/DBIx::Class::FormTools.3 Installing /export/home/cpanrun/build/5.10.0/html/site/lib/DBIx/Class/FormTools.html Writing /export/home/cpanrun/build/5.10.0/site/lib/auto/DBIx/Class/FormTools/.packlist