Subject: | build problem using Module::Build 0.23 |
Hi,
I think there is a problem building this Image::Imlib2 1.01 module using the latest Module::Build 0.23.
When I run perl Makefile.PL
I get
/usr/bin/perl Build.PL
Found imlib2 1.1.0
Checking whether your kit is complete...
Looks good
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'Image-Imlib2' version '1.01'
Can't call method "find_perl_interpreter" on an undefined value at /usr/lib/perl5/site_perl/5.8.1/Module/Build/Compat.pm line
150.
Googling around I found a patch available to another module which replaced the last line of the Makefile.PL from
Module::Build::Compat->write_makefile();
to
Module::Build::Compat->write_makefile(build_class => 'Module::Build');
this seems to get by this step ok. but I know nothing about Perl, and of course I can't confirm it completely works because it still refuses to make on my system...so don't know if that helps or not :-)
other details:
Fedora Core 1
perl 5.8.1