X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Fmakemeta;h=167209ab6fb2ea30ba5c4665ea8bb31e5f09fc0a;hb=a636c943c3929a440786edb825bc8af23c40278f;hp=6d5b0abbdc3c14643fce391925e56a9d0e7cd8b1;hpb=dbcf044e3834b3dc858e34fbff84d5b2d1eaeb9f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/makemeta b/Porting/makemeta index 6d5b0ab..167209a 100644 --- a/Porting/makemeta +++ b/Porting/makemeta @@ -1,5 +1,8 @@ #!./perl -w # this script must be run by the current perl to get perl's version right +# +# Create a META.yml file in the current directory. Must be run from the +# root directory of a perl source tree. use strict; use warnings;