[Koha-bugs] [Bug 16645] Plack: Add the multi_param fix from Context in koha.psgi

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 7 08:46:29 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16645

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Fridolin SOMERS from comment #3)
> + no warnings 'redefine'; 	
> This is already set a few lines above.
> No ?
> 
> + use warnings 'redefine';
> sure we need this line ?

No warnings was repeated. Will remove it and move the enable warns one level
higher outside the if statement. It is better to add it. Only allow redefines
without warnings within the section you have explicitly marked as such.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list