diff options
author | Sébastien Aperghis-Tramoni <sebastien@aperghis.net> | 2008-10-29 23:58:52 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-29 22:14:33 +0000 |
commit | d96966511646abf40b43dfe2e162733bd97824fc (patch) | |
tree | d0689d1876c9b168d786347bac7099f33b52514d /lib/constant.pm | |
parent | ea726b52599b52cf534201a46ec3455418c9eb8e (diff) | |
download | perl-d96966511646abf40b43dfe2e162733bd97824fc.tar.gz |
Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gz
Message-Id: <93213472-1B76-43A2-AACB-2BBFF901C5A7@free.fr>
Date: Wed, 29 Oct 2008 22:58:52 +0100
p4raw-id: //depot/perl@34648
Diffstat (limited to 'lib/constant.pm')
-rw-r--r-- | lib/constant.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/constant.pm b/lib/constant.pm index 53d99d55fc..906b7770d2 100644 --- a/lib/constant.pm +++ b/lib/constant.pm @@ -4,7 +4,7 @@ use strict; use warnings::register; use vars qw($VERSION %declared); -$VERSION = '1.16'; +$VERSION = '1.17'; #======================================================================= |