Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / OAI / Server / Description.pm
index a0e9221..83469b8 100644 (file)
@@ -20,7 +20,7 @@ package Koha::OAI::Server::Description;
 
 use Modern::Perl;
 use HTTP::OAI;
-use HTTP::OAI::SAXHandler qw/ :SAX /;
+use HTTP::OAI::SAXHandler qw( g_data_element );
 
 
 sub new {