From 27f617cbcf4f4a6c94a7c133d99fa4fb652af697 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Sun, 25 Nov 2007 17:22:19 +0000 Subject: [PATCH] Bump version to 0.79 p4raw-id: //depot/perl@32489 --- lib/Attribute/Handlers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Attribute/Handlers.pm b/lib/Attribute/Handlers.pm index 0cf380c..6e45a72 100644 --- a/lib/Attribute/Handlers.pm +++ b/lib/Attribute/Handlers.pm @@ -4,7 +4,7 @@ use Carp; use warnings; use strict; use vars qw($VERSION $AUTOLOAD); -$VERSION = '0.78_07'; +$VERSION = '0.79'; # $DB::single=1; my %symcache; -- 2.7.4