Bug 17600: Standardize our EXPORT_OK
[srvgit] / circ / ysearch.pl
index a525686..75f6f1d 100755 (executable)
@@ -27,9 +27,9 @@
 use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Context;
-use C4::Auth qw/check_cookie_auth/;
+use C4::Auth qw( check_cookie_auth );
 use Koha::Patrons;
-use Koha::DateUtils qw/format_sqldatetime/;
+use Koha::DateUtils qw( format_sqldatetime );
 
 use JSON qw( to_json );