diff options
Diffstat (limited to 'MDK/Common/DataStructure.pm')
-rw-r--r-- | MDK/Common/DataStructure.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MDK/Common/DataStructure.pm b/MDK/Common/DataStructure.pm index 6e6ab12..8f44a2e 100644 --- a/MDK/Common/DataStructure.pm +++ b/MDK/Common/DataStructure.pm @@ -1,3 +1,5 @@ +package MDK::Common::DataStructure; + =head1 NAME MDK::Common::DataStructure - miscellaneous list/hash manipulation functions @@ -102,7 +104,6 @@ L<MDK::Common> =cut -package MDK::Common::DataStructure; use MDK::Common::Math; use MDK::Common::Func; |