Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / Koha / REST / V1 / Acquisitions / Orders.pm
index e104ce5..cc12ecd 100644 (file)
@@ -20,12 +20,10 @@ use Modern::Perl;
 use Mojo::Base 'Mojolicious::Controller';
 
 use Koha::Acquisition::Orders;
-use Koha::DateUtils;
 
-use Clone 'clone';
-use JSON qw(decode_json);
+use Clone qw( clone );
 use Scalar::Util qw( blessed );
-use Try::Tiny;
+use Try::Tiny qw( catch try );
 
 =head1 NAME