Skip Menu |

This queue is for tickets about the Module-Metadata CPAN distribution.

Maintainer(s)' notes

Attention bug reporters: issues MUST include the version of Module::Metadata that you are running that exhibit the stated symptoms. thank you!

Report information
The Basics
Id: 105978
Status: resolved
Priority: 0/
Queue: Module-Metadata

People
Owner: ether [...] cpan.org
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.000027
Fixed in: 1.000028-TRIAL



Subject: t/metadata.t fails tests on perl 5.6.2

t/00-report-prereqs....ok                                                    
t/contains_pod.........ok                                                    
t/encoding.............skipped
        all skipped: Encoding test needs at least perl 5.8.3
t/endpod...............ok                                                    
t/metadata.............NOK 136                                               
#   Failed test 'case 44: correct module version ('1.12')'
#   at t/metadata.t line 431.
#          got: '0'
#     expected: '1.12'
t/metadata.............ok 137/219# $VAR1 = {                                 
#           'got' => bless( {
#                             'original' => '0',
#                             'version' => [
#                                            0
#                                          ]
#                           }, 'version' ),
#           'module_contents' => 'package Simple;
# { our $VERSION = \'1.12\'; }
# '
#         };
t/metadata.............ok 219/219# Looks like you failed 1 test of 219.      
t/metadata.............dubious                                               
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 136
        Failed 1/219 tests, 99.54% okay (less 18 skipped tests: 200 okay, 91.32%)
t/taint................ok                                                    
t/version..............ok                                                    
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/metadata.t    1   256   219    1   0.46%  136
1 test and 18 subtests skipped.

 

 

--- Version report ---

t/00-report-prereqs....#
# Versions for all modules listed in static metadata (including optional ones):
#
# === Configure Requires ===
#
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.04
#
# === Test Requires ===
#
#     Module              Want    Have
#     ------------------- ---- -------
#     Cwd                  any    3.47
#     Data::Dumper         any   2.121
#     ExtUtils::MakeMaker  any    7.04
#     File::Basename       any     2.6
#     File::Path           any    2.11
#     File::Spec           any    3.47
#     File::Temp           any    0.22
#     IO::File             any    1.08
#     Test::More          0.82 0.98_03
#     lib                  any  0.5564
#
# === Test Recommends ===
#
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.120351
#
# === Runtime Requires ===
#
#     Module     Want   Have
#     ---------- ---- ------
#     Carp        any  undef
#     Fcntl       any   1.03
#     File::Find  any  undef
#     File::Spec  any   3.47
#     strict      any   1.01
#     version    0.87 0.9912
#     warnings    any  undef
#
# === Other Modules ===
#
#     Module           Have
#     ------------- -------
#     Pod::Coverage missing
#
 

I believe this is solved by this PR -- https://github.com/Perl-Toolchain-Gang/Module-Metadata/pull/17 (which didn't get reviewed at Berlin, sadly)
This is now fixed in the master branch. I hope to have a trial release out "soon" (regular harassment is acceptable).
On 2015-09-09 13:01:36, ETHER wrote: Show quoted text
> This is now fixed in the master branch. I hope to have a trial release > out "soon" (regular harassment is acceptable).
Fixed in 1.000028-TRIAL.