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?
"But AFAIK is makefile.pl only relevant when installing from CPAN on the client side."
Not necessarily if it's part of the make dist routine. The README will get created inside of the repo, and if the file is already added to git, it'll show up in Github because it's generated prior to creating the tarball. It'll also have to be included in the MANIFEST.
At least that's what I envisioned the desire to be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: let Makefile.PL to do the Readme file for me -- new target?
by LanX (Saint) on Jan 19, 2021 at 18:17 UTC | |
by Anonymous Monk on Jan 19, 2021 at 19:54 UTC |