in reply to Re: let Makefile.PL to do the Readme file for me -- new target?
in thread let Makefile.PL to do the Readme file for me -- new target?
sub MY::postamble { return <<'MAKE_README'; ... MAKE_README ... MAKE_README ... MAKE_README }
You have a C&P error here.
I think you wanted to return the whole block not only the first rule, right?
Delete MAKE_README #2 and #3 :)
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: let Makefile.PL to do the Readme file for me -- new target?
by pryrt (Abbot) on Jan 21, 2021 at 01:43 UTC |