Change 33638 by [EMAIL PROTECTED] on 2008/04/03 11:08:40
Integrate:
[ 33636]
Integrate:
[ 33578]
Update makemeta to add the 3 official "resources" - homepage, license
and bugtracker.
Affected files ...
... //depot/maint-5.8/perl/META.yml#14 integrate
... //depot/maint-5.8/perl/Porting/makemeta#4 integrate
Differences ...
==== //depot/maint-5.8/perl/META.yml#14 (text) ====
Index: perl/META.yml
--- perl/META.yml#13~33637~ 2008-04-03 03:56:20.000000000 -0700
+++ perl/META.yml 2008-04-03 04:08:40.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/maint-5.8/perl/Porting/makemeta#4 (text) ====
Index: perl/Porting/makemeta
--- perl/Porting/makemeta#3~32298~ 2007-11-12 15:21:15.000000000 -0800
+++ perl/Porting/makemeta 2008-04-03 04:08:40.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.