Bug 4905 Runtime errors in about.pl
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 24 Jun 2010 14:57:21 +0000 (15:57 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 24 Jun 2010 18:16:36 +0000 (14:16 -0400)
commit6a1191bb3f7b715006aa289d85692e569359fd74
treed08722c2935d15335dc27775fcd12dde176ae419
parent360f985307b5c7acca76cf7dd073503d49e2315b
Bug 4905 Runtime errors in about.pl

Calls to VERSION were generating errors when called on a string.
Use a bit of sleight of hand to avoid this
Added a couple of tests on Installer/PerlModules
Module needs better coverage testing (esp on newer perls)
Sorted to list of modules to make koha_perl_deps.pl more
human-friendly

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Installer/PerlModules.pm
t/Installer_pm.t [new file with mode: 0755]