You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2022/12/06 01:06:09 UTC

[Bug 8083] New: perlcritic.t test failure when Bangs::ProhibitDebuggingModules module is installed

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: dev@spamassassin.apache.org
          Reporter: sidney@sidney.com
  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.

[Bug 8083] perlcritic.t test failure when Bangs::ProhibitDebuggingModules module is installed

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8083

Sidney Markowitz <si...@sidney.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sidney@sidney.com
         Resolution|---                         |FIXED
   Target Milestone|Undefined                   |4.0.0

--- Comment #1 from Sidney Markowitz <si...@sidney.com> ---
R-T-C vote not needed, test only

trunk % svn ci -m "Bug 8083 - exclude Bangs::ProhibitDebuggingModules from
perlcritic tests" t/perlcritic.pl 
Sending        t/perlcritic.pl
Transmitting file data .done
Committing transaction...
Committed revision 1905783.

-- 
You are receiving this mail because:
You are the assignee for the bug.