Bug 20017: use Modern::Perl in Tools perl scripts
[koha.git] / tools / manage-marc-import.pl
index 55707aa..d503a5e 100755 (executable)
@@ -17,8 +17,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;
 
 # standard or CPAN modules used
 use CGI qw ( -utf8 );