Bug 17600: Standardize our EXPORT_OK
[srvgit] / serials / create-numberpattern.pl
index 506a539..de6f04d 100755 (executable)
 use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Context;
-use C4::Serials::Numberpattern;
-use C4::Auth qw/check_cookie_auth/;
-use URI::Escape;
+use C4::Serials::Numberpattern qw(
+    AddSubscriptionNumberpattern
+    ModSubscriptionNumberpattern
+);
+use C4::Auth qw( check_cookie_auth );
 
 my $input = CGI->new;