Change 29844 by [EMAIL PROTECTED] on 2007/01/16 16:17:03

        Subject: [PATCH] Re: Dual-lived AutoLoader
        From: Steffen Mueller <[EMAIL PROTECTED]>
        Date: Tue, 16 Jan 2007 15:29:44 +0100
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/Porting/Maintainers.pl#64 edit

Differences ...

==== //depot/perl/Porting/Maintainers.pl#64 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#63~29841~       2007-01-16 02:17:43.000000000 
-0800
+++ perl/Porting/Maintainers.pl 2007-01-16 08:17:03.000000000 -0800
@@ -62,6 +62,7 @@
        'sburke'        => 'Sean Burke <[EMAIL PROTECTED]>',
        'mschwern'      => 'Michael Schwern <[EMAIL PROTECTED]>',
        'smccam'        => 'Stephen McCamant <[EMAIL PROTECTED]>',
+       'smueller'      => 'Steffen Mueller <[EMAIL PROTECTED]>',
        'tels'          => 'perl_dummy a-t bloodgate.com',
        'tomhughes'     => 'Tom Hughes <[EMAIL PROTECTED]>',
        'tjenness'      => 'Tim Jenness <[EMAIL PROTECTED]>',
@@ -82,6 +83,13 @@
                'CPAN'          => 1,
                },
 
+       'AutoLoader' =>
+               {
+               'MAINTAINER'    => 'smueller',
+               'FILES'         => q[lib/AutoLoader.pm lib/AutoLoader.t],
+               'CPAN'          => 1,
+       },
+
        'assertions' =>
                {
                'MAINTAINER'    => 'salva',
End of Patch.

Reply via email to