Ovid wrote:
> Today I've received two failure reports from "vpit" (via the excellent new 
> CPAN testers email).  The error for both Test::Aggregate and aliased is:
> 
>   [ERROR] [Wed Sep 24 20:13:40 2008] Could not run 'Build':
>   Can't use an undefined value as a HASH reference at 
>   /home/smoke/perl/builds/5.10.0/lib/5.10.0/Module/Build/Base.pm
>   line 3679.

I got the same thing.  It's from using an invalid value for --installdirs

$ perl5.10.0 Build.PL --installdirs=wibble --prefix=foo
Checking whether your kit is complete...
...

$ build
Can't use an undefined value as a HASH reference at
/usr/local/perl/5.10.0/lib/5.10.0/Module/Build/Base.pm line 3679.

...which Module::Build should probably tell you about earlier.

Anyhow, misconfigured smoker.


-- 
Defender of Lexical Encapsulation

Reply via email to