summaryrefslogtreecommitdiff
path: root/lib/Attribute
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-13 14:02:00 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-13 14:02:00 +0000
commit4ca17203d327911e3fdfb4503f50cd186a82208a (patch)
treeb6f42c9643f60796f89a11e2919c20428a19d245 /lib/Attribute
parenta7845df8f6bfd9f3b7e686165ebf73c1549cb163 (diff)
downloadperl-4ca17203d327911e3fdfb4503f50cd186a82208a.tar.gz
More $VERSION bumps.
p4raw-id: //depot/perl@26817
Diffstat (limited to 'lib/Attribute')
-rw-r--r--lib/Attribute/Handlers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Attribute/Handlers.pm b/lib/Attribute/Handlers.pm
index 1c00bb34fa..8ecb2fe479 100644
--- a/lib/Attribute/Handlers.pm
+++ b/lib/Attribute/Handlers.pm
@@ -2,7 +2,7 @@ package Attribute::Handlers;
use 5.006;
use Carp;
use warnings;
-$VERSION = '0.78_01';
+$VERSION = '0.78_02';
# $DB::single=1;
my %symcache;