summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2012-04-27 19:17:46 -0700
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2012-04-27 19:17:46 -0700
commit8e653eb2f5273b58f7964407d4dda00f20be2e9e (patch)
tree3e709f8410b9029484fa5df89a7b25c876de1752 /Makefile.PL
parent978e318489895524c0d5297d14dc0765c9f35bb1 (diff)
downloadcarton-8e653eb2f5273b58f7964407d4dda00f20be2e9e.tar.gz
remove unused line
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 60c1196..7caa702 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -44,8 +44,6 @@ sub doc_to_pods {
$pods{$doc} = "blib/man1/$name.1"
}
- \%pods;
-
makemaker_args MAN1PODS => \%pods;
}