Change 33914 by nicholas@nicholas-bouvard on 2008/05/23 14:38:31 Bump the version number following change 33905 (and for any other changes that might come between 5.10's release and 5.8.9's). Note that Rafael has kindly volunteered to take over maintainer. Affected files ... ... //depot/perl/lib/Attribute/Handlers.pm#39 edit Differences ... ==== //depot/perl/lib/Attribute/Handlers.pm#39 (text) ==== Index: perl/lib/Attribute/Handlers.pm --- perl/lib/Attribute/Handlers.pm#38~33905~ 2008-05-21 23:36:40.000000000 -0700 +++ perl/lib/Attribute/Handlers.pm 2008-05-23 07:38:31.000000000 -0700 @@ -4,7 +4,7 @@ use warnings; use strict; use vars qw($VERSION $AUTOLOAD); -$VERSION = '0.79'; +$VERSION = '0.80'; # $DB::single=1; my %symcache; @@ -864,7 +864,8 @@ =head1 AUTHOR -Damian Conway (damian@conway.org) +Damian Conway (damian@conway.org). The maintainer of this module is now Rafael +Garcia-Suarez (rgarciasuarez@gmail.com). =head1 BUGS End of Patch.