[Patches] [PATCH] Bug 6679 : Allowing eval require

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Sat Dec 10 01:05:23 NZDT 2011


From: Chris Cormack <chrisc at catalyst.net.nz>
Date: Thu, 8 Dec 2011 21:09:48 +1300
Subject: [PATCH] Bug 6679 : Allowing eval require

---
 t/perlcriticrc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/t/perlcriticrc b/t/perlcriticrc
index 53a34a6..287273c 100644
--- a/t/perlcriticrc
+++ b/t/perlcriticrc
@@ -1 +1,5 @@
 exclude = Miscellanea::RequireRcsKeywords
+
+
+[Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval]
+allow_includes =1
\ No newline at end of file
-- 
1.7.5.4


More information about the Patches mailing list