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/Switch.pm | |
parent | a7845df8f6bfd9f3b7e686165ebf73c1549cb163 (diff) | |
download | perl-4ca17203d327911e3fdfb4503f50cd186a82208a.tar.gz |
More $VERSION bumps.
p4raw-id: //depot/perl@26817
Diffstat (limited to 'lib/Switch.pm')
-rw-r--r-- | lib/Switch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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... |