Re: MANIFEST verification

2003-09-30 Thread Robert Spier
Thank you Garrett! That's perfect. Starting now, if anyone does something to make the MANIFEST unhappy, it will print out a message at the bottom of the commit log. You'll see things like this: manicheck: Not in MANIFEST: somefile1 manicheck: File not found: somefile2 Enjoy! -R (CVS Timelor

RE: MANIFEST verification

2003-09-30 Thread Garrett Goebel
Robert Spier wrote: > > I need a script that meets the following specs: > > Input (via command line) > 1) file representing MANIFEST > 2)file representing MANIFEST.SKIP > 3)file representing list of all files found > > Output (via stdout) > error message if m

Re: MANIFEST verification

2003-09-29 Thread Nicholas Clark
On Mon, Sep 29, 2003 at 01:51:42PM -0700, Jeff Clites wrote: > There's already a test in the form of t/src/manifest.t, which you might > be able to adapt (or invoke directly). t/src/manifest.t calls ExtUtils::Manifest, which does a recursive find over the directory tree, and therefore violates on

Re: MANIFEST verification

2003-09-29 Thread Jeff Clites
There's already a test in the form of t/src/manifest.t, which you might be able to adapt (or invoke directly). JEff On Monday, September 29, 2003, at 01:36 PM, Robert Spier wrote: There's been a little bit of hubbub recently about people checking things into the languages/ directories and brea