jeteve / Alien-ImageMagick

Perl Image Magick perlbrew + cpanm compatible install.
4 stars 6 forks source link

make AB::MB a configure_requires #2

Closed plicease closed 8 years ago

plicease commented 8 years ago

This will make sure that Alien::Base::ModuleBuild is correctly specified as a configure_requires. For the rationale for this change, please see https://github.com/Perl5-Alien/Alien-Base/issues/157

jeteve commented 8 years ago

Hi, thanks a lot for the PR.

Sadly, the CI testing fails with:


syntax error at Build.PL line 77, near "meta_merge"
Global symbol "$builder" requires explicit package name at Build.PL line 84.

Can you fix it?

You can see Travis's tests for this branch here:

https://travis-ci.org/jeteve/Alien-ImageMagick/pull_requests

Thanks!

Jerome.

plicease commented 8 years ago

Fixed!

jeteve commented 8 years ago

Thanks a lot!