Skip Menu |

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

Report information
The Basics
Id: 20375
Status: resolved
Priority: 0/
Queue: Module-Install

People
Owner: Nobody in particular
Requestors: jpeacock [...] cpan.org
Cc:
AdminCc:

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



Subject: Apparently no way to add targets to 'clean'
I've taken over maintenance for SVN::Notify::(Config|Snapshot) from Audrey Tang and I'm having a brainfreeze with regards to adding new 'clean' targets. I'm adding regression testing and I need to set up a temporary repository and delete it in response to 'make clean' or 'make realclean'. I see no documentation how to add something to the 'clean' target and nothing I try seems to work. I added clean ('t/test-repos'); to the Makefile.PL and nothing happened. I also tried to add a EU::MM-like stanza to write_all, and that didn't work either. Is this even possible? John
I don't remember how I figured this out (a long time ago), but the function you want is clean_files('foo.exe', 'bar.txt');
Hi. Closed this ticket as resolved. API doc is on the way. Thanks.