Bump the version number following change 33905 (and for any other
Nicholas Clark [Fri, 23 May 2008 14:38:31 +0000 (14:38 +0000)]
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

lib/Attribute/Handlers.pm

index ab5dafc..ee66d5b 100644 (file)
@@ -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