This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $Attribute::Handlers::VERSION to 0.97
authorFather Chrysostomos <sprout@cpan.org>
Sun, 7 Sep 2014 05:59:36 +0000 (22:59 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Sep 2014 13:19:33 +0000 (06:19 -0700)
dist/Attribute-Handlers/lib/Attribute/Handlers.pm

index a0b4af9..17c4bb7 100644 (file)
@@ -4,7 +4,7 @@ use Carp;
 use warnings;
 use strict;
 use vars qw($VERSION $AUTOLOAD);
-$VERSION = '0.96'; # remember to update version in POD!
+$VERSION = '0.97'; # remember to update version in POD!
 # $DB::single=1;
 
 my %symcache;
@@ -270,7 +270,7 @@ Attribute::Handlers - Simpler definition of attribute handlers
 
 =head1 VERSION
 
-This document describes version 0.96 of Attribute::Handlers.
+This document describes version 0.97 of Attribute::Handlers.
 
 =head1 SYNOPSIS