Front page | perl.perl5.changes |
Postings from May 2008
Change 33900: Upgrade to AutoLoader-5.66
Thread Next
From:
Steve Peters
Date:
May 21, 2008 06:30
Subject:
Change 33900: Upgrade to AutoLoader-5.66
Change 33900 by stevep@stevep-kirk on 2008/05/21 13:23:24
Upgrade to AutoLoader-5.66
Affected files ...
... //depot/perl/lib/AutoLoader.pm#36 edit
... //depot/perl/lib/AutoSplit.pm#41 edit
Differences ...
==== //depot/perl/lib/AutoLoader.pm#36 (text) ====
Index: perl/lib/AutoLoader.pm
--- perl/lib/AutoLoader.pm#35~32903~ 2008-01-08 14:12:56.000000000 -0800
+++ perl/lib/AutoLoader.pm 2008-05-21 06:23:24.000000000 -0700
@@ -15,7 +15,7 @@
$is_epoc = $^O eq 'epoc';
$is_vms = $^O eq 'VMS';
$is_macos = $^O eq 'MacOS';
- $VERSION = '5.64_01';
+ $VERSION = '5.66';
}
AUTOLOAD {
@@ -373,7 +373,8 @@
This package has the same copyright and license as the perl core:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ by Larry Wall and others
All rights reserved.
==== //depot/perl/lib/AutoSplit.pm#41 (text) ====
Index: perl/lib/AutoSplit.pm
--- perl/lib/AutoSplit.pm#40~32787~ 2007-12-30 20:08:00.000000000 -0800
+++ perl/lib/AutoSplit.pm 2008-05-21 06:23:24.000000000 -0700
@@ -148,7 +148,8 @@
This package has the same copyright and license as the perl core:
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ by Larry Wall and others
All rights reserved.
End of Patch.
Thread Next
-
Change 33900: Upgrade to AutoLoader-5.66
by Steve Peters