[Koha-bugs] [Bug 26683] New: Fix Modules::RequireFilenameMatchesPackage Perl Critic Violations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 15 01:02:12 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26683

            Bug ID: 26683
           Summary: Fix Modules::RequireFilenameMatchesPackage Perl Critic
                    Violations
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org

Both ./C4/Barcodes/ValueBuilder.pm and ./Koha/Z3950Responder/RPN.pm violate the
Perl Critic policy of Modules::RequireFilenameMatchesPackage.

You can read more about it at
https://metacpan.org/pod/Perl::Critic::Policy::Modules::RequireFilenameMatchesPackage

The failures look like this:

 FAIL   C4/Barcodes/ValueBuilder.pm                                             
   FAIL   critic                                                                
                # Modules::RequireFilenameMatchesPackage: Got 1 violation(s).

 FAIL   Koha/Z3950Responder/RPN.pm
   FAIL   critic
                # Modules::RequireFilenameMatchesPackage: Got 1 violation(s).

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


More information about the Koha-bugs mailing list