X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha_perl_deps.pl;h=934dea58e63bf62d01fbfe4b20b21145e3974c99;hb=785af7310daa4633359755add9474e81f108d022;hp=5557f7a29de6b85c36fc4a469f2b60ab6886d8cf;hpb=9c75c10de910dab1f80e73dc91c3acbb4c463404;p=koha_gimpoz diff --git a/koha_perl_deps.pl b/koha_perl_deps.pl index 5557f7a29d..934dea58e6 100755 --- a/koha_perl_deps.pl +++ b/koha_perl_deps.pl @@ -7,7 +7,10 @@ use FindBin; # we need to enforce which C4::Installer is used in case more than use lib $FindBin::Bin; -use C4::Installer; +use C4::Installer::PerlModules; + +use strict; +use warnings; my $help = 0; my $missing = 0; @@ -135,8 +138,9 @@ This file is part of Koha. Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along +with Koha; if not, write to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY