Skip Menu |

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

Report information
The Basics
Id: 123847
Status: new
Priority: 0/
Queue: Perl-Critic-More

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

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



Subject: Failed test 'successfully loaded policies matches MANIFEST'
On some of my smokers I see the following test failure: ... Bailout called. Further testing stopped: No point continueing if there was a compilation problem. # Failed test 'successfully loaded policies matches MANIFEST' # at t/00_compile.t line 27. # Structures begin differing at: # $got->[3] = 'Perl::Critic::Policy::Lax::RequireConstantOnLeftSideOfEquality::ExceptEq' # $expected->[3] = 'Perl::Critic::Policy::Modules::PerlMinimumVersion' FAILED--Further testing stopped: No point continueing if there was a compilation problem. ...
On 2017-12-09 03:55:46, SREZIC wrote: Show quoted text
> On some of my smokers I see the following test failure: > > ... > Bailout called. Further testing stopped: No point continueing if > there was a compilation problem. > > # Failed test 'successfully loaded policies matches MANIFEST' > # at t/00_compile.t line 27. > # Structures begin differing at: > # $got->[3] = > 'Perl::Critic::Policy::Lax::RequireConstantOnLeftSideOfEquality::ExceptEq' > # $expected->[3] = > 'Perl::Critic::Policy::Modules::PerlMinimumVersion' > FAILED--Further testing stopped: No point continueing if there was a > compilation problem. > ...
This seems to happen if Perl::Critic::Lax is installed.