Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / maintenance / cmp_sysprefs.pl
index 90b21a7..1a7afdf 100755 (executable)
@@ -27,8 +27,8 @@
 use Modern::Perl;
 use open OUT => ':encoding(UTF-8)', ':std';
 
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 
 use Koha::Script;
 use C4::Context;