Bug 17600: Standardize our EXPORT_OK
[srvgit] / catalogue / export.pl
index cb6f2d8..3785116 100755 (executable)
@@ -2,11 +2,11 @@
 use Modern::Perl;
 
 use C4::Record;
-use C4::Auth;
+use C4::Auth qw( get_template_and_user );
 use C4::Output;
-use C4::Biblio;
+use C4::Biblio qw( GetMarcBiblio GetMarcControlnumber );
 use CGI qw ( -utf8 );
-use C4::Ris;
+use C4::Ris qw( marc2ris );