From: Steffen Mueller Date: Sat, 8 Aug 2009 10:55:18 +0000 (+0200) Subject: Synchronize AutoLoader with CPAN's 5.69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70abb3320b56b5722667e5778b487083f4c60ec3;p=p5sagit%2Fp5-mst-13.2.git Synchronize AutoLoader with CPAN's 5.69 No functional changes, only CPAN distribution upgrades. --- diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm index e05372f..4ec7a3d 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.68'; + $VERSION = '5.69'; } AUTOLOAD { @@ -376,7 +376,7 @@ 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, 2007, 2008 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others All rights reserved.