diff options
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); |