Bug 23838: Add renewals modal
[srvgit] / misc / batchCompareMARCvsFrameworks.pl
index ca5c861..ae2c2e5 100755 (executable)
@@ -4,12 +4,6 @@
 
 use strict;
 #use warnings; FIXME - Bug 2505
-BEGIN {
-    # find Koha's Perl modules
-    # test carefully before changing this
-    use FindBin ();
-    eval { require "$FindBin::Bin/kohalib.pl" };
-}
 
 # Koha modules used
 use Koha::Script;