# t/02_free_unref_scalar.t complains # eerlijk gezegd was dat daarnet, voor je nieuwe fix, ook al. # Zoals je ziet gaat t/20_createdrop.t nu ok. Bedankt! # ik begrijp niet precies wat 02_free_unref_scalar.t doet of test. # als ik de $SIG{__WARN__} sub outcomment verloopt het zonder problemen # maar dat zal het test-doel wel voorbijschieten... $ perl Makefile.PL && make && make test Enable the use of /tmp for tests? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DBD::CSV Writing MYMETA.yml and MYMETA.json cp lib/DBD/CSV/GetInfo.pm blib/lib/DBD/CSV/GetInfo.pm cp lib/DBD/CSV.pm blib/lib/DBD/CSV.pm cp lib/Bundle/DBD/CSV.pm blib/lib/Bundle/DBD/CSV.pm cp lib/DBD/CSV/TypeInfo.pm blib/lib/DBD/CSV/TypeInfo.pm Manifying 2 pod documents PERL_DL_NONLAZY=1 "/opt/perl-5.26/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/02_free_unref_scalar.t .. 194/405 # Failed test 'there was an attempt to free unreferenced scalar' # at /opt/perl-5.26/lib/5.26.0/Test/Builder.pm line 135. # Attempt to free unreferenced scalar: SV 0x1921a18 during global destruction. t/02_free_unref_scalar.t .. All 405 subtests passed t/10_base.t ............... 2/? # Showing relevant versions (DBI_SQL_NANO = not set) # Using DBI version 1.636 # Using DBD::File version 0.44 # Using SQL::Statement version 1.412 # Using Text::CSV_XS version 1.29 # DBD::CSV 0.50 using Text::CSV_XS (1.29) # DBD::File 0.44 using IO::File (1.16) # DBI::DBD::SqlEngine 0.06 using SQL::Statement 1.412 # DBI 1.636 # OS linux (2.6.32-504.1.3.el6.x86_64) # Perl 5.026000 (x86_64-linux) t/10_base.t ............... ok t/11_dsnlist.t ............ ok t/20_createdrop.t ......... ok t/30_insertfetch.t ........ ok t/31_delete.t ............. ok t/32_update.t ............. ok t/40_numrows.t ............ ok t/41_nulls.t .............. ok t/42_bindparam.t .......... ok t/43_blobs.t .............. ok t/44_listfields.t ......... ok t/48_utf8.t ............... ok t/50_chopblanks.t ......... ok t/51_commit.t ............. ok t/55_dir_search.t ......... ok t/60_misc.t ............... ok t/61_meta.t ............... ok t/70_csv.t ................ ok t/71_csv-ext.t ............ ok t/72_csv-schema.t ......... ok t/73_csv-case.t ........... ok t/80_rt.t ................. ok t/85_error.t .............. ok Test Summary Report ------------------- t/02_free_unref_scalar.t (Wstat: 0 Tests: 406 Failed: 1) Failed test: 406 Parse errors: Bad plan. You planned 405 tests but ran 406. Files=24, Tests=1169, 9 wallclock secs ( 0.30 usr 0.08 sys + 7.02 cusr 0.84 csys = 8.24 CPU) Result: FAIL Failed 1/24 test programs. 1/1169 subtests failed. make: *** [test_dynamic] Error 255