From 80c67be26cdde0a2d0a6f497b33d8227c0c83458 Mon Sep 17 00:00:00 2001 From: Chris Cormack 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