Bug 24218

Summary: We should consistently `use Modern::Perl` in all modules
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 24217    
Bug Blocks:    

Description Martin Renvoize (ashimema) 2019-12-11 13:06:58 UTC
grep -IRiL "Modern::Perl" **/*.pm

The above currently lists a set of file which do not call Modern::Perl.. we should fix that for consistency.