Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / Koha / REST / Plugin / PluginRoutes.pm
index d434ee5..cf7eea8 100644 (file)
@@ -23,8 +23,8 @@ use Koha::Exceptions::Plugin;
 use Koha::Plugins;
 use Koha::Logger;
 
-use Clone qw(clone);
-use Try::Tiny;
+use Clone qw( clone );
+use Try::Tiny qw( catch try );
 
 =head1 NAME