projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
909a7e5
)
Perl critic quieting
author
Greg
<greg@core.localdomain>
Wed, 3 Jun 2009 00:12:57 +0000
(20:12 -0400)
committer
Greg
<greg@core.localdomain>
Wed, 3 Jun 2009 00:12:57 +0000
(20:12 -0400)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 4d68a40e6a1c8eecb27747aecae2d681ed9adfa7..b9f79fa6771ac9b8cc28f96a03b2feea76e2708e 100644
(file)
--- 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};