Sat Apr 19 08:37:02 2008kane [...] cpan.org - Ticket created
Subject:
offer a 'make clean' and 'build clean' target
Sun May 18 10:30:41 2008kane [...] cpan.org - Requestor aflott added
Sun May 18 10:32:25 2008kane [...] cpan.org - Correspondence added
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;
Sun May 18 10:32:27 2008kane [...] cpan.org - Status changed from 'new' to 'resolved'