summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm.pl
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-07-05 06:22:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-07-05 06:22:26 +0000
commit811d1e0b1feec8f2608020c216bff09ae9fb98ca (patch)
tree02e64312cb33829681e7ec092316a3df46fd70f3 /MDK/Common.pm.pl
parent2c3aeda9e08294259d8dc73f894d2afc1342de94 (diff)
downloadperl-MDK-Common-811d1e0b1feec8f2608020c216bff09ae9fb98ca.tar
perl-MDK-Common-811d1e0b1feec8f2608020c216bff09ae9fb98ca.tar.gz
perl-MDK-Common-811d1e0b1feec8f2608020c216bff09ae9fb98ca.tar.bz2
perl-MDK-Common-811d1e0b1feec8f2608020c216bff09ae9fb98ca.tar.xz
perl-MDK-Common-811d1e0b1feec8f2608020c216bff09ae9fb98ca.zip
- more perlish behaviour for to_int() and to_float()
(skipping leading spaces)
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r--MDK/Common.pm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl
index fea6a8f..2ac0e37 100644
--- a/MDK/Common.pm.pl
+++ b/MDK/Common.pm.pl
@@ -74,7 +74,7 @@ use vars qw(@ISA @EXPORT $VERSION); #);
# perl_checker: RE-EXPORT-ALL
@EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::;
-$VERSION = "1.1.13";
+$VERSION = "1.1.14";
1;
EOF