Re: [Module-build-general] verbose and Test::Harness
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2002-10-30 02:59:56
|
On Tuesday, October 29, 2002, at 05:36 PM, Dave Rolsky wrote: > On Tue, 29 Oct 2002, Ken Williams wrote: >> >> So, your version of Test::Harness uses $Verbose instead of $verbose? >> I'm looking at T::H version 1.1604, which exports $verbose. > > It claims to _also_ export $verbose (which is aliased to $Verbose), but > in > practice I found I needed to set the capitalized version. OK >> Where are the HARNESS_VERBOSE and HARNESS_PERL_SWITCHES variables used? >> I can't find 'em in my @INC. > > In @INC? Huh, why would you expect to find them there? I meant those strings aren't anywhere in the contents of any of the files in my @INC directories. > You should grab a copy of Test::Harness off CPAN and browse through it a > bit. It mentions those ENV vars. OK. -Ken |