Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / REST / V1 / Patrons / Password.pm
index 82531d9..bb53ad5 100644 (file)
@@ -23,8 +23,8 @@ use C4::Auth qw(checkpw_internal);
 
 use Koha::Patrons;
 
-use Scalar::Util qw(blessed);
-use Try::Tiny;
+use Scalar::Util qw( blessed );
+use Try::Tiny qw( catch try );
 
 =head1 NAME