Start 2008-07-31T12:06:47 Going to read /home/fly1003/var/cpan/Metadata Database was generated on Thu, 31 Jul 2008 10:02:48 GMT Running make for S/ST/STEFFENW/Bundle-DBD-PO-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/ST/STEFFENW/Bundle-DBD-PO-0.06.tar.gz ok Bundle-DBD-PO-0.06 Bundle-DBD-PO-0.06/META.yml Bundle-DBD-PO-0.06/Changes Bundle-DBD-PO-0.06/Bundle-DBD-PO.ppd Bundle-DBD-PO-0.06/MANIFEST Bundle-DBD-PO-0.06/Makefile.PL Bundle-DBD-PO-0.06/Build.PL Bundle-DBD-PO-0.06/README /bin/tar: Read 7168 bytes from - Bundle-DBD-PO-0.06/t Bundle-DBD-PO-0.06/t/98_pod.t Bundle-DBD-PO-0.06/t/99_pod_coverage.t Bundle-DBD-PO-0.06/lib Bundle-DBD-PO-0.06/lib/Bundle Bundle-DBD-PO-0.06/lib/Bundle/DBD Bundle-DBD-PO-0.06/lib/Bundle/DBD/PO.pm CPAN.pm: Going to build S/ST/STEFFENW/Bundle-DBD-PO-0.06.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite DBD::PO 0.06 not found. We have 0.03. Writing Makefile for Bundle::DBD::PO ---- Unsatisfied dependencies detected during ---- ---- STEFFENW/Bundle-DBD-PO-0.06.tar.gz ---- DBD::PO [requires] Running make test Delayed until after prerequisites Running test for module 'DBD::PO' Running make for S/ST/STEFFENW/DBD-PO-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/ST/STEFFENW/DBD-PO-0.06.tar.gz ok DBD-PO-0.06 DBD-PO-0.06/Changes DBD-PO-0.06/MANIFEST DBD-PO-0.06/META.yml DBD-PO-0.06/Makefile.PL DBD-PO-0.06/Build.PL DBD-PO-0.06/README DBD-PO-0.06/lib DBD-PO-0.06/lib/DBD DBD-PO-0.06/lib/DBD/PO.pm DBD-PO-0.06/lib/DBD/PO DBD-PO-0.06/lib/DBD/PO/db.pm DBD-PO-0.06/lib/DBD/PO/Statement.pm DBD-PO-0.06/lib/DBD/PO/st.pm DBD-PO-0.06/lib/DBD/PO/dr.pm DBD-PO-0.06/lib/DBD/PO/Table.pm DBD-PO-0.06/lib/DBD/PO/Locale DBD-PO-0.06/lib/DBD/PO/Locale/PO.pm DBD-PO-0.06/lib/DBD/PO/Text DBD-PO-0.06/lib/DBD/PO/Text/PO.pm DBD-PO-0.06/lib/Test DBD-PO-0.06/lib/Test/DBD DBD-PO-0.06/lib/Test/DBD/PO DBD-PO-0.06/lib/Test/DBD/PO/Defaults.pm DBD-PO-0.06/example DBD-PO-0.06/example/write.pl DBD-PO-0.06/example/read.pl DBD-PO-0.06/t DBD-PO-0.06/t/01_create_table.t DBD-PO-0.06/t/11_crash.t DBD-PO-0.06/t/08_drop_table.t DBD-PO-0.06/t/06_obsolete.t DBD-PO-0.06/t/02_fill_table.t DBD-PO-0.06/t/07_split_header_msgstr.t DBD-PO-0.06/t/12_more_tables.t DBD-PO-0.06/t/98_pod.t DBD-PO-0.06/t/03_check_table.t DBD-PO-0.06/t/99_pod_coverage.t DBD-PO-0.06/t/13_charsets.t DBD-PO-0.06/t/05_change_flags.t DBD-PO-0.06/t/04_change_table.t /bin/tar: Read 2560 bytes from - CPAN.pm: Going to build S/ST/STEFFENW/DBD-PO-0.06.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for DBD::PO >>> make cp lib/DBD/PO/db.pm blib/lib/DBD/PO/db.pm cp lib/DBD/PO/Text/PO.pm blib/lib/DBD/PO/Text/PO.pm cp lib/DBD/PO/Locale/PO.pm blib/lib/DBD/PO/Locale/PO.pm cp lib/DBD/PO/dr.pm blib/lib/DBD/PO/dr.pm cp lib/DBD/PO.pm blib/lib/DBD/PO.pm cp lib/Test/DBD/PO/Defaults.pm blib/lib/Test/DBD/PO/Defaults.pm cp lib/DBD/PO/Statement.pm blib/lib/DBD/PO/Statement.pm cp lib/DBD/PO/st.pm blib/lib/DBD/PO/st.pm cp lib/DBD/PO/Table.pm blib/lib/DBD/PO/Table.pm Manifying blib/man3/DBD::PO::Locale::PO.3 Manifying blib/man3/DBD::PO::Text::PO.3 Manifying blib/man3/DBD::PO::db.3 Manifying blib/man3/DBD::PO::dr.3 Manifying blib/man3/DBD::PO.3 Manifying blib/man3/Test::DBD::PO::Defaults.3 Manifying blib/man3/DBD::PO::Statement.3 Manifying blib/man3/DBD::PO::st.3 Manifying blib/man3/DBD::PO::Table.3 STEFFENW/DBD-PO-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_create_table........... 1..6 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - create table ok 4 - table file found ok 5 - insert header ok 6 - check po file ok t/02_fill_table............. 1..10 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - prepare insert isa DBI::st ok 4 - insert full row ok 5 - insert full row, all are arrays ok 6 - insert minimized row ok 7 - prepare insert isa DBI::st ok 8 - insert row 1 ok 9 - insert row 2 ok 10 - check po file ok t/03_check_table............ 1..8 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - The object isa DBI::st ok 4 - execute: id_2 ok 5 - fetch result: id_2 ok 6 - execute: id_value1${separator}id_value2 ok 7 - fetch result: id_value1${separator}id_value2 ok 8 - check po file ok t/04_change_table........... 1..7 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - update row 1 ok 4 - prepare isa DBI::st ok 5 - execute ok 6 - fetch result ok 7 - check po file ok t/05_change_flags........... 1..42 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - prepare update header isa DBI::st ok 4 - prepare select header isa DBI::st ok 5 - update: header fuzzy=1 ok 6 - select: header fuzzy=1 ok 7 - fetch result: header fuzzy=1 ok 8 - check po file: header fuzzy=1 ok 9 - update: header fuzzy=0 ok 10 - select: header fuzzy=0 ok 11 - fetch result: header fuzzy=0 ok 12 - check po file: header fuzzy=0 ok 13 - The object isa DBI::st ok 14 - The object isa DBI::st ok 15 - update: fuzzy=1 ok 16 - select: fuzzy=1 ok 17 - fetch result: fuzzy=1 ok 18 - check po file: fuzzy=1 ok 19 - update: c-format=1 ok 20 - select: c-format=1 ok 21 - fetch result: c-format=1 ok 22 - check po file: c-format=1 ok 23 - update: php-format=1 ok 24 - select: php-format=1 ok 25 - fetch result: php-format=1 ok 26 - check po file: php-format=1 ok 27 - update: c-format=-1 ok 28 - select: c-format=-1 ok 29 - fetch result: c-format=-1 ok 30 - check po file: c-format=-1 ok 31 - update: php-format=-1 ok 32 - select: php-format=-1 ok 33 - fetch result: php-format=-1 ok 34 - check po file: php-format=-1 ok 35 - update: all=1 ok 36 - select: all=1 ok 37 - fetch result: all=1 ok 38 - check po file: all=1 ok 39 - update: all=0 ok 40 - select: all=0 ok 41 - fetch result: all=0 ok 42 - check po file: all=0 ok t/06_obsolete............... 1..12 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - prepare update isa DBI::st ok 4 - prepare select isa DBI::st ok 5 - update: obsolete=1 ok 6 - select: obsolete=1 ok 7 - fetch result: obsolete=1 ok 8 - check po file ok 9 - update: obsolete=0 ok 10 - select: obsolete=0 ok 11 - fetch result: obsolete=0 ok 12 - check po file ok t/07_split_header_msgstr.... 1..5 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - prepare isa DBI::st ok 4 - execute ok 5 - split header msgstr ok t/08_drop_table............. 1..4 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - drop table ok 4 - table file deleted ok t/11_crash.................. 1..15 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - create table ok 4 - table file found ok 5 - write a line and not the header at first ok 6 - write an empty header ok 7 - write a false header ok 8 - write a true header ok 9 - write a true line ok 10 - a line looks like a header ok 11 - change a header to an empty header ok 12 - change a header to a false header ok 13 - change a line to a false line ok 14 - drop table ok 15 - table file deleted ok t/12_more_tables............ 1..22 ok 1 - require DBI; ok 2 - connect isa DBI::db ok 3 - connect 1 isa DBI::db ok 4 - create table (po_more_tables_1.po) ok 5 - table file found (/home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/po_more_tables_1.po) ok 6 - connect 2 isa DBI::db ok 7 - create table (po_more_tables_2.po) ok 8 - table file found (/home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/po_more_tables_2.po) ok 9 - insert header into table po_more_tables_1.po ok 10 - insert header into table po_more_tables_2.po ok 11 - insert line into table po_more_tables_1.po ok 12 - insert line into table po_more_tables_2.po ok 13 - prepare po_more_tables_1.po isa DBI::st ok 14 - prepare po_more_tables_2.po isa DBI::st ok 15 - insert po_more_tables_1.po ok 16 - insert po_more_tables_2.po ok 17 - fetch po_more_tables_1.po ok 18 - fetch po_more_tables_2.po ok 19 - drop table po_more_tables_1.po ok 20 - table file /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/po_more_tables_1.po deleted ok 21 - drop table po_more_tables_2.po ok 22 - table file /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/po_more_tables_2.po deleted ok t/13_charsets............... 1..18 ok 1 - require DBI; ok 2 - require charnames; ok 3 - connect (utf-8) isa DBI::db ok 4 - create table (utf-8) ok 5 - table file found (utf-8) ok 6 - connect (ISO-8859-1) isa DBI::db ok 7 - create table (ISO-8859-1) ok 8 - table file found (ISO-8859-1) ok 9 - add header (utf-8) ok 10 - add header (ISO-8859-1) ok 11 - add line (utf-8) ok 12 - add line (ISO-8859-1) ok 13 - check po file (utf-8) ok 14 - check po file (ISO-8859-1) ok 15 - drop table ok 16 - drop table (utf-8) ok 17 - drop table ok 18 - drop table (ISO-8859-1) ok t/98_pod.................... 1..9 ok 1 - blib/lib/DBD/PO.pm ok 2 - blib/lib/DBD/PO/db.pm ok 3 - blib/lib/DBD/PO/dr.pm ok 4 - blib/lib/DBD/PO/st.pm ok 5 - blib/lib/DBD/PO/Table.pm ok 6 - blib/lib/DBD/PO/Statement.pm ok 7 - blib/lib/DBD/PO/Text/PO.pm ok 8 - blib/lib/DBD/PO/Locale/PO.pm ok 9 - blib/lib/Test/DBD/PO/Defaults.pm ok t/99_pod_coverage........... 1..9 ok 1 - Pod coverage on DBD::PO ok 2 - Pod coverage on DBD::PO::db ok 3 - Pod coverage on DBD::PO::dr ok 4 - Pod coverage on DBD::PO::st ok 5 - Pod coverage on DBD::PO::Table ok 6 - Pod coverage on DBD::PO::Statement ok 7 - Pod coverage on DBD::PO::Text::PO ok 8 - Pod coverage on DBD::PO::Locale::PO ok 9 - Pod coverage on Test::DBD::PO::Defaults ok All tests successful. Files=13, Tests=167, 7 wallclock secs ( 0.19 usr 0.06 sys + 5.08 cusr 0.49 csys = 5.82 CPU) Result: PASS STEFFENW/DBD-PO-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Steffen Winkler <cpan@steffen-winkler.de> DBD::PO - DBI driver for PO files >>> (cd /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6 && tar cvf - DBD-PO-0.06.ppd blib) | gzip -c >/home/fly1003/var/REPO/S/ST/STEFFENW/DBD-PO-0.06.tar.gz DBD-PO-0.06.ppd blib/ blib/lib/ blib/lib/DBD/ blib/lib/DBD/PO/ blib/lib/DBD/PO/Text/ blib/lib/DBD/PO/Text/PO.pm blib/lib/DBD/PO/db.pm blib/lib/DBD/PO/dr.pm blib/lib/DBD/PO/st.pm blib/lib/DBD/PO/Locale/ blib/lib/DBD/PO/Locale/PO.pm blib/lib/DBD/PO/Table.pm blib/lib/DBD/PO/Statement.pm blib/lib/DBD/PO.pm blib/lib/Test/ blib/lib/Test/DBD/ blib/lib/Test/DBD/PO/ blib/lib/Test/DBD/PO/Defaults.pm blib/man3/ blib/man3/DBD::PO::Statement.3 blib/man3/DBD::PO::Table.3 blib/man3/DBD::PO::Text::PO.3 blib/man3/DBD::PO.3 blib/man3/DBD::PO::Locale::PO.3 blib/man3/Test::DBD::PO::Defaults.3 blib/man3/DBD::PO::db.3 blib/man3/DBD::PO::dr.3 blib/man3/DBD::PO::st.3 >>> mv /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/DBD-PO-0.06.ppd /home/fly1003/var/REPO/S/ST/STEFFENW Megalib: No ordering between package DBD-PO-0.03 and DBD-PO-0.06 at /home/fly1003/lib/Fly/Megalib.pm line 28 Running make for S/ST/STEFFENW/Bundle-DBD-PO-0.06.tar.gz Prepending /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/blib/arch /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly1003/var/cpan/build/Bundle-DBD-PO-0.06-xbDy2S Prepending /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/blib/arch /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build S/ST/STEFFENW/Bundle-DBD-PO-0.06.tar.gz >>> make cp lib/Bundle/DBD/PO.pm blib/lib/Bundle/DBD/PO.pm Manifying blib/man3/Bundle::DBD::PO.3 STEFFENW/Bundle-DBD-PO-0.06.tar.gz make -- OK Prepending /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/blib/arch /home/fly1003/var/cpan/build/DBD-PO-0.06-91sUA6/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/98_pod............. 1..1 ok 1 - blib/lib/Bundle/DBD/PO.pm ok t/99_pod_coverage.... 1..1 ok 1 - Pod coverage on Bundle::DBD::PO ok All tests successful. Files=2, Tests=2, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.28 cusr 0.03 csys = 0.33 CPU) Result: PASS STEFFENW/Bundle-DBD-PO-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Steffen Winkler <cpan@steffen-winkler.de> Bundle::DBD::PO - A bundle to install all DBD::PO related modules >>> (cd /home/fly1003/var/cpan/build/Bundle-DBD-PO-0.06-xbDy2S && tar cvf - Bundle-DBD-PO-0.06.ppd blib) | gzip -c >/home/fly1003/var/REPO/S/ST/STEFFENW/Bundle-DBD-PO-0.06.tar.gz Bundle-DBD-PO-0.06.ppd blib/ blib/lib/ blib/lib/Bundle/ blib/lib/Bundle/DBD/ blib/lib/Bundle/DBD/PO.pm blib/man3/ blib/man3/Bundle::DBD::PO.3 >>> mv /home/fly1003/var/cpan/build/Bundle-DBD-PO-0.06-xbDy2S/Bundle-DBD-PO-0.06.ppd /home/fly1003/var/REPO/S/ST/STEFFENW Finished 2008-07-31T12:07:02