Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / Script.pm
index aaa2e8b..d9e11ea 100644 (file)
@@ -35,8 +35,8 @@ This class should be used in all scripts. It sets the interface and userenv appr
 
 =cut
 
-use File::Basename;
-use Fcntl qw(:flock);
+use File::Basename qw( fileparse );
+use Fcntl qw( LOCK_EX LOCK_NB );
 
 use C4::Context;
 use Koha::Exceptions;