On Mon, Feb 22, 2010 at 10:36 PM, Michael G Schwern <schw...@pobox.com> wrote: > Eric Wilhelm wrote: >>> >>> $master:~/cpan/perlids>./Build disttest >>> Creating Makefile.PL >>> Creating META.yml >>> *File 'MANIFEST.SKIP' does not include 'MYMETA.yml'. Adding it now.* >>> ... >>> *t/00-signature.t ..... Not in MANIFEST: MYMETA.yml >>> ==> MISMATCHED content between MANIFEST and distribution files! <==* >> >> I agree with Adam and Michael on what you should do here. >> >> But I'm curious about how the automatic addition of MYMETA.yml to >> MANIFEST.SKIP (as shown in the output) didn't keep you from running into >> this. (I'm mostly concerned about whether it might cause problems for more >> valid use-cases than a signature.t.) > > Adding MYMETA to MANIFEST.SKIP does not cause the MANIFEST to be rebuilt.
I think Eric was asking why Module::Signature isn't ignoring MYMETA once it gets added to MANIFEST.SKIP. -- David