@@ -, +, @@ --- reserve/modrequest.pl | 3 +-- reserve/modrequest_suspendall.pl | 3 +-- reserve/placerequest.pl | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) --- a/reserve/modrequest.pl +++ a/reserve/modrequest.pl @@ -22,8 +22,7 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -use strict; -use warnings; +use Modern::Perl; use CGI qw ( -utf8 ); use C4::Output; use C4::Reserves; --- a/reserve/modrequest_suspendall.pl +++ a/reserve/modrequest_suspendall.pl @@ -22,8 +22,7 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -use strict; -use warnings; +use Modern::Perl; use CGI qw ( -utf8 ); use C4::Output; use C4::Reserves; --- a/reserve/placerequest.pl +++ a/reserve/placerequest.pl @@ -21,8 +21,7 @@ # You should have received a copy of the GNU General Public License # along with Koha; if not, see . -use strict; -use warnings; +use Modern::Perl; use CGI qw ( -utf8 ); use C4::Biblio; --