Bug 11491: (QA follow-up) updated license and use Modern::Perl
authorMark Tompsett <mtompset@hotmail.com>
Tue, 7 Jan 2014 19:43:31 +0000 (14:43 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 31 Jan 2014 20:29:21 +0000 (20:29 +0000)
commit33bdec2c3df1afe927a5765f45a38ee6731ccdc8
tree122540a7667d012a117bd17ba6b036faf604dc25
parent25f134f525a1997ab60ce20a597cb09f5c533177
Bug 11491: (QA follow-up) updated license and use Modern::Perl

Replaced License text with latest one from
    http://wiki.koha-community.org/wiki/Coding_Guidelines#Licence
and tweaked copyright lines accordingly.

Also changed use strict and use warnings into use Modern::Perl
as per PERL2 from the coding guidelines.

TEST PLAN
---------
1) less ~/kohaclone/opac/svc/report
   - The license does not reflect the current license
   - This will have use strict and use warnings
2) Apply patch
   - The license should be corrected
3) It should still run
     https://.../cgi-bin/koha/svc/report?id=##
     https://.../cgi-bin/koha/svc/report?id=##&annotated=blah
   Where ## reflects a public report available (for OPAC).

Signed-off-by: Holger Meißner <h.meissner.82@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
opac/svc/report
svc/report