Skip Menu |

This queue is for tickets about the SVN-Simple CPAN distribution.

Report information
The Basics
Id: 7084
Status: resolved
Priority: 0/
Queue: SVN-Simple

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: 1edit.t `rm -rf $repospath`; not portable
You can't write `rm -rf $repospath`; Either use File::Path's rmtree function directly, or via `$^X -MExtUtils::Command -e rm_f $repospath`;