Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / Koha / Object / Limit / Library.pm
index 1b7606f..557baf9 100644 (file)
@@ -21,7 +21,7 @@ use Koha::Database;
 use Koha::Exceptions;
 use Koha::Libraries;
 
-use Try::Tiny;
+use Try::Tiny qw( catch try );
 
 =head1 NAME