diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-31 12:01:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-31 12:01:32 +0000 |
commit | ab2b02f3349dbf1960f2af5b43295d1ffa6be040 (patch) | |
tree | e0e74cf29e340614b23f5a039ea9f522ed49a70f /MDK/Common/Various.pm | |
parent | e14829cc6aa3bcb315e330b1bcb5f82676fb26d3 (diff) | |
download | perl-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/Various.pm')
-rw-r--r-- | MDK/Common/Various.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MDK/Common/Various.pm b/MDK/Common/Various.pm index 6489f9d..841d486 100644 --- a/MDK/Common/Various.pm +++ b/MDK/Common/Various.pm @@ -1,3 +1,5 @@ +package MDK::Common::Various; + =head1 NAME MDK::Common::Various - miscellaneous functions @@ -94,8 +96,6 @@ L<MDK::Common> =cut -package MDK::Common::Various; - use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK); @ISA = qw(Exporter); @EXPORT_OK = qw(first second top to_bool to_int to_float bool2text bool2yesno text2bool chomp_ backtrace internal_error noreturn); |