Bug 7171 - Use Modern::Perl
Summary: Use Modern::Perl
Status: RESOLVED MOVED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor (vote)
Assignee: Paul Poulain
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 7119
  Show dependency treegraph
 
Reported: 2011-11-06 03:54 UTC by Ian Walls
Modified: 2014-11-10 00:20 UTC (History)
1 user (show)

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 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.