Change 33636 by [EMAIL PROTECTED] on 2008/04/03 10:56:02
Integrate:
[ 33578]
Update makemeta to add the 3 official "resources" - homepage, license
and bugtracker.
Affected files ...
... //depot/maint-5.10/perl/META.yml#3 integrate
... //depot/maint-5.10/perl/Porting/makemeta#2 integrate
Differences ...
==== //depot/maint-5.10/perl/META.yml#3 (text) ====
Index: perl/META.yml
--- perl/META.yml#2~33634~ 2008-04-03 03:52:36.000000000 -0700
+++ perl/META.yml 2008-04-03 03:56:02.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.10/perl/Porting/makemeta#2 (text) ====
Index: perl/Porting/makemeta
--- perl/Porting/makemeta#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/Porting/makemeta 2008-04-03 03:56:02.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.