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

--- Comment #123 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to