diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-04 20:00:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-04 20:00:22 +0000 |
commit | 0044e936f2e06a9f0843486b602f67f7cb6ccc2c (patch) | |
tree | a7fa4f05dcb4e3cbb97a349cc992a0d7564dcdb9 /MDK | |
parent | 8fb7e87302934433c8ca37debd054703b1d54f24 (diff) | |
download | perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar.gz perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar.bz2 perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.tar.xz perl-MDK-Common-0044e936f2e06a9f0843486b602f67f7cb6ccc2c.zip |
new version
Diffstat (limited to 'MDK')
-rw-r--r-- | MDK/Common.pm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 328ace6..9c06b66 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -70,7 +70,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.0"; +$VERSION = "1.0.1"; 1; EOF |