diff options
Diffstat (limited to 'MDK/Common/System.pm')
-rw-r--r-- | MDK/Common/System.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index 73ba091..f196e83 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -1,3 +1,5 @@ +package MDK::Common::System; + =head1 NAME MDK::Common::System - formatting functions @@ -155,7 +157,6 @@ L<MDK::Common> =cut -package MDK::Common::System; use MDK::Common::Math; use MDK::Common::File; |