Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: What are the files in a CPAN distribution?

by tobyink (Canon)
on Dec 19, 2012 at 16:34 UTC ( [id://1009591]=note: print w/replies, xml ) Need Help??


in reply to Re: What are the files in a CPAN distribution?
in thread What are the files in a CPAN distribution?

OK, so you have a MANIFEST.SKIP file which lists "foo.txt". So somebody downloading the tarball knows that foo.txt should be skipped. But they don't have foo.txt, do they? foo.txt was never packaged.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^2: What are the files in a CPAN distribution?

Replies are listed 'Best First'.
Re^3: What are the files in a CPAN distribution?
by Corion (Patriarch) on Dec 19, 2012 at 16:35 UTC

    But foo.txt may be generated by the build process or by the tests, and might be machine/environment specific and shouldn't be redistributed.

Re^3: What are the files in a CPAN distribution?
by cavac (Parson) on Feb 04, 2013 at 13:04 UTC

    My MANIFEST.SKIP files also list files used by source code managment as well as temporary files. These temp files might be generated during testing, running examples, etc. Why hand out additional work to another author if/when (s)he takes over the distribution or wants to put a modified/fixed version into a local darkpan repo?

    "I know what i'm doing! Look, what could possibly go wrong? All i have to pull this lever like so, and then press this button here like ArghhhhhaaAaAAAaaagraaaAAaa!!!"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-20 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found