/usr/bin/perl Makefile.PL INSTALLDIRS=vendor Configuring DBD::Pg 2.8.3 PostgreSQL version: 80303 (default port: 5432) POSTGRES_HOME: (not set) POSTGRES_INCLUDE: /usr/include/postgresql POSTGRES_LIB: /usr/lib OS: linux Checking if your kit is complete... Looks good Using DBI 1.605 (for perl 5.010000 on i486-linux-gnu-thread-multi) installed in /usr/lib/perl5/auto/DBI/ Writing Makefile for DBD::Pg /usr/bin/make OPTIMIZE="-Wall -g -O2" LD_RUN_PATH="" make[1]: Entering directory `/tmp/buildd/libdbd-pg-perl-2.8.3' /usr/bin/perl -p -e "s/~DRIVER~/Pg/g; s/^do\(/dontdo\(/" /usr/lib/perl5/auto/DBI/Driver.xst > Pg.xsi cc -c -I/usr/include/postgresql -I/usr/lib/perl5/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPGLIBVERSION=80303 -DPGDEFPORT=5432 -Wall -g -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"2.8.3\" -DXS_VERSION=\"2.8.3\" -fPIC "-I/usr/lib/perl/5.10/CORE" dbdimp.c cc -c -I/usr/include/postgresql -I/usr/lib/perl5/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPGLIBVERSION=80303 -DPGDEFPORT=5432 -Wall -g -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"2.8.3\" -DXS_VERSION=\"2.8.3\" -fPIC "-I/usr/lib/perl/5.10/CORE" quote.c cc -c -I/usr/include/postgresql -I/usr/lib/perl5/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPGLIBVERSION=80303 -DPGDEFPORT=5432 -Wall -g -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"2.8.3\" -DXS_VERSION=\"2.8.3\" -fPIC "-I/usr/lib/perl/5.10/CORE" types.c cp lib/Bundle/DBD/Pg.pm blib/lib/Bundle/DBD/Pg.pm cp Pg.pm blib/lib/DBD/Pg.pm Running Mkbootstrap for DBD::Pg () chmod 644 Pg.bs /usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -typemap /usr/share/perl/5.10/ExtUtils/typemap Pg.xs > Pg.xsc && mv Pg.xsc Pg.c cp Pg.bs blib/arch/auto/DBD/Pg/Pg.bs chmod 644 blib/arch/auto/DBD/Pg/Pg.bs cc -c -I/usr/include/postgresql -I/usr/lib/perl5/auto/DBI -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPGLIBVERSION=80303 -DPGDEFPORT=5432 -Wall -g -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"2.8.3\" -DXS_VERSION=\"2.8.3\" -fPIC "-I/usr/lib/perl/5.10/CORE" Pg.c rm -f blib/arch/auto/DBD/Pg/Pg.so cc -shared -O2 -g -L/usr/local/lib Pg.o dbdimp.o quote.o types.o -o blib/arch/auto/DBD/Pg/Pg.so \ -L/usr/lib -lpq \ chmod 755 blib/arch/auto/DBD/Pg/Pg.so Manifying blib/man3/Bundle::DBD::Pg.3pm Manifying blib/man3/DBD::Pg.3pm make[1]: Leaving directory `/tmp/buildd/libdbd-pg-perl-2.8.3' TEST_CRITIC=1 /usr/bin/make test make[1]: Entering directory `/tmp/buildd/libdbd-pg-perl-2.8.3' PGINITDB="" PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-signature......skipped all skipped: Set the environment variable TEST_SIGNATURE to enable this test t/00basic...........ok t/01connect.........# # DBI Version 1.605 # DBD::Pg Version 2.8.3 # Perl Version 5.10.0 # OS linux # PostgreSQL (compiled) ? # PostgreSQL (target) ? # PostgreSQL (reported) ? # Default port ? # DBI_DSN ? # DBI_USER # Test schema dbd_pg_testschema # Adjusted: initdb # Error was: Failed to run initdb. ENV was: Final call was: initdb skipped all skipped: Connection to database failed, cannot continue testing t/01constants.......ok t/02attribs.........skipped all skipped: Connection to database failed, cannot continue testing t/03dbmethod........skipped all skipped: Connection to database failed, cannot continue testing t/03smethod.........skipped all skipped: Connection to database failed, cannot continue testing t/04misc............skipped all skipped: Connection to database failed, cannot continue testing t/06bytea...........skipped all skipped: Connection to database failed, cannot continue testing t/07copy............skipped all skipped: Connection to database failed, cannot continue testing t/08async...........skipped all skipped: Connection to database failed, cannot continue testing t/09arrays..........skipped all skipped: Connection to database failed, cannot continue testing t/12placeholders....skipped all skipped: Connection to database failed, cannot continue testing t/20savepoints......skipped all skipped: Connection to database failed, cannot continue testing t/99_perlcritic.....# # File: Makefile.PL (line 149) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test ' Failed Perl::Critic tests for file "Makefile.PL": 1' # at t/99_perlcritic.t line 109. # # File: t/01connect.t (line 59) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/01connect.t (line 88) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test ' Failed Perl::Critic tests for file "t/01connect.t": 2' # at t/99_perlcritic.t line 184. # # File: t/02attribs.t (line 121) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 128) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 137) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 144) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 244) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 257) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 400) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { require Encode; }; # # # File: t/02attribs.t (line 792) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 800) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/02attribs.t (line 828) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test ' Failed Perl::Critic tests for file "t/02attribs.t": 10' # at t/99_perlcritic.t line 184. # # File: t/03dbmethod.t (line 64) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 70) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 77) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 84) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 91) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 99) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 106) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 115) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 124) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 130) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 136) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 151) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 161) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 170) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 178) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 186) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 203) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 211) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 365) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 372) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 384) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 403) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 1132) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{123,456}, { pg_type => PG_POINT }); }; # # # File: t/03dbmethod.t (line 1139) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[123,456]}, { pg_type => PG_POINT }); }; # # # File: t/03dbmethod.t (line 1143) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{A123,456}, { pg_type => PG_POINT }); }; # # # File: t/03dbmethod.t (line 1148) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{123,456}, { pg_type => PG_LINE }); }; # # # File: t/03dbmethod.t (line 1152) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[123,456]}, { pg_type => PG_LINE }); }; # # # File: t/03dbmethod.t (line 1156) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{<123,456}, { pg_type => PG_LINE }); }; # # # File: t/03dbmethod.t (line 1160) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[123,456]}, { pg_type => PG_LSEG }); }; # # # File: t/03dbmethod.t (line 1164) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[123,456}, { pg_type => PG_LSEG }); }; # # # File: t/03dbmethod.t (line 1169) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{1,2,3,4}, { pg_type => PG_BOX }); }; # # # File: t/03dbmethod.t (line 1173) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[1,2,3,4]}, { pg_type => PG_BOX }); }; # # # File: t/03dbmethod.t (line 1177) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{1,2,3,4,cheese}, { pg_type => PG_BOX }); }; # # # File: t/03dbmethod.t (line 1182) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[(1,2),(3,4)]}, { pg_type => PG_PATH }); }; # # # File: t/03dbmethod.t (line 1189) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{<(1,2),(3,4)>}, { pg_type => PG_PATH }); }; # # # File: t/03dbmethod.t (line 1193) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{<1,2,3,4>}, { pg_type => PG_PATH }); }; # # # File: t/03dbmethod.t (line 1198) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{1,2,3,4}, { pg_type => PG_POLYGON }); }; # # # File: t/03dbmethod.t (line 1202) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[1,2,3,4]}, { pg_type => PG_POLYGON }); }; # # # File: t/03dbmethod.t (line 1206) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{1,2,3,4,cheese}, { pg_type => PG_POLYGON }); }; # # # File: t/03dbmethod.t (line 1211) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{<(1,2,3)>}, { pg_type => PG_CIRCLE }); }; # # # File: t/03dbmethod.t (line 1218) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{[(1,2,3)]}, { pg_type => PG_CIRCLE }); }; # # # File: t/03dbmethod.t (line 1222) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $result = $dbh->quote(q{1,2,3,4,H}, { pg_type => PG_CIRCLE }); }; # # # File: t/03dbmethod.t (line 1332) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 1369) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 1404) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh2 = $dbh->clone(); }; # # # File: t/03dbmethod.t (line 1408) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 1447) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03dbmethod.t (line 1489) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/03dbmethod.t": 48' # at t/99_perlcritic.t line 184. # # File: t/03smethod.t (line 35) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval{ $sth = $dbh->prepare(); }; # # # File: t/03smethod.t (line 70) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 153) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $sth->bind_param_inout(0, \$var, 0); }; # # # File: t/03smethod.t (line 156) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $sth->bind_param_inout(3, \$var, 0); }; # # # File: t/03smethod.t (line 160) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $sth->bind_param_inout(1, 'noway', 0); }; # # # File: t/03smethod.t (line 163) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $sth->bind_param_inout(1, $t, 0); }; # # # File: t/03smethod.t (line 166) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $sth->bind_param_inout(1, [123], 0); }; # # # File: t/03smethod.t (line 171) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $sth->bind_param_inout(1, \$var, 0); }; # # # File: t/03smethod.t (line 221) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 227) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 233) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 239) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 245) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 419) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 499) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/03smethod.t (line 524) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/03smethod.t": 16' # at t/99_perlcritic.t line 184. # # File: t/04misc.t (line 26) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/04misc.t (line 82) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/04misc.t (line 271) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/04misc.t (line 299) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/04misc.t (line 313) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh->do('ROLLBACK'); }; # # # File: t/04misc.t (line 315) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh->begin_work(); }; # # # File: t/04misc.t (line 319) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh->commit(); }; # # # File: t/04misc.t (line 321) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh->begin_work(); }; # # # File: t/04misc.t (line 325) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh->do('COMMIT'); }; # # # File: t/04misc.t (line 327) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh->begin_work(); }; # # # File: t/04misc.t (line 333) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $dbh->begin_work(); }; # # Failed test 'Failed Perl::Critic tests for file "t/04misc.t": 11' # at t/99_perlcritic.t line 184. # # File: t/07copy.t (line 37) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 57) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 65) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 79) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 92) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 105) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 118) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 125) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 153) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 161) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 174) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 180) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 186) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 192) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { require Test::Warn; }; # # # File: t/07copy.t (line 203) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 211) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 231) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 237) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 243) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 249) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 256) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 264) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 270) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 282) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 289) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 296) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 303) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 309) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 316) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 324) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 334) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 348) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/07copy.t (line 356) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/07copy.t": 33' # at t/99_perlcritic.t line 184. # # File: t/08async.t (line 40) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 47) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 54) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 61) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 68) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 74) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 85) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 98) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 108) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 117) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 132) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 140) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 148) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 154) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 163) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 169) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 175) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 181) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 192) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 198) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 216) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 222) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 230) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 236) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 242) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 252) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 259) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 267) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 279) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 289) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 295) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 302) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 313) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 330) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 339) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 355) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 361) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 367) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 373) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/08async.t (line 384) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/08async.t": 40' # at t/99_perlcritic.t line 184. # # File: t/09arrays.t (line 200) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/09arrays.t (line 201) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval $input # # # File: t/09arrays.t (line 215) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/09arrays.t (line 257) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/09arrays.t (line 258) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval $input # # # File: t/09arrays.t (line 458) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/09arrays.t (line 474) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { require Encode; }; # # # File: t/09arrays.t (line 505) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/09arrays.t (line 528) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/09arrays.t": 9' # at t/99_perlcritic.t line 184. # # File: t/12placeholders.t (line 57) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 87) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 95) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 103) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 133) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 142) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 149) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 156) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 164) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 173) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 182) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 194) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 203) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 213) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/12placeholders.t (line 221) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/12placeholders.t": 15' # at t/99_perlcritic.t line 184. # # File: t/99_pod.t (line 14) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/99_pod.t (line 29) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/99_pod.t": 2' # at t/99_perlcritic.t line 184. # # File: t/99_yaml.t (line 13) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/99_yaml.t": 1' # at t/99_perlcritic.t line 184. # # File: t/dbdpg_test_setup.pl (line 88) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 125) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { $info = qx{$COM}; }; # # # File: t/dbdpg_test_setup.pl (line 135) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 175) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 193) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 203) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 226) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 248) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 260) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 293) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 334) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 385) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 407) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 461) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # # File: t/dbdpg_test_setup.pl (line 607) # Vio: Return value of eval not tested. # Policy: ErrorHandling::RequireCheckingReturnValueOfEval # Source: eval { # # Failed test 'Failed Perl::Critic tests for file "t/dbdpg_test_setup.pl": 15' # at t/99_perlcritic.t line 184. # Looks like you failed 13 tests of 353. dubious Test returned status 13 (wstat 3328, 0xd00) DIED. FAILED tests 331, 335, 337-340, 342-345, 348, 350, 352 Failed 13/353 tests, 96.32% okay t/99_pod............ok t/99_spellcheck.....skipped all skipped: Set the environment variable TEST_SPELL to enable this test t/99_yaml...........ok t/99cleanup.........ok 1/1 skipped: various reasons Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/99_perlcritic.t 13 3328 353 13 331 335 337-340 342-345 348 350 352 13 tests and 1 subtest skipped. Failed 1/19 test scripts. 13/495 subtests failed. Files=19, Tests=495, 47 wallclock secs (34.66 cusr + 0.40 csys = 35.06 CPU) Failed 1/19 test programs. 13/495 subtests failed.