Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 35219
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: adam [...] npjh.com
kane [...] cpan.org
Cc:
AdminCc:

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



Subject: offer a 'make clean' and 'build clean' target
Hi Adam, having given this some thought, I feel it currently adds more bloat to the API than the feature warrants. If this proves to be a popular idea, of course we'll add it, but for now I suggest you use the following code to do what you want: $mod->install; ... ... chdir $mod->status->extract; system("make clean"); # or build clean, if so needed;