summaryrefslogtreecommitdiffstats
path: root/MDK
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
commit0694b88d08b2b55576f1854e9ce78246fbb51a6a (patch)
tree36889d3a5c5be95a46dea8a51b8fa53d398e9b2e /MDK
parentd7cea7bcbafb212013a3638ee3e76d63e9ef18cc (diff)
downloadperl_checker-0694b88d08b2b55576f1854e9ce78246fbb51a6a.tar
perl_checker-0694b88d08b2b55576f1854e9ce78246fbb51a6a.tar.gz
perl_checker-0694b88d08b2b55576f1854e9ce78246fbb51a6a.tar.bz2
perl_checker-0694b88d08b2b55576f1854e9ce78246fbb51a6a.tar.xz
perl_checker-0694b88d08b2b55576f1854e9ce78246fbb51a6a.zip
initial commit
Diffstat (limited to 'MDK')
-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;