summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-24 16:53:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-24 16:53:54 +0000
commit5bef71a0c86613f95e154d08b5f8f0cc23226e27 (patch)
tree57150f236c56d435fbf76b092eab0a78007169c4 /MDK/Common.pm
parentd7cea7bcbafb212013a3638ee3e76d63e9ef18cc (diff)
downloadperl-MDK-Common-5bef71a0c86613f95e154d08b5f8f0cc23226e27.tar
perl-MDK-Common-5bef71a0c86613f95e154d08b5f8f0cc23226e27.tar.gz
perl-MDK-Common-5bef71a0c86613f95e154d08b5f8f0cc23226e27.tar.bz2
perl-MDK-Common-5bef71a0c86613f95e154d08b5f8f0cc23226e27.tar.xz
perl-MDK-Common-5bef71a0c86613f95e154d08b5f8f0cc23226e27.zip
initial commit
Diffstat (limited to 'MDK/Common.pm')
-rw-r--r--MDK/Common.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/MDK/Common.pm b/MDK/Common.pm
new file mode 100644
index 0000000..4cccc21
--- /dev/null
+++ b/MDK/Common.pm
@@ -0,0 +1,13 @@
+package MDK::Common;
+
+use MDK::Common::DataStructure ':all';
+use MDK::Common::File ':all';
+use MDK::Common::Func ':all';
+use MDK::Common::Math ':all';
+use MDK::Common::String ':all';
+use MDK::Common::System ':all';
+use MDK::Common::Various ':all';
+
+$VERSION = "1.0";
+
+1;