Bug 7567: (code cleanup) update license and use Modern::Perl
authorMark Tompsett <mtompset@hotmail.com>
Fri, 13 Dec 2013 19:49:56 +0000 (14:49 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 7 Apr 2014 18:05:14 +0000 (18:05 +0000)
commitb56f09229956b964db36567a49c139e138867b97
tree2d8a372d4d1fd5e0259478c8548ad6a9ede2a310
parenta6213abe019bf05b92a0df765cf4e3200dd3b42a
Bug 7567: (code cleanup) update license and use Modern::Perl

Grabbed the current license from
  http://wiki.koha-community.org/wiki/Coding_Guidelines#Licence
and changed the use strict; use warnings; into a
use Modern::Perl instead.

TEST PLAN
---------
1) Log into staff client.
    - Does news look okay?
2) Apply patch
3) Refresh staff client.
    - Does news look the same?

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Safe no op action

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/NewsChannels.pm