From 04abb700dc337e68dc224eb3b385951cf2824d1a Mon Sep 17 00:00:00 2001 From: Jon Knight Date: Mon, 15 May 2017 10:47:09 +0100 Subject: [PATCH 2/2] Removed use strict and use warn and added POD. --- misc/migration_tools/bulkmarcimport.pl | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl index b6472a5..660158a 100755 --- a/misc/migration_tools/bulkmarcimport.pl +++ b/misc/migration_tools/bulkmarcimport.pl @@ -1,8 +1,6 @@ #!/usr/bin/perl # Import an iso2709 file into Koha 3 -use strict; -use warnings; use Modern::Perl; #use diagnostics; BEGIN { @@ -825,6 +823,13 @@ If no filename is passed, LocalChanges.pm is assumed to be in the migration_tools subdirectory. You may pass an absolute file name or a file name from the migration_tools directory. +=item B<-marcmodtemplate>=I