diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 16:53:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-24 16:53:54 +0000 |
commit | 5bef71a0c86613f95e154d08b5f8f0cc23226e27 (patch) | |
tree | 57150f236c56d435fbf76b092eab0a78007169c4 /MDK/Common.pm | |
parent | d7cea7bcbafb212013a3638ee3e76d63e9ef18cc (diff) | |
download | perl-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.pm | 13 |
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; |