Bug 20013: use Modern::Perl in Reserve perl script
[koha.git] / reserve / modrequest_suspendall.pl
index f8e24ba..e53e060 100755 (executable)
@@ -22,8 +22,7 @@
 # You should have received a copy of the GNU General Public License
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Output;
 use C4::Reserves;