Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: let Makefile.PL to do the Readme file for me -- new target?

by stevieb (Canon)
on Jan 19, 2021 at 17:38 UTC ( [id://11127107]=note: print w/replies, xml ) Need Help??


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
    That means every time he want's to push his commits to GitHub he'll need to run make dist first?

    update

    I suppose it's possible to hook into git for that automation?

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

      No, the rule can be added to any make targets you want through the power of Makefile dependencies.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11127107]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-28 08:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found