On Saturday, August 23, 2003, at 03:23 AM, Elizabeth Mattijsen wrote:
At 23:19 +0100 8/22/03, Richard Clamp wrote:2) add META.yml to your MANIFEST
This also happens automatically at some point. All of my recent distributions got a magically added META.yml and an entry added to MANIFEST. I assume "make dist" is doing this.
Module::Build or MakeMaker indeed create the META.yml during "make dist". Module::Build won't add it to your MANIFEST automatically (though it will warn if you don't do it yourself), but I believe MakeMaker will. Either of them will add it if/when you do "make manifest".
-Ken