diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-06 22:59:36 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-15 06:19:33 -0700 |
commit | 1fb13e7a6f97db1b5afb30b345fac02fb356ddda (patch) | |
tree | 7e1bb604b08b5a2c2dbe8a63f9eaf55d73847458 | |
parent | 02bd0dfcaf2882e9b8d96975db16fb4bdcdcbacf (diff) | |
download | perl-1fb13e7a6f97db1b5afb30b345fac02fb356ddda.tar.gz |
Increase $Attribute::Handlers::VERSION to 0.97
-rw-r--r-- | dist/Attribute-Handlers/lib/Attribute/Handlers.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm index a0b4af9885..17c4bb78fc 100644 --- a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm +++ b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm @@ -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 |