Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: RFC: How to Release Modules on CPAN in 2011

by John M. Dlugosz (Monsignor)
on May 15, 2011 at 09:46 UTC ( [id://904953]=note: print w/replies, xml ) Need Help??


in reply to RFC: How to Release Modules on CPAN in 2011

[Module::Build] assumes that all files in the lib directory belong in your project unless you specifically exclude them via a regular expression in the MANIFEST.SKIP file.
Not quite: I was bit by that the first time I tried using it. It does not assume that all the files under lib are to be included in the tarball and eventually installed. It only looks for certain file "types" which seem to be (at least) the file's extension. Other files, like data loaded by a module, will be silently ignored unless you add that file's "type" to the Build.PL.

  • Comment on Re: RFC: How to Release Modules on CPAN in 2011

Log In?
Username:
Password:

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

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

    No recent polls found