From f5e651fb4603ec1caaabd976e4088e60156c8fdd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Aug 2002 16:31:56 +0000 Subject: - File.pm: add "append_to_file" - perl_checker: a few more stricter rules --- MDK/Common.pm.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MDK/Common.pm.pl') 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); -- cgit v1.2.1