# from Gabor Szabo on Friday 01 March 2013:
>I don't maintain my MANIFEST file manually, but have a MANIFEST.SKIP
>file and run  "make manifest" before the releases.
>As the MYMETA files are new, they were not matched by any of the rules
>in the MANFEST.SKIP file.

Oh, that's why I didn't see this.  If you have a MANIFEST.SKIP file, 
`make manifest` will just use that instead of its defaults (which now 
contain MYMETA.yml/json.)

If you do `./Build manifest`, you should see:

  File 'MANIFEST.SKIP' does not include 'MYMETA.json'. Adding it now.

Sounds like ExtUtils::MakeMaker and Module::Install should maybe do 
something similar.  Not sure how to explain DDUMONT, but it looks like 
Module::Build has otherwise done well.

 
https://www.google.com/search?q=mymeta.json+site:metacpan.org+inurl:source+"generated_by:
+Module::Build"



Thanks,
Eric
-- 
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to