Change 34588 by [EMAIL PROTECTED] on 2008/10/25 14:11:22

        Integrate:
        [ 34583]
        Upgrade to lib.pm 0.61.

Affected files ...

... //depot/maint-5.10/perl/lib/lib.t#3 integrate
... //depot/maint-5.10/perl/lib/lib_pm.PL#5 integrate

Differences ...

==== //depot/maint-5.10/perl/lib/lib.t#3 (text) ====
Index: perl/lib/lib.t
--- perl/lib/lib.t#2~34011~     2008-06-07 07:29:13.000000000 -0700
+++ perl/lib/lib.t      2008-10-25 07:11:22.000000000 -0700
@@ -2,6 +2,7 @@
 
 BEGIN {
     chdir 't';
+    unshift @INC, '..';
     unshift @INC, '../lib';
     @OrigINC = @INC;
 }

==== //depot/maint-5.10/perl/lib/lib_pm.PL#5 (text) ====
Index: perl/lib/lib_pm.PL
--- perl/lib/lib_pm.PL#4~34253~ 2008-09-03 12:22:40.000000000 -0700
+++ perl/lib/lib_pm.PL  2008-10-25 07:11:22.000000000 -0700
@@ -86,7 +86,7 @@
 print OUT <<'!NO!SUBS!';
 
 our @ORIG_INC = @INC;  # take a handy copy of 'original' value
-our $VERSION = '0.57';
+our $VERSION = '0.61';
 my $Is_MacOS = $^O eq 'MacOS';
 my $Mac_FS;
 if ($Is_MacOS) {
End of Patch.

Reply via email to