summaryrefslogtreecommitdiffstats
path: root/MDK/Common.pm
blob: 4cccc21adba794ed90944eb4550971790e248d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;