diff options
author | Sébastien Aperghis-Tramoni <sebastien@aperghis.net> | 2007-11-06 03:49:51 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-06 10:47:30 +0000 |
commit | 8226145936b9ee2964b16c8818eff5900d9c6263 (patch) | |
tree | 28c899de09ba7cab34f158269022e99e1356e528 /lib/constant.pm | |
parent | d584a1c6800176709745d7e39b92bf928b9f184b (diff) | |
download | perl-8226145936b9ee2964b16c8818eff5900d9c6263.tar.gz |
Fwd: CPAN Upload: S/SA/SAPER/constant-1.12.tar.gz
Message-Id: <7B502F45-AB25-4EFF-8147-A02D8E2E9E21@free.fr>
Date: Tue, 6 Nov 2007 02:49:51 +0100
p4raw-id: //depot/perl@32227
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 4b6c98b9d8..60d495722d 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.11'; +$VERSION = '1.12'; #======================================================================= |