Koha/C4/Installer
Colin Campbell d69b6c0480 Bug 15215: Remove warning due to misuse of UNIVERSAL
Calling UNIVERSAL's internal methods will cause a depreciation
warning in perls less that 5.22 as of 5.22 the warning is a fatal
error causing compilation to abort

Replace the use UNIVERSAL with UNIVERSAL::can to work around the
buggy construct perldoc UNIVERSAL::can for more info

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No more worning/error
No qa errors

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-11-20 11:16:49 -03:00
..
PerlDependencies.pm Bug 15215: Remove warning due to misuse of UNIVERSAL 2015-11-20 11:16:49 -03:00
PerlModules.pm Revert "Bug 6679: Fix 2 perlcritic violations in C4/Installer/PerlModules.pm" 2015-05-26 14:16:41 -03:00