Skip Menu |

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

Report information
The Basics
Id: 26854
Status: open
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

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



Subject: Module::Build::Compat needs to pass "make purge" through to "Build realclean"
The Makefile generated by Module::Build::Compat when in "passthrough" mode does not provide a "make purge" target. I find that adding the following two lines to the generated Makefile fixes this: purge : force_do_it /usr/bin/perl Build --makefile_env_macros 1 realclean Code to generate this can probably be added to "sub fake_makefile" aroundabout line 200. -- Paul Evans