Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Module::Build's generated 'Makefile' misses pure_install target
And this breaks quite a few packaging tools (like the debian tools). From the EU::MM manpage: make install per default writes some documentation of what has been done into the file "$(INSTALLARCHLIB)/perllocal.pod". This feature can be bypassed by calling make pure_install.
Should be easy enough to add a pure_install action, since the install action in M::B doesn't write to perllocal.pod anyway. After we create the pure_install action it'll magically start showing up in the Makefiles too. -Ken
Fixed in CVS, thanks. -Ken