Change 34636 by [EMAIL PROTECTED] on 2008/10/29 16:03:41

        Integrate:
        [ 34635]
        Integrate:
        [ 34589]
        lib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command, and so does
        the about to be committed lib/ExtUtils/t/cp.t
        
        [ 34620]
        Subject: installperl patchlet
        From: [EMAIL PROTECTED] (Andreas J. Koenig)
        Message-ID: <[EMAIL PROTECTED]>
        Date: Tue, 28 Oct 2008 05:11:20 +0100

Affected files ...

... //depot/maint-5.8/perl/Porting/Maintainers.pl#45 integrate
... //depot/maint-5.8/perl/installperl#42 integrate

Differences ...

==== //depot/maint-5.8/perl/Porting/Maintainers.pl#45 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#44~34558~       2008-10-22 11:54:54.000000000 
-0700
+++ perl/Porting/Maintainers.pl 2008-10-29 09:03:41.000000000 -0700
@@ -271,7 +271,8 @@
        'ExtUtils::Command' =>
                {
                'MAINTAINER'    => 'rkobes',
-               'FILES'         => q[lib/ExtUtils/Command.pm],
+               'FILES'         => q[lib/ExtUtils/Command.pm
+                                    lib/ExtUtils/t/{cp,eu_command}.t],
                'CPAN'          => 1,
                },
 
@@ -298,7 +299,7 @@
                'MAINTAINER'    => 'mschwern',
                'FILES' => 
q[lib/ExtUtils/{Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm
                        lib/ExtUtils/{Command,Liblist,MakeMaker}
-                       
lib/ExtUtils/t/{[0-9FLV-Zabd-z]*,IN*,Mkbootstrap,MM_*,PL_FILES,cd,config}.t
+                       
lib/ExtUtils/t/{[0-9FLV-Zabdf-z]*,IN*,Mkbootstrap,MM_*,PL_FILES,cd,config}.t
                        t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
                'CPAN'          => 1,
                },

==== //depot/maint-5.8/perl/installperl#42 (xtext) ====
Index: perl/installperl
--- perl/installperl#41~34289~  2008-09-05 16:04:00.000000000 -0700
+++ perl/installperl    2008-10-29 09:03:41.000000000 -0700
@@ -612,6 +612,7 @@
        next unless m,^/,;
        # Use &samepath here because some systems have other dirs linked
        # to $mainperldir (like SunOS)
+       next unless -d;
        next if samepath($_, $binexp);
        next if samepath($_, cwd());
        next if ($mainperl_is_instperl && samepath($_, $mainperldir));
End of Patch.

Reply via email to