Bug 24218 - We should consistently `use Modern::Perl` in all modules
Summary: We should consistently `use Modern::Perl` in all modules
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 24217
Blocks:
  Show dependency treegraph
 
Reported: 2019-12-11 13:06 UTC by Martin Renvoize
Modified: 2019-12-11 13:07 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 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.