diff options
Diffstat (limited to 'MDK/Common/String.pm')
-rw-r--r-- | MDK/Common/String.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MDK/Common/String.pm b/MDK/Common/String.pm index 2894c2b..8ea1c3c 100644 --- a/MDK/Common/String.pm +++ b/MDK/Common/String.pm @@ -1,3 +1,5 @@ +package MDK::Common::String; + =head1 NAME MDK::Common::String - formatting functions @@ -57,7 +59,6 @@ L<MDK::Common> =cut -package MDK::Common::String; use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK); @ISA = qw(Exporter); |