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

            Bug ID: 40977
           Summary: t/00-testcritic.t fails on Debian 13
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Test plan
1. KOHA_IMAGE=main-bookworm ktd up
2. prove t/00-testcritic.t
3. pass
4. KOHA_IMAGE=main-trixie ktd up
5. prove t/00-testcritic
Failed test 'Test::Perl::Critic for "C4/Members/Messaging.pm"'
Code before strictures are enabled at line 23, column 1.  See page 429 of PBP. 
(Severity: 5)

It can be fixed by adding
use strict;
or
use Modern::Perl;

Is that just a forgotten occurrence?

Severity = major because it makes the CI fail and hides issues even if not as
much as Bug 40680. Maybe critical, I don't know.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to