Lines Matching refs:verbose
66 my $verbose = '';
75 'verbose' => \$verbose,
78 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
81 print "Processing args...\n" if $verbose;
84 print " Checking module ", $argument, "\n" if $verbose;
107 print "Checking all modules upwards and including ", $from_module, "\n" if $verbose;
119 print " which is ", $module[2], "\n" if $verbose;
130 print "Generating list of files which have the PATCH flag...\n" if $verbose;
157 print( " File $file_name included in patch\n") if $verbose;
161 print( " File $file_name NOT included in patch\n") if $verbose;
177 print "Generating list of delivered libs...\n" if $verbose;
182 print " dummy-delivering $module...\n" if $verbose;
190 print "Checking against delivered files...\n" if $verbose;
202 print " File $fname is not packed.\n" if $verbose;
209 …" File $fname is packed, but NOT included in patch set and part of delivered output\n" if $verbose;
210 print "$fname\n" if !$verbose;
214 … " File $fname is NOT included in patch set, but member of hardcoded exception list\n" if $verbose;
219 print " File $fname packed and patched.\n" if $verbose;