]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
The README file wasn't generated because of some remains from a copy-paste into Makef...
authorVincent Pit <vince@profvince.com>
Mon, 28 Jul 2008 21:24:29 +0000 (23:24 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 28 Jul 2008 21:24:29 +0000 (23:24 +0200)
Makefile.PL

index 300e16087884e79337b17649593c933533689206..a4f574667cb4bee29d03a23954df728e1d6f7ceb 100644 (file)
@@ -32,7 +32,7 @@ WriteMakefile(
         'Carp'       => 0
     },
     dist          => {
-        PREOP        => 'pod2text lib/Variable/Magic.pm > $(DISTVNAME)/README; '
+        PREOP        => 'pod2text lib/B/RecDeparse.pm > $(DISTVNAME)/README; '
                         . build_req,
         COMPRESS     => 'gzip -9f', SUFFIX => 'gz'
     },