Bug 4844 Remove a circular dependency in koha_perl_deps.pl
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 1 Jun 2010 16:52:12 +0000 (17:52 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 3 Jun 2010 23:59:10 +0000 (19:59 -0400)
commite08d35bdc32b4dfada80d0018f66457846e6b298
treee9cf09428193ab40808a50dde68247a3f6971872
parent58969c958ca7ddbac52cb1f48c9db0ccb73b5e54
Bug 4844 Remove a circular dependency in koha_perl_deps.pl

Remove 'use Installer' which had external dependencies we're trying to
report on. Instead call Installer::PerlModules directly

added use warnings and strict
updated FSF address in License statement

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha_perl_deps.pl