https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8083
Bug ID: 8083
Summary: perlcritic.t test failure when
Bangs::ProhibitDebuggingModules module is installed
Product: Spamassassin
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P2
Component: Regression Tests
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
This is another t/perlcritic.t test failure. It appears only if the
Perl::Critic::Policy::Bangs::ProhibitDebuggingModules is installed in the test
environment.
The fix is to add Bangs::ProhibitDebuggingModules to the exclude patterns in
t/perlcritic.pl. This is a failure of the test in the unusual circumstance of
that module being installed, not a bug in the code.
Note if attempting to reproduce this: The
Perl::Critic::Policy::Bangs::ProhibitDebuggingModules has a dependency on
List::MoreUtils which does not appear in its CPAN metadata, so you must have
installed List::MoreUtils from CPAN before you can reproduce this failure.
--
You are receiving this mail because:
You are the assignee for the bug.