clarify usage of Porting/Maintainers
[p5sagit/p5-mst-13.2.git] / Porting / makemeta
index e1a95ad..2ebaf07 100644 (file)
@@ -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. Muyst be run from the
+# root directory of a perl source tree.
 
 use strict;
 use warnings;
@@ -40,11 +43,16 @@ open my $fh, ">$file" or die "Can't open $file: $!";
 print $fh <<"EOI";
 name: perl
 version: $]
-abstract: Practical Extraction and Reporting Language
+abstract: Practical Extraction and Report Language
 author: perl5-porters\@perl.org
 license: perl
+resources:
+  homepage: http://www.perl.org/
+  bugtracker: http://rt.perl.org/perlbug/
+  license: http://dev.perl.org/licenses/
 distribution_type: core
-private:
+generated_by: $0
+no_index:
   directory:
 $dirs
   file: