Change 33116 by [EMAIL PROTECTED] on 2008/01/29 23:35:18

        Integrate:
        [ 32664]
        Fix embarrassing typo
        
        [ 32831]
        SelfLoader is dual-lived
        
        [ 32855]
        Add a small note about numbered feature bundles
        
        [ 32858]
        AutoSplit is dual-lived, and is part of the AutoLoader distribution

Affected files ...

... //depot/maint-5.10/perl/AUTHORS#2 integrate
... //depot/maint-5.10/perl/Porting/Maintainers.pl#2 integrate
... //depot/maint-5.10/perl/Porting/pumpkin.pod#2 integrate

Differences ...

==== //depot/maint-5.10/perl/AUTHORS#2 (text) ====
Index: perl/AUTHORS
--- perl/AUTHORS#1~32694~       2007-12-22 01:23:09.000000000 -0800
+++ perl/AUTHORS        2008-01-29 15:35:18.000000000 -0800
@@ -590,7 +590,7 @@
 Mathieu Arnold                 <[EMAIL PROTECTED]>
 Mats Peterson                  <[EMAIL PROTECTED]>
 Matt Kimball
-Matt Kraii                     <[EMAIL PROTECTED]>
+Matt Kraai                     <[EMAIL PROTECTED]>
 Matt Sergeant                  <[EMAIL PROTECTED]>
 Matt Taggart                    <[EMAIL PROTECTED]>
 Matthew Black                  <[EMAIL PROTECTED]>

==== //depot/maint-5.10/perl/Porting/Maintainers.pl#2 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#1~32694~        2007-12-22 01:23:09.000000000 
-0800
+++ perl/Porting/Maintainers.pl 2008-01-29 15:35:18.000000000 -0800
@@ -101,7 +101,7 @@
        'AutoLoader' =>
                {
                'MAINTAINER'    => 'smueller',
-               'FILES'         => q[lib/AutoLoader.pm lib/AutoLoader.t],
+               'FILES'         => q[lib/AutoLoader.pm lib/AutoSplit.pm 
lib/AutoLoader],
                'CPAN'          => 1,
        },
 
@@ -773,6 +773,13 @@
                'CPAN'          => 1,
                },
 
+       'SelfLoader' =>
+               {
+               'MAINTAINER'    => 'smueller',
+               'FILES'         => q[lib/SelfLoader.pm lib/SelfLoader],
+               'CPAN'          => 1,
+               },
+
        'Shell' =>
                {
                'MAINTAINER'    => 'ferreira',

==== //depot/maint-5.10/perl/Porting/pumpkin.pod#2 (text) ====
Index: perl/Porting/pumpkin.pod
--- perl/Porting/pumpkin.pod#1~32694~   2007-12-22 01:23:09.000000000 -0800
+++ perl/Porting/pumpkin.pod    2008-01-29 15:35:18.000000000 -0800
@@ -592,6 +592,8 @@
 year too), the F<META.yml> file (generated via F<Porting/makemeta>, be
 sure to run it with the current bleadperl), and the meta-info about
 dual-lived modules in Module::Corelist (F<Porting/corelist.pl> does that).
+Make sure the numbered feature bundles in F<lib/feature.pm> are also
+correct.
 
 =head2 Todo
 
End of Patch.

Reply via email to