diff options
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; |