diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-13 14:02:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-13 14:02:00 +0000 |
commit | 4ca17203d327911e3fdfb4503f50cd186a82208a (patch) | |
tree | b6f42c9643f60796f89a11e2919c20428a19d245 /lib | |
parent | a7845df8f6bfd9f3b7e686165ebf73c1549cb163 (diff) | |
download | perl-4ca17203d327911e3fdfb4503f50cd186a82208a.tar.gz |
More $VERSION bumps.
p4raw-id: //depot/perl@26817
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Attribute/Handlers.pm | 2 | ||||
-rw-r--r-- | lib/Switch.pm | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/lib/Switch.pm b/lib/Switch.pm index 4b1b3e27f3..1c130c3d5e 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = '2.10'; +$VERSION = '2.10_01'; # LOAD FILTERING MODULE... |