From a8e3ecc3545acc28338f65144a50bcf44649802d Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 16 Nov 2000 05:41:01 +0000 Subject: [PATCH] * verbosity() added * Importance -> very --- Yard.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Yard.pm b/Yard.pm index 6a3c26f..78d9ca3 100644 --- a/Yard.pm +++ b/Yard.pm @@ -31,7 +31,7 @@ package Yard; use vars qw(@ISA @EXPORT %EXPORT_TAGS); use Exporter; @ISA = qw(Exporter); -@EXPORT = qw(start_logging_output info kernel_version_check +@EXPORT = qw(start_logging_output info kernel_version_check verbosity read_contents_file extra_links library_dependencies hard_links space_check create_filesystem find_file_in_path sys); @@ -71,6 +71,8 @@ sub warning { $Warnings++; } +sub verbosity { $verbosity = $_[0]; } + ## REQUIRES $kernel opt. $kernel_version sub kernel_version_check {