[Koha-bugs] [Bug 8015] Add MARC Modifications Templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 16 11:49:18 CEST 2013


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

--- Comment #123 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to Katrin Fischer from comment #122)
> Hm, can someone help us out here fixing the perl critic violations?

To me, there are only 2 ways to remove theses warnings:
1/ adds a rule to the perlcriticrc file.
2/ write an unreadable code. (i.e.
  eval "\$value =~ s$regex";
could be written splitting the $regex var on the first character (/ or |,
etc.).

In both case it is not a good thing to do.
Perl::Critic provides recommendations, sometimes I think we are not obliged to
follow them.

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


More information about the Koha-bugs mailing list