summaryrefslogtreecommitdiff
path: root/lib/AutoLoader.pm
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-05-21 13:23:24 +0000
committerSteve Peters <steve@fisharerojo.org>2008-05-21 13:23:24 +0000
commit79706302bf1cd487fc44c6b9085b2f2ba0fa11ff (patch)
treea746dbea5fd35568bba0b5a414acbcd87507d5de /lib/AutoLoader.pm
parent1eea129cabc5a7602cbb7079da41a713264d28bf (diff)
downloadperl-79706302bf1cd487fc44c6b9085b2f2ba0fa11ff.tar.gz
Upgrade to AutoLoader-5.66
p4raw-id: //depot/perl@33900
Diffstat (limited to 'lib/AutoLoader.pm')
-rw-r--r--lib/AutoLoader.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm
index 636bb5a52c..880acd18f8 100644
--- a/lib/AutoLoader.pm
+++ b/lib/AutoLoader.pm
@@ -15,7 +15,7 @@ BEGIN {
$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 @@ can benefit from bug fixes.
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.