diff options
Diffstat (limited to 'dist/Attribute-Handlers/lib/Attribute/Handlers.pm')
-rw-r--r-- | dist/Attribute-Handlers/lib/Attribute/Handlers.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm index 73819da9df..4333155a80 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.90'; # remember to update version in POD! +$VERSION = '0.91'; # remember to update version in POD! # $DB::single=1; my %symcache; @@ -266,8 +266,8 @@ Attribute::Handlers - Simpler definition of attribute handlers =head1 VERSION -This document describes version 0.90 of Attribute::Handlers, -released April 5, 2010. +This document describes version 0.91 of Attribute::Handlers, +released May 20, 2011. =head1 SYNOPSIS |