Subject: | "dh-make-perl --build --cpan Imager" fails on require Makefile.PL |
Trying to do
dh-make-perl --build --cpan Imager
I receive this fail message:
======================================================================
Could not find the dependencies for the requested module
Module::Depends::Intrusive reports: /root/mk/Imager-0.61/Makefile.PL did
not return a true value at /usr/share/perl5/Module/Depends/Intrusive.pm
line 76.
Generated error: Error: /root/mk/Imager-0.61/Makefile.PL did not return
a true value at /usr/share/perl5/Module/Depends/Intrusive.pm line 76.
Please check if your module depends on Module::Install
for its build process - Automatically finding its
dependencies is unsupported, please specify them manually
using the 'depends' option.
======================================================================
Simple adding 1; in the end of Makefile.PL looks like it does fix the
problem.