summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-10 16:28:45 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-10 16:28:45 -0600
commit177275d1891946f54422577a6aff5fb8668e3952 (patch)
tree41e13bc733b3b739010304e3280935c1202cb834 /lib
parentd1480e2a9b041b0f7f1103d2fa0033a2600b5d68 (diff)
downloadextutils-makemaker-dist-zilla-develop-177275d1891946f54422577a6aff5fb8668e3952.tar.gz
extutils-makemaker-dist-zilla-develop-177275d1891946f54422577a6aff5fb8668e3952.zip
need to hide "package MY" from the indexer0.02
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm b/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm
index 5bf3185..ccfae9d 100644
--- a/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm
+++ b/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm
@@ -77,9 +77,8 @@ EOF
}
{
- package MY;
-
- use Config;
+ package # hide from PAUSE
+ MY;
my $message;
BEGIN {