[Koha-bugs] [Bug 8487] C4::Installer::PerlDependencies needs Test::Strict hash corrected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 22 10:40:33 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8487

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> ---
(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.


More information about the Koha-bugs mailing list