diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-01 16:31:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-01 16:31:56 +0000 |
commit | f5e651fb4603ec1caaabd976e4088e60156c8fdd (patch) | |
tree | 07036dd56fd22a31f715c608adae2ad67229c625 /MDK/Common.pm.pl | |
parent | ab2b02f3349dbf1960f2af5b43295d1ffa6be040 (diff) | |
download | perl-MDK-Common-f5e651fb4603ec1caaabd976e4088e60156c8fdd.tar perl-MDK-Common-f5e651fb4603ec1caaabd976e4088e60156c8fdd.tar.gz perl-MDK-Common-f5e651fb4603ec1caaabd976e4088e60156c8fdd.tar.bz2 perl-MDK-Common-f5e651fb4603ec1caaabd976e4088e60156c8fdd.tar.xz perl-MDK-Common-f5e651fb4603ec1caaabd976e4088e60156c8fdd.zip |
- File.pm: add "append_to_file"
- perl_checker: a few more stricter rules
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); |