From 1fb13e7a6f97db1b5afb30b345fac02fb356ddda Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 6 Sep 2014 22:59:36 -0700 Subject: Increase $Attribute::Handlers::VERSION to 0.97 --- dist/Attribute-Handlers/lib/Attribute/Handlers.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/Attribute-Handlers') 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 -- cgit v1.2.1