From: Greg Date: Wed, 3 Jun 2009 00:12:57 +0000 (-0400) Subject: Perl critic quieting X-Git-Tag: 2.9.1~27 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b0f76d33de121c826d3044e30c68b74ef7bc397b;p=check_postgres.git Perl critic quieting --- 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};