Thread: minor changes to File::Path (and more tests)
minor changes to File::Path (and more
tests)
2007-09-17 16:27:45
While I haven't reacched a conclusion about VMS, I have done
the following:
- minor spelling corrections
- fixed a bug where rmtree('foo', 'bar') failed to remove
'foo',
it would abandon all hope of dealing with 'bar'
- more tests to check that the above works.
(it was doing a return when a next would suffice).
Thanks,
David
Re: minor changes to File::Path (and
more tests)
2007-09-19 04:57:28
On 17/09/2007, David Landgren <davidlandgren.net> wrote:
> While I haven't reacched a conclusion about VMS, I have
done the following:
>
> - minor spelling corrections
> - fixed a bug where rmtree('foo', 'bar') failed to
remove 'foo',
> it would abandon all hope of dealing with 'bar'
> - more tests to check that the above works.
Thanks, applied as #31903.