summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm.pl
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-11-25 13:16:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-11-25 13:16:43 +0000
commit464940c09a42f968e359606bddb8d4ee83718403 (patch)
tree82a1cead4d6d666ee284ad81bbf3b860be685372 /MDK/Common.pm.pl
parentdcfc8c7302059b30fc97aee62a5d29a3d690d7f5 (diff)
downloadperl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar
perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar.gz
perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar.bz2
perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar.xz
perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.zip
get rid of MDK::Common::Globals (not used anymore by drakconnect)
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r--MDK/Common.pm.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl
index 2dc0b11..d5529c0 100644
--- a/MDK/Common.pm.pl
+++ b/MDK/Common.pm.pl
@@ -26,7 +26,6 @@ C<MDK::Common> is a collection of packages containing various simple functions:
L<MDK::Common::DataStructure>,
L<MDK::Common::File>,
L<MDK::Common::Func>,
-L<MDK::Common::Globals>,
L<MDK::Common::Math>,
L<MDK::Common::String>,
L<MDK::Common::System>,
@@ -74,7 +73,7 @@ our @ISA = qw(Exporter);
# perl_checker: RE-EXPORT-ALL
our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::;
-our $VERSION = "1.1.24";
+our $VERSION = "1.1.25";
1;
EOF