Skip Menu |

This queue is for tickets about the Sane CPAN distribution.

Maintainer(s)' notes

This queue is shared by both Sane and sane at the moment. Please make it clear in your bug report which distribution you're addressing.

Report information
The Basics
Id: 100255
Status: new
Priority: 0/
Queue: Sane

People
Owner: Nobody in particular
Requestors: PLICEASE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: ExtUtils::Depends and ExtUtils::PkgConfig are not explicit configure dependencies
This fixes it: diff --git a/Makefile.PL b/Makefile.PL index 44f8785..af1d852 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,4 +39,8 @@ WriteMakefile( INC => $inc, # e.g., '-I. -I/usr/include/other' # Un-comment this if you add C files to link with later: # OBJECT => '$(O_FILES)', # link all the C files too + CONFIGURE_REQUIRES => { + 'ExtUtils::Depends' => 0, + 'ExtUtils::PkgConfig' => 0, + }, );
I have a repo with the required changes here: https://github.com/plicease/Sane