Skip Menu |

This queue is for tickets about the Perl-MinimumVersion CPAN distribution.

Report information
The Basics
Id: 22725
Status: resolved
Priority: 0/
Queue: Perl-MinimumVersion

People
Owner: Nobody in particular
Requestors: stennie [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.13
Fixed in: (no value)



Subject: 0.13 fails test 'utf8 module makes the version 5.008'
Hi Adam, Doing a fresh install on OS X 10.4.8 (perl 5.8.6) .. test case is reporting minimum version as 5.004 for 'use utf8' instead of 5.008 as expected. Cheers, Stephen ~~~~~~~~~~~~~~~ *** Module::AutoInstall version 1.02 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.64 >= 0.47) - File::Spec ...loaded. (3.23 >= 0.80) - Carp ...loaded. (1.03) - version ...loaded. (0.670100 >= 0.59) - List::Util ...loaded. (1.180 >= 1.17) - Params::Util ...loaded. (0.210 >= 0.06) - File::Find::Rule ...loaded. (0.300) - PPI ...loaded. (1.118 >= 1.109) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Perl::MinimumVersion cp lib/Perl/MinimumVersion.pm blib/lib/Perl/MinimumVersion.pm cp bin/perlver blib/script/perlver /usr/bin/perl "-Iinc" "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/perlver Manifying blib/man1/perlver.1 Manifying blib/man3/Perl::MinimumVersion.3pm make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01_compile.t t/02_main.t t/99_pod.t t/01_compile....ok t/02_main.......ok 1/46 # Failed test 'utf8 module makes the version 5.008' t/02_main.......NOK 46/46# in t/02_main.t at line 32. # got: '5.004' # expected: '5.008' # Looks like you failed 1 test of 46. t/02_main.......dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 46 Failed 1/46 tests, 97.83% okay t/99_pod........ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------ - t/02_main.t 1 256 46 1 46 Failed 1/3 test scripts. 1/50 subtests failed. Files=3, Tests=50, 0 wallclock secs ( 0.30 cusr + 0.07 csys = 0.37 CPU) Failed 1/3 test programs. 1/50 subtests failed. make: *** [test_dynamic] Error 255 make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: ADAMK/Perl-MinimumVersion-0.13.tar.gz : make_test NO