Bug 17600: Standardize our EXPORT_OK
[srvgit] / C4 / Search / PazPar2.pm
index fed5c2c..886cc86 100644 (file)
@@ -17,13 +17,12 @@ package C4::Search::PazPar2;
 # You should have received a copy of the GNU General Public License
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
-use strict;
-#use warnings; FIXME - Bug 2505
+use Modern::Perl;
 
 use LWP::UserAgent;
 use URI;
 use URI::QueryParam;
-use XML::Simple;
+use XML::Simple qw( XMLin );
 
 =head1 NAME