From: Chris Cormack <[email protected]> http://bugs.koha-community.org/show_bug.cgi?id=6836
Signed-off-by: Julian Maurice <[email protected]> --- t/perlcriticrc | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/t/perlcriticrc b/t/perlcriticrc index 287273c..69b3d74 100644 --- a/t/perlcriticrc +++ b/t/perlcriticrc @@ -2,4 +2,10 @@ exclude = Miscellanea::RequireRcsKeywords [Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval] -allow_includes =1 \ No newline at end of file +allow_includes =1 + +[TestingAndDebugging::RequireUseStrict] +equivalent_modules = Modern::Perl + +[TestingAndDebugging::RequireUseWarnings] +equivalent_modules = Modern::Perl \ No newline at end of file -- 1.7.8.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
