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