diff options
author | Steffen Mueller <smueller@cpan.org> | 2011-05-20 17:57:50 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2011-05-20 18:03:35 +0200 |
commit | f142daa8b17269bfbcac6c027b3bb378d3f1368f (patch) | |
tree | b903ec359a21b69d20234824ee7822f99d3b0cae /dist/Attribute-Handlers/lib | |
parent | 7e4175263ac327ba864a8df30193d1b53e566518 (diff) | |
download | perl-f142daa8b17269bfbcac6c027b3bb378d3f1368f.tar.gz |
Bump Attribute::Handlers version to 0.91
... to match the CPAN version.
No functional changes.
Diffstat (limited to 'dist/Attribute-Handlers/lib')
-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 |