http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8487
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |[email protected] --- Comment #2 from Chris Cormack <[email protected]> --- (In reply to comment #1) > Created attachment 11060 [details] > Added 'require' => '1', and moved old value to a 'min_ver' => '0.14' line > > Before the patch: > koha_perl_deps.pl -a should generate an error on Test::Strict > After the patch: > koha_perl_deps.pl -a should not generate an error on Test::Strict I'm not sure Test::Strict is required, I think it could be 0. Its only used by one database dependent test, so will not be run when calling make test. If you rework the patch to make it not required, I'll sign off. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
