From: Nicholas Clark Date: Fri, 23 May 2008 14:38:31 +0000 (+0000) Subject: Bump the version number following change 33905 (and for any other X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8e1b25f6acbcb71886d63fac10751aa8dbe04b9;p=p5sagit%2Fp5-mst-13.2.git 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. p4raw-id: //depot/perl@33914 --- diff --git a/lib/Attribute/Handlers.pm b/lib/Attribute/Handlers.pm index ab5dafc..ee66d5b 100644 --- a/lib/Attribute/Handlers.pm +++ b/lib/Attribute/Handlers.pm @@ -4,7 +4,7 @@ use Carp; use warnings; use strict; use vars qw($VERSION $AUTOLOAD); -$VERSION = '0.79'; +$VERSION = '0.80'; # $DB::single=1; my %symcache; @@ -864,7 +864,8 @@ this won't happen. =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