From 7dbb966b49e31468b24b410e7563af8c98142031 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 Signed-off-by: Paul Poulain --- t/perlcriticrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/perlcriticrc b/t/perlcriticrc index 53a34a6ef7..287273c1bb 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 -- 2.20.1