Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 14920
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.2611
Fixed in: 0.27_01



Subject: ./Build diff and --install_base
Hi Ken, Sorry about the empty entry just a minute ago. I've been playing with the diff action and notice that it does not appear to be working in conjunction with the --install_base option. Not sure if anyone has tried doing this or not. William
The code looks as if it should work, it specifically adds the install_destination() for 'lib' and 'arch' to the search path: # The actual install destination might not be in @INC, so check there too. push @myINC, map $self->install_destination($_), qw(lib arch); The 'diff' action is sort of tough to add regression tests for - what does the failure you're seeing look like? -Ken