PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-04-07T20:47:06 ActivePerl-1205 CPAN-1.9800 Reading '/export/home/fly1232/var/cpan/Metadata' Database was generated on Mon, 08 Apr 2013 00:17:02 GMT Running make for S/SH/SHARYANTO/SHARYANTO-SQL-Schema-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/SH/SHARYANTO/SHARYANTO-SQL-Schema-0.06.tar.gz ok SHARYANTO-SQL-Schema-0.06/ SHARYANTO-SQL-Schema-0.06/README SHARYANTO-SQL-Schema-0.06/Build.PL SHARYANTO-SQL-Schema-0.06/lib/ SHARYANTO-SQL-Schema-0.06/lib/SHARYANTO/ SHARYANTO-SQL-Schema-0.06/lib/SHARYANTO/SQL/ SHARYANTO-SQL-Schema-0.06/lib/SHARYANTO/SQL/Schema.pm SHARYANTO-SQL-Schema-0.06/MANIFEST.SKIP SHARYANTO-SQL-Schema-0.06/Changes SHARYANTO-SQL-Schema-0.06/dist.ini SHARYANTO-SQL-Schema-0.06/LICENSE SHARYANTO-SQL-Schema-0.06/t/ SHARYANTO-SQL-Schema-0.06/t/00-compile.t SHARYANTO-SQL-Schema-0.06/t/01-basics.t SHARYANTO-SQL-Schema-0.06/t/release-pod-coverage.t SHARYANTO-SQL-Schema-0.06/t/release-pod-syntax.t SHARYANTO-SQL-Schema-0.06/t/release-rinci.t SHARYANTO-SQL-Schema-0.06/weaver.ini SHARYANTO-SQL-Schema-0.06/MANIFEST SHARYANTO-SQL-Schema-0.06/META.json SHARYANTO-SQL-Schema-0.06/META.yml CPAN.pm: Building S/SH/SHARYANTO/SHARYANTO-SQL-Schema-0.06.tar.gz >>> /export/home/fly1232/bin/perl Build.PL Version::Requirements is deprecated; replace with CPAN::Meta::Requirements at /export/home/fly1232/var/megalib/Version/Requirements.pm line 17. require Version/Requirements.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Prereqs.pm line 10 CPAN::Meta::Prereqs::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Prereqs.pm called at /export/home/fly1232/var/megalib/CPAN/Meta/Feature.pm line 7 CPAN::Meta::Feature::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta/Feature.pm called at /export/home/fly1232/var/megalib/CPAN/Meta.pm line 9 CPAN::Meta::BEGIN() called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 eval {...} called at /export/home/fly1232/var/megalib/Version/Requirements.pm line 0 require CPAN/Meta.pm called at (eval 33) line 2 eval 'require CPAN::Meta ;' called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1664 Module::Build::Base::try_require('Module::Build=HASH(0x6a1448)', 'CPAN::Meta', 2.110420) called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1897 Module::Build::Base::create_mymeta('Module::Build=HASH(0x6a1448)') called at /export/home/fly1232/var/megalib/Module/Build/Base.pm line 1957 Module::Build::Base::create_build_script('Module::Build=HASH(0x6a1448)') called at Build.PL line 39 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'SHARYANTO-SQL-Schema' version '0.06' >>> ./Build Building SHARYANTO-SQL-Schema SHARYANTO/SHARYANTO-SQL-Schema-0.06.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/00-compile.t ............ 1..1 ok 1 - SHARYANTO::SQL::Schema loaded ok ok DBD::SQLite::db do failed: table t4 already exists at /data1/fly1232-var/cpan/build/SHARYANTO-SQL-Schema-0.06-JLrtz9/blib/lib/SHARYANTO/SQL/Schema.pm line 145. DBD::SQLite::db do failed: near "blah": syntax error at /data1/fly1232-var/cpan/build/SHARYANTO-SQL-Schema-0.06-JLrtz9/blib/lib/SHARYANTO/SQL/Schema.pm line 145. # [ # 500, # 'Can\'t upgrade schema (from version 1): near "blah": syntax error' # ] DBD::SQLite::db do failed: near "blah": syntax error at /data1/fly1232-var/cpan/build/SHARYANTO-SQL-Schema-0.06-JLrtz9/blib/lib/SHARYANTO/SQL/Schema.pm line 145. # [ # 500, # 'Can\'t upgrade schema (from version 2): near "blah": syntax error' # ] t/01-basics.t ............. ok 1 - table t1 exists ok 2 - table t2 exists ok 3 - table t3 exists ok 4 - table t4 doesn't exist ok 5 - v 1..5 ok 1 - create (v1) ok 1 - table t1 exists ok 2 - table t2 exists ok 3 - table t4 exists ok 4 - table t3 doesn't exist ok 5 - v 1..5 ok 2 - upgrade to v2 ok 1 - table t1 exists ok 2 - table t4 exists ok 3 - table t2 doesn't exist ok 4 - table t3 doesn't exist ok 5 - v 1..5 ok 3 - upgrade to v3 ok 1 - table t1 exists ok 2 - table t4 exists ok 3 - table t2 doesn't exist ok 4 - table t3 doesn't exist ok 5 - v 1..5 ok 4 - create (directly to v3, via install) ok 1 - res ok 2 - table t1 exists ok 3 - table t2 exists ok 4 - table t3 exists ok 5 - table t4 doesn't exist ok 6 - v 1..6 ok 5 - failed upgrade 1->2 due to error in SQL ok 1 - res ok 2 - table t1 exists ok 3 - table t2 exists ok 4 - table t4 exists ok 5 - table t3 doesn't exist ok 6 - v 1..6 ok 6 - failed upgrade 2->3 due to error in SQL 1..6 ok t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/release-rinci.t ......... skipped: these tests are for release candidate testing All tests successful. Files=5, Tests=7, 1 wallclock secs ( 0.14 usr 0.05 sys + 0.94 cusr 0.16 csys = 1.29 CPU) Result: PASS SHARYANTO/SHARYANTO-SQL-Schema-0.06.tar.gz ./Build test verbose=1 -- OK Steven Haryanto <stevenharyanto@gmail.com> Routine and convention to create/update your application's DB schema >>> (cd /export/home/fly1232/var/cpan/build/SHARYANTO-SQL-Schema-0.06-JLrtz9 && tar cvf - SHARYANTO-SQL-Schema-0.06.ppd blib) | gzip -c >/export/home/fly1232/var/REPO/S/SH/SHARYANTO/SHARYANTO-SQL-Schema-0.06.tar.gz SHARYANTO-SQL-Schema-0.06.ppd blib/ blib/lib/ blib/lib/SHARYANTO/ blib/lib/SHARYANTO/SQL/ blib/lib/SHARYANTO/SQL/Schema.pm >>> mv /export/home/fly1232/var/cpan/build/SHARYANTO-SQL-Schema-0.06-JLrtz9/SHARYANTO-SQL-Schema-0.06.ppd /export/home/fly1232/var/REPO/S/SH/SHARYANTO Finished 2013-04-07T20:47:23