Bug 17600: Standardize our EXPORT_OK
[srvgit] / t / Koha / wait.pl
index f909cb1..ebe873b 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' });