X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha_perl_deps.pl;h=415728299acbad1ec47cf7f1cf781996cacc8f3b;hb=HEAD;hp=393a271493814460268cfec9051cc7c8b1fe8aed;hpb=7d8b96803f664d86762a6afb966051f7d565c40e;p=srvgit diff --git a/koha_perl_deps.pl b/koha_perl_deps.pl index 393a271493..415728299a 100755 --- a/koha_perl_deps.pl +++ b/koha_perl_deps.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -use Getopt::Long; -use Pod::Usage; -use Term::ANSIColor; +use Getopt::Long qw( GetOptions ); +use Pod::Usage qw( pod2usage ); +use Term::ANSIColor qw( color ); use FindBin; # we need to enforce which C4::Installer is used in case more than one is installed use lib $FindBin::Bin;