Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / Koha / sleep.pl
index 009b403..072ec5b 100755 (executable)
@@ -3,8 +3,6 @@
 use Modern::Perl;
 
 use Koha::Script;
-use Fcntl qw(:flock);
-use Try::Tiny;
 
 # # Lock execution
 my $script = Koha::Script->new({ script => 'sleep.pl' });