@@ -, +, @@ Koha::REST::classes --- Koha/REST/Plugin/Objects.pm | 2 -- Koha/REST/Plugin/Pagination.pm | 2 -- Koha/REST/Plugin/PluginRoutes.pm | 2 -- Koha/REST/Plugin/Query.pm | 2 -- Koha/REST/V1.pm | 2 -- Koha/REST/V1/Acquisitions/Vendors.pm | 2 -- Koha/REST/V1/Auth.pm | 2 -- Koha/REST/V1/Cities.pm | 2 -- Koha/REST/V1/Hold.pm | 2 -- Koha/REST/V1/Illrequests.pm | 2 -- Koha/REST/V1/OAuth.pm | 2 -- Koha/REST/V1/Patrons.pm | 2 -- Koha/REST/V1/Patrons/Account.pm | 2 -- Koha/REST/V1/Stage.pm | 2 -- 14 files changed, 28 deletions(-) --- a/Koha/REST/Plugin/Objects.pm +++ a/Koha/REST/Plugin/Objects.pm @@ -15,8 +15,6 @@ package Koha::REST::Plugin::Objects; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Plugin'; =head1 NAME --- a/Koha/REST/Plugin/Pagination.pm +++ a/Koha/REST/Plugin/Pagination.pm @@ -15,8 +15,6 @@ package Koha::REST::Plugin::Pagination; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Plugin'; =head1 NAME --- a/Koha/REST/Plugin/PluginRoutes.pm +++ a/Koha/REST/Plugin/PluginRoutes.pm @@ -15,8 +15,6 @@ package Koha::REST::Plugin::PluginRoutes; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Plugin'; use Koha::Exceptions::Plugin; --- a/Koha/REST/Plugin/Query.pm +++ a/Koha/REST/Plugin/Query.pm @@ -15,8 +15,6 @@ package Koha::REST::Plugin::Query; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Plugin'; use Koha::Exceptions; --- a/Koha/REST/V1.pm +++ a/Koha/REST/V1.pm @@ -15,8 +15,6 @@ package Koha::REST::V1; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious'; use C4::Context; --- a/Koha/REST/V1/Acquisitions/Vendors.pm +++ a/Koha/REST/V1/Acquisitions/Vendors.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::Acquisitions::Vendors; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use Koha::Acquisition::Booksellers; --- a/Koha/REST/V1/Auth.pm +++ a/Koha/REST/V1/Auth.pm @@ -17,8 +17,6 @@ package Koha::REST::V1::Auth; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use C4::Auth qw( check_cookie_auth get_session haspermission ); --- a/Koha/REST/V1/Cities.pm +++ a/Koha/REST/V1/Cities.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::Cities; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use Koha::Cities; --- a/Koha/REST/V1/Hold.pm +++ a/Koha/REST/V1/Hold.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::Hold; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use C4::Biblio; --- a/Koha/REST/V1/Illrequests.pm +++ a/Koha/REST/V1/Illrequests.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::Illrequests; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use Koha::Illrequests; --- a/Koha/REST/V1/OAuth.pm +++ a/Koha/REST/V1/OAuth.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::OAuth; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Module::Load::Conditional; use C4::Context; --- a/Koha/REST/V1/Patrons.pm +++ a/Koha/REST/V1/Patrons.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::Patrons; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use Koha::DateUtils; --- a/Koha/REST/V1/Patrons/Account.pm +++ a/Koha/REST/V1/Patrons/Account.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::Patrons::Account; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use Koha::Patrons; --- a/Koha/REST/V1/Stage.pm +++ a/Koha/REST/V1/Stage.pm @@ -15,8 +15,6 @@ package Koha::REST::V1::Stage; # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use Modern::Perl; - use Mojo::Base 'Mojolicious::Controller'; use Koha::StockRotationRotas; --