Bug 29794: (follow-up) Add license
[koha-ffzg.git] / misc / cronjobs / update_patrons_category.pl
index 05f0b3c..8ef7fe7 100755 (executable)
 
 use Modern::Perl;
 
-BEGIN {
-    # find Koha's Perl modules
-    # test carefully before changing this
-    use FindBin ();
-    eval { require "$FindBin::Bin/../kohalib.pl" };
-}
-
 use C4::Context;
 use Getopt::Long qw( GetOptions );
 use Pod::Usage qw( pod2usage );