From b0f76d33de121c826d3044e30c68b74ef7bc397b Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 2 Jun 2009 20:12:57 -0400 Subject: [PATCH] Perl critic quieting --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 4d68a40e6..b9f79fa67 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -57,8 +57,8 @@ my %opts = ); { - package MY; - sub clean { + package MY; ## no critic + sub clean { ## no critic (RequireArgUnpacking) my $string = shift->SUPER::clean(@_); $string =~ s{\t}{\tperl t/99_cleanup\.t\n\t}; $string .= qq{\nsignature_asc : \n}; -- 2.39.5