Skip Menu |

This queue is for tickets about the pmcheck CPAN distribution.

Report information
The Basics
Id: 77156
Status: open
Priority: 0/
Queue: pmcheck

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

Bug Information
Severity: (no value)
Broken in: v1.1.11
Fixed in: (no value)



Subject: Test fails with perl 5.16.0 RC0
With perl 5.16.0 RC0 the test suite fails with this output: # Failed test 'required' # at t/pmcheck.t line 61. # +----+-------------------------+----+---------------------+ # | Elt|Got | Elt|Expected | # +----+-------------------------+----+---------------------+ # * 0|'File::Spec::Functions' * | | # * 1|'FindBin' * | | # | 2|'Test::Differences' | 0|'Test::Differences' | # * 3|'Test::More' * | | # * 4|'strict' * | | # * 5|'utf8' * | | # * 6|'warnings' * | | # +----+-------------------------+----+---------------------+ # Looks like you failed 1 test of 6. t/pmcheck.t ....... Regards, Slaven
On Sat May 12 03:50:18 2012, SREZIC wrote: Show quoted text
> With perl 5.16.0 RC0 the test suite fails with this output: > > # Failed test 'required' > # at t/pmcheck.t line 61. > # +----+-------------------------+----+---------------------+ > # | Elt|Got | Elt|Expected | > # +----+-------------------------+----+---------------------+ > # * 0|'File::Spec::Functions' * | | > # * 1|'FindBin' * | | > # | 2|'Test::Differences' | 0|'Test::Differences' | > # * 3|'Test::More' * | | > # * 4|'strict' * | | > # * 5|'utf8' * | | > # * 6|'warnings' * | | > # +----+-------------------------+----+---------------------+ > # Looks like you failed 1 test of 6. > t/pmcheck.t ....... > > Regards, > Slaven
This should have been fixed by perl commit 860a1f6870.