On Wed, May 21, 2008 at 06:30:03AM -0700, Steve Peters wrote: > Change 33900 by [EMAIL PROTECTED] 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
> ==== //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. I find this bit troubling because it changes something without changing $VERSION, and I'm trying hard to follow Andreas' desire that no two things on CPAN that differ have the same $VERSION. Nicholas Clark
