diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 12:42:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 12:42:40 +0000 |
commit | ee14998ffdf6f205818952b00073fe6800e748cf (patch) | |
tree | 2c719dc162e12d81016dc29ae737b25b01e49ab4 /MDK/Common.pm.pl | |
parent | 8cbd6c0a65371f408e43864f81f2c0c01b5ba6aa (diff) | |
download | perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar.gz perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar.bz2 perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.tar.xz perl-MDK-Common-ee14998ffdf6f205818952b00073fe6800e748cf.zip |
new snapshot (many perl_checker enhancements)
Diffstat (limited to 'MDK/Common.pm.pl')
-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 0dbddd2..914d59c 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -71,7 +71,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.8"; +$VERSION = "1.1.9"; 1; EOF |