Bug 7171

Summary: Use Modern::Perl
Product: Koha Reporter: Ian Walls <koha.sekjal>
Component: Architecture, internals, and plumbingAssignee: Paul Poulain <paul.poulain>
Status: RESOLVED MOVED QA Contact:
Severity: minor    
Priority: P5 - low CC: katrin.fischer
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 7119    

Description Ian Walls 2011-11-06 03:54:28 UTC
Modern::Perl is shorthand for 'use strict', 'use warnings' and using Perl 5.10 features.  These are all very desirable things, so let's just do them as 1 line.

Introduces new dependency, which has Debian package:  libmodern-perl-perl
Comment 1 Owen Leonard 2013-04-04 21:56:09 UTC
Is it necessary for this bug to remain open? Is it related to Bug 2505?
Comment 2 Katrin Fischer 2014-11-10 00:20:15 UTC
We are slowly switching to use Modern::Perl and it's mandatory for new scripts, so I think closing this 'unused' omnibus is ok.