ver 0.7 prep

This commit is contained in:
Max Baker
2003-08-14 18:24:56 +00:00
parent 4e52756a41
commit 766f14d2bf
22 changed files with 111 additions and 32 deletions

View File

@@ -21,5 +21,6 @@ WriteMakefile(
sub MY::postamble { "
.PHONY: readme
readme:
readme: README
README: Info.pm
pod2text -l Info.pm > README" }