Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / maintenance / check_syspref_cache.pl
index a25b977..9328988 100755 (executable)
@@ -16,8 +16,8 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 use Encode qw( encode_utf8 );
 
 use Koha::Script;