[Koha-bugs] [Bug 6679] Fixing code so it passes basic Perl::Critic tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 8 11:43:04 CEST 2011


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

--- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> 2011-08-08 09:43:04 UTC ---
Created attachment 4888
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4888
Bug 6679 : scripts under admin style fixed

Contrary to common belief, subroutine prototypes do not enable
compile-time checks for proper arguments. Don't use them.

Defining a named sub within another sub, does not prevent that
subroutine being global

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list