Start 2008-07-21T06:10:48 Going to read /home/cpanfly/var/cpan/Metadata Database was generated on Mon, 21 Jul 2008 10:02:47 GMT Running make for S/ST/STEFFENW/Bundle-DBD-PO-0.02.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/ST/STEFFENW/Bundle-DBD-PO-0.02.tar.gz ok Bundle-DBD-PO-0.02 Bundle-DBD-PO-0.02/META.yml Bundle-DBD-PO-0.02/Changes Bundle-DBD-PO-0.02/Bundle-DBD-PO.ppd Bundle-DBD-PO-0.02/MANIFEST Bundle-DBD-PO-0.02/Build.PL Bundle-DBD-PO-0.02/README Bundle-DBD-PO-0.02/Makefile.PL Bundle-DBD-PO-0.02/t Bundle-DBD-PO-0.02/t/98_pod.t Bundle-DBD-PO-0.02/lib Bundle-DBD-PO-0.02/lib/Bundle Bundle-DBD-PO-0.02/lib/Bundle/DBD Bundle-DBD-PO-0.02/lib/Bundle/DBD/PO.pm CPAN.pm: Going to build S/ST/STEFFENW/Bundle-DBD-PO-0.02.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Warning: prerequisite DBD::PO 0.02 not found. Checking if your kit is complete... Looks good Writing Makefile for Bundle::DBD::PO ---- Unsatisfied dependencies detected during ---- ---- STEFFENW/Bundle-DBD-PO-0.02.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.02.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/ST/STEFFENW/DBD-PO-0.02.tar.gz ok DBD-PO-0.02 DBD-PO-0.02/Changes DBD-PO-0.02/MANIFEST DBD-PO-0.02/META.yml DBD-PO-0.02/Makefile.PL DBD-PO-0.02/Build.PL DBD-PO-0.02/README DBD-PO-0.02/lib DBD-PO-0.02/lib/DBD DBD-PO-0.02/lib/DBD/PO.pm DBD-PO-0.02/lib/DBD/PO DBD-PO-0.02/lib/DBD/PO/db.pm DBD-PO-0.02/lib/DBD/PO/Statement.pm DBD-PO-0.02/lib/DBD/PO/st.pm DBD-PO-0.02/lib/DBD/PO/dr.pm DBD-PO-0.02/lib/DBD/PO/Table.pm DBD-PO-0.02/lib/DBD/PO/Locale DBD-PO-0.02/lib/DBD/PO/Locale/PO.pm DBD-PO-0.02/lib/DBD/PO/Text DBD-PO-0.02/lib/DBD/PO/Text/PO.pm DBD-PO-0.02/t DBD-PO-0.02/t/11_crash.t DBD-PO-0.02/t/06_obsolete.t DBD-PO-0.02/t/02_fill_table.t DBD-PO-0.02/t/07_split_header_msgstr.t DBD-PO-0.02/t/01_build_table.t DBD-PO-0.02/t/98_pod.t DBD-PO-0.02/t/03_check_table.t DBD-PO-0.02/t/99_pod_coverage.t DBD-PO-0.02/t/04_change_table.t DBD-PO-0.02/t/05_change_flags.t DBD-PO-0.02/t/08_destroy_table.t CPAN.pm: Going to build S/ST/STEFFENW/DBD-PO-0.02.tar.gz >>> /home/cpanfly/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/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/DBD::PO::Statement.3 Manifying blib/man3/DBD::PO::st.3 Manifying blib/man3/DBD::PO::Table.3 STEFFENW/DBD-PO-0.02.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_build_table............ 1..6 ok 1 - use 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 - use 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 - use 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 - use 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 - use 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 - use 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 - use DBI; ok 2 - connect isa DBI::db ok 3 - prepare isa DBI::st ok 4 - execute ok 5 - split header msgstr ok t/08_destroy_table.......... 1..4 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - drop table ok 4 - table file deleted ok t/11_crash.................. 1..8 ok 1 - use DBI; ok 2 - connect isa DBI::db ok 3 - create table ok 4 - table file found ok 5 - change header and line ok 6 - change id to undef ok 7 - drop table ok 8 - table file deleted ok t/98_pod.................... 1..8 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 t/99_pod_coverage........... 1..8 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 All tests successful. Files=11, Tests=118, 3 wallclock secs ( 0.00 usr 0.06 sys + 1.35 cusr 0.43 csys = 1.84 CPU) Result: PASS STEFFENW/DBD-PO-0.02.tar.gz make test TEST_VERBOSE=1 -- OK Steffen Winkler <cpan@steffen-winkler.de> DBD::PO - DBI driver for PO files >>> (cd /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP && tar cvf - DBD-PO-0.02.ppd blib) | gzip -c >/home/cpanfly/var/REPO/S/ST/STEFFENW/DBD-PO-0.02.tar.gz DBD-PO-0.02.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/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/DBD::PO::db.3 blib/man3/DBD::PO::dr.3 blib/man3/DBD::PO::st.3 >>> mv /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP/DBD-PO-0.02.ppd /home/cpanfly/var/REPO/S/ST/STEFFENW Running make for S/ST/STEFFENW/Bundle-DBD-PO-0.02.tar.gz Prepending /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP/blib/arch /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Bundle-DBD-PO-0.02-HRQ4ae Prepending /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP/blib/arch /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build S/ST/STEFFENW/Bundle-DBD-PO-0.02.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.02.tar.gz make -- OK Prepending /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP/blib/arch /home/cpanfly/var/cpan/build/DBD-PO-0.02-JgpULP/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/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 All tests successful. Files=1, Tests=1, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.06 cusr 0.00 csys = 0.07 CPU) Result: PASS STEFFENW/Bundle-DBD-PO-0.02.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/cpanfly/var/cpan/build/Bundle-DBD-PO-0.02-HRQ4ae && tar cvf - Bundle-DBD-PO-0.02.ppd blib) | gzip -c >/home/cpanfly/var/REPO/S/ST/STEFFENW/Bundle-DBD-PO-0.02.tar.gz Bundle-DBD-PO-0.02.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/cpanfly/var/cpan/build/Bundle-DBD-PO-0.02-HRQ4ae/Bundle-DBD-PO-0.02.ppd /home/cpanfly/var/REPO/S/ST/STEFFENW Finished 2008-07-21T06:10:57