summaryrefslogtreecommitdiff
path: root/dist/Attribute-Handlers
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-02-02 11:04:41 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-02-02 11:04:41 -0500
commit5a90611d575fc5b933f2f9985a83dbddd0bee0ca (patch)
tree26df1a8a9accdf5714ce80751af628dfbae4ea99 /dist/Attribute-Handlers
parentdca2d8c500ac71465b1999211f7b54537c78e936 (diff)
downloadperl-5a90611d575fc5b933f2f9985a83dbddd0bee0ca.tar.gz
Bump Attribute::Handlers version since it changed since the last cpan
release
Diffstat (limited to 'dist/Attribute-Handlers')
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm4
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 4f05446b10..b0cb8e21af 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.88'; # remember to update version in POD!
+$VERSION = '0.89'; # remember to update version in POD!
# $DB::single=1;
my %symcache;
@@ -266,7 +266,7 @@ Attribute::Handlers - Simpler definition of attribute handlers
=head1 VERSION
-This document describes version 0.88 of Attribute::Handlers,
+This document describes version 0.89 of Attribute::Handlers,
released April 5, 2010.
=head1 SYNOPSIS