projects
/
gitmo/MooseX-Dependent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
613e1e9
)
fixed Makefile.PL so it works correctly
John Napiorkowski [Sun, 17 May 2009 22:44:27 +0000 (18:44 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9c352c5
..
de65056
100644
(file)
--- 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 \$< > \$@";
}