Bug 22026: Removed 'use Modern::Perl;' from Koha::REST::classes
authorJasmine Amohia <jasmineamohia.student@wegc.school.nz>
Thu, 17 Jan 2019 02:55:46 +0000 (02:55 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 28 Jan 2019 14:42:13 +0000 (14:42 +0000)
commitecc94da6b258e423799e58558a5b02c8f2fcefec
tree6de030e2961206b80d9e07f96c18a171002449da
parentddc4c5b8aa75cfe8994ff150a0cae4cc51656852
Bug 22026: Removed 'use Modern::Perl;' from Koha::REST::classes

Test plan:
1) Check all Koha/REST files and confirm that 'use Modern::Perl;' has
been removed.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
14 files changed:
Koha/REST/Plugin/Objects.pm
Koha/REST/Plugin/Pagination.pm
Koha/REST/Plugin/PluginRoutes.pm
Koha/REST/Plugin/Query.pm
Koha/REST/V1.pm
Koha/REST/V1/Acquisitions/Vendors.pm
Koha/REST/V1/Auth.pm
Koha/REST/V1/Cities.pm
Koha/REST/V1/Hold.pm
Koha/REST/V1/Illrequests.pm
Koha/REST/V1/OAuth.pm
Koha/REST/V1/Patrons.pm
Koha/REST/V1/Patrons/Account.pm
Koha/REST/V1/Stage.pm