Subject: | clean_unmirrored does not remove old files |
First, thanks for a great module/utility. I find this incredibly useful
while commuting, on planes, etc!
I noticed that my local repos was growing considerably. When looking
into it, the clean_unmirrored routine is not deleting any of the old /
unmirrored files. File::Find::find is chdir'ing into the directory (in
the wanted sub). Then, when the "-f $file" check is then done, it is
looking for a path relative to the local mirror, so it always fails.
The attached patch to 0.552 fixed it on my system.
Regards,
Mark
CPAN-Mini-0.552
perl v5.8.7
CYGWIN_NT-5.1 IBM-MGT40 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin
(although I'm pretty sure this would effect all OS)
Subject: | patch-0.552-clean_unmirrored |
Message body not shown because it is not plain text.