summaryrefslogtreecommitdiff
path: root/dist/Attribute-Handlers
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-07-24 18:47:03 -0400
committerRicardo Signes <rjbs@cpan.org>2015-07-24 18:47:03 -0400
commitc362894ac718bfc04eb640500d7507ea87da1de3 (patch)
tree0f139d57d57489ae5926a8c76754bceb643d03c3 /dist/Attribute-Handlers
parentd2fcb1d6773910aef058d59681ff6ae649f68352 (diff)
downloadperl-c362894ac718bfc04eb640500d7507ea87da1de3.tar.gz
bump version on Attribute::Handlers
...because of CPAN release to get blead code on CPAN
Diffstat (limited to 'dist/Attribute-Handlers')
-rw-r--r--dist/Attribute-Handlers/Changes3
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm4
2 files changed, 5 insertions, 2 deletions
diff --git a/dist/Attribute-Handlers/Changes b/dist/Attribute-Handlers/Changes
index f81a472d13..6278c9abb8 100644
--- a/dist/Attribute-Handlers/Changes
+++ b/dist/Attribute-Handlers/Changes
@@ -172,3 +172,6 @@ t Revision history for Perl extension Attribute-Handlers
0.97 Sun Jun 1 12:00:00 GMT 2015
- fixes to deal with CVs without GVs
+
+0.99 Fri Jul 24 18:44:48 EDT 2015
+ - CPAN release of v0.97 code
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
index 17c4bb78fc..7c049d48e6 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.97'; # remember to update version in POD!
+$VERSION = '0.99'; # 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.97 of Attribute::Handlers.
+This document describes version 0.99 of Attribute::Handlers.
=head1 SYNOPSIS