Bug 17600: Standardize our EXPORT_OK
[srvgit] / svc / creator_batches
index 743cf11..51e13dc 100755 (executable)
@@ -23,8 +23,8 @@ use JSON qw( encode_json );
 use CGI;
 use C4::Service;
 use C4::Context;
-use C4::Auth qw /check_cookie_auth/;
-use C4::Output qw(:DEFAULT :ajax);
+use C4::Auth qw( check_cookie_auth );
+use C4::Output qw( is_ajax output_with_http_headers );
 use C4::Patroncards::Batch;
 use C4::Labels::Batch;