summaryrefslogtreecommitdiffstats
path: root/MDK/Common/System.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-31 12:01:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-31 12:01:32 +0000
commitab2b02f3349dbf1960f2af5b43295d1ffa6be040 (patch)
treee0e74cf29e340614b23f5a039ea9f522ed49a70f /MDK/Common/System.pm
parente14829cc6aa3bcb315e330b1bcb5f82676fb26d3 (diff)
downloadperl-MDK-Common-ab2b02f3349dbf1960f2af5b43295d1ffa6be040.tar
perl-MDK-Common-ab2b02f3349dbf1960f2af5b43295d1ffa6be040.tar.gz
perl-MDK-Common-ab2b02f3349dbf1960f2af5b43295d1ffa6be040.tar.bz2
perl-MDK-Common-ab2b02f3349dbf1960f2af5b43295d1ffa6be040.tar.xz
perl-MDK-Common-ab2b02f3349dbf1960f2af5b43295d1ffa6be040.zip
- perl_checker: cleaner, more usable (via .perl_checker for -exclude's)
- perl_checker: more stricter syntax rules - adapt *.pm's to those rules
Diffstat (limited to 'MDK/Common/System.pm')
-rw-r--r--MDK/Common/System.pm3
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;