From: John Napiorkowski Date: Sun, 17 May 2009 22:44:27 +0000 (-0400) Subject: fixed Makefile.PL so it works correctly X-Git-Tag: 0.01~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4be107ab0f2555746d2696fca23710de930aa60;p=gitmo%2FMooseX-Dependent.git fixed Makefile.PL so it works correctly --- diff --git a/Makefile.PL b/Makefile.PL index 9c352c5..de65056 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,11 +18,10 @@ build_requires 'Test::More' => '0.86'; auto_install; tests_recursive; - WriteAll; package MY; sub postamble { - return "pod2text \$< > \$@"; + return "README:\tpod2text \$< > \$@"; }