Re: invalid installdirs values
[email protected] ("David E. Wheeler")
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
On Sep 25, 2008, at 22:40, Eric Wilhelm wrote:
>> $ 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.
>
> Hi all,
>
> Anyone looking for a small task to get their feet wet? A patch which
> throws an informative error for invalid values here and a test which
> demonstrates that would be nice.
Can someone report the proper line number? In svn, 3679 is this:
my %result = (
file => $file,
version => $version,
err => $err
);
Which doesn't look quite right.
Best,
David