X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=misc%2Fmigration_tools%2F22_to_30%2Fmove_marc_to_authheader.pl;h=8a5ffa9354c4f3f528579f4c1530dc6e94cae333;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=f5e4b43288ea391c36a2e9cf74b5b19fba0a8ed1;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/misc/migration_tools/22_to_30/move_marc_to_authheader.pl b/misc/migration_tools/22_to_30/move_marc_to_authheader.pl index f5e4b43288..8a5ffa9354 100755 --- a/misc/migration_tools/22_to_30/move_marc_to_authheader.pl +++ b/misc/migration_tools/22_to_30/move_marc_to_authheader.pl @@ -7,7 +7,7 @@ use strict; BEGIN { # find Koha's Perl modules # test carefully before changing this - use FindBin; + use FindBin (); eval { require "$FindBin::Bin/../../kohalib.pl" }; } use C4::Context;