diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-05-27 12:57:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-05-27 12:57:32 +0000 |
commit | 2256466896c6cbaa21c27cfd059f18523c5bb1aa (patch) | |
tree | 7469257ce7ebcf87dda72f4c2cb8cbe43973b3b9 /MDK/Common.pm.pl | |
parent | 487b90f5397f85d30031f4125f74f5f86b297fc9 (diff) | |
download | perl-MDK-Common-2256466896c6cbaa21c27cfd059f18523c5bb1aa.tar perl-MDK-Common-2256466896c6cbaa21c27cfd059f18523c5bb1aa.tar.gz perl-MDK-Common-2256466896c6cbaa21c27cfd059f18523c5bb1aa.tar.bz2 perl-MDK-Common-2256466896c6cbaa21c27cfd059f18523c5bb1aa.tar.xz perl-MDK-Common-2256466896c6cbaa21c27cfd059f18523c5bb1aa.zip |
new release
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 d478576..cb5152d 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.3"; +$VERSION = "1.1.4"; 1; EOF |