Change 33578 by [EMAIL PROTECTED] on 2008/03/26 18:38:10
Update makemeta to add the 3 official "resources" - homepage, license
and bugtracker.
Affected files ...
... //depot/perl/META.yml#17 edit
... //depot/perl/Porting/makemeta#4 edit
Differences ...
==== //depot/perl/META.yml#17 (text) ====
Index: perl/META.yml
--- perl/META.yml#16~33577~ 2008-03-26 11:37:15.000000000 -0700
+++ perl/META.yml 2008-03-26 11:38:10.000000000 -0700
@@ -3,6 +3,10 @@
abstract: Practical Extraction and Report Language
author: [EMAIL PROTECTED]
license: perl
+resources:
+ homepage: http://www.perl.org/
+ bugtracker: http://rt.perl.org/perlbug/
+ license: http://dev.perl.org/licenses/
distribution_type: core
private:
directory:
==== //depot/perl/Porting/makemeta#4 (text) ====
Index: perl/Porting/makemeta
--- perl/Porting/makemeta#3~31416~ 2007-06-18 06:20:50.000000000 -0700
+++ perl/Porting/makemeta 2008-03-26 11:38:10.000000000 -0700
@@ -43,6 +43,10 @@
abstract: Practical Extraction and Report Language
author: [EMAIL PROTECTED]
license: perl
+resources:
+ homepage: http://www.perl.org/
+ bugtracker: http://rt.perl.org/perlbug/
+ license: http://dev.perl.org/licenses/
distribution_type: core
private:
directory:
End of Patch.