diff options
Diffstat (limited to 'MDK/Common.pm.pl')
-rw-r--r-- | MDK/Common.pm.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 304ea49..b5e7f6e 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -1,6 +1,8 @@ print <<'EOF'; +package MDK::Common; + =head1 NAME MDK::Common - miscellaneous functions @@ -55,7 +57,6 @@ modify it under the same terms as Perl itself. =cut -package MDK::Common; use MDK::Common::DataStructure qw(:all); use MDK::Common::File qw(:all); |