Change 28463 by [EMAIL PROTECTED] on 2006/07/02 16:31:10

        Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
        From:  demerphq <[EMAIL PROTECTED]>
        Date:  Sun, 2 Jul 2006 16:23:21 +0200
        Message-Id:  <[EMAIL PROTECTED]>
        
        Sync ExtUtils::Install with CPAN (just trivially change version nos)

Affected files ...

... //depot/perl/lib/ExtUtils/Install.pm#51 edit
... //depot/perl/lib/ExtUtils/Installed.pm#24 edit
... //depot/perl/lib/ExtUtils/Packlist.pm#16 edit

Differences ...

==== //depot/perl/lib/ExtUtils/Install.pm#51 (text) ====
Index: perl/lib/ExtUtils/Install.pm
--- perl/lib/ExtUtils/Install.pm#50~28101~      2006-05-04 13:03:42.000000000 
-0700
+++ perl/lib/ExtUtils/Install.pm        2006-07-02 09:31:10.000000000 -0700
@@ -3,7 +3,7 @@
 use strict;
 
 use vars qw(@ISA @EXPORT $VERSION $MUST_REBOOT %Config);
-$VERSION = '1.40';
+$VERSION = '1.41';
 $VERSION = eval $VERSION;
 
 use AutoSplit;

==== //depot/perl/lib/ExtUtils/Installed.pm#24 (text) ====
Index: perl/lib/ExtUtils/Installed.pm
--- perl/lib/ExtUtils/Installed.pm#23~27983~    2006-04-27 11:06:12.000000000 
-0700
+++ perl/lib/ExtUtils/Installed.pm      2006-07-02 09:31:10.000000000 -0700
@@ -16,7 +16,7 @@
 require VMS::Filespec if $Is_VMS;
 
 use vars qw($VERSION);
-$VERSION = '1.38';
+$VERSION = '1.41';
 $VERSION = eval $VERSION;
 
 sub _is_prefix {

==== //depot/perl/lib/ExtUtils/Packlist.pm#16 (text) ====
Index: perl/lib/ExtUtils/Packlist.pm
--- perl/lib/ExtUtils/Packlist.pm#15~28198~     2006-05-15 08:11:15.000000000 
-0700
+++ perl/lib/ExtUtils/Packlist.pm       2006-07-02 09:31:10.000000000 -0700
@@ -5,7 +5,7 @@
 use Carp qw();
 use Config;
 use vars qw($VERSION $Relocations);
-$VERSION = '1.39_02';
+$VERSION = '1.41';
 $VERSION = eval $VERSION;
 
 # Used for generating filehandle globs.  IO::File might not be available!
End of Patch.

Reply via email to