On Fri, Aug 22, 2003 at 11:19:02PM +0100, Richard Clamp wrote:
> 
> Your new procedure is
> 
>  1) upgrade your ExtUtils::MakeMaker[0] to 6.16 or newer
>  2) add META.yml to your MANIFEST
>  3) Profit
> 
> META.yml isn't meant to be a burden on authors, just a tool for people
> who want at the metadata without having to parse/run your code.

I hit a problem with this...

All files in MANIFEST are checked in by "make ci" so META.yml end
up read-only. But then "make distdir" (eg from "make disttest")
fails with:

  cannot create META.yml: permission denied

The "metafile" target should write to a temporary file and then
overwrite the META.yml only if it's different.

I'm using 5.8.1 @19524. Hopefully someone can tell me this has been
fixed now - I've not had time to check.

Tim.

Reply via email to