Skip Menu |

This queue is for tickets about the File-Path CPAN distribution.

Report information
The Basics
Id: 95149
Status: resolved
Priority: 0/
Queue: File-Path

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

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: remove_tree's addition is not noted in Changes
remove_tree was added in 2.06_06 (renamed from rm_tree added in the immediately preceding release), but this is not mentioned in the Changes file. This is important to include here, because code using this interface needs to add a dependency on a specific version of File::Path.
On Mon Apr 28 19:33:17 2014, ETHER wrote: Show quoted text
> remove_tree was added in 2.06_06 (renamed from rm_tree added in the > immediately preceding release), but this is not mentioned in the > Changes file. This is important to include here, because code using > this interface needs to add a dependency on a specific version of > File::Path.
Please review patch attached. Thank you very much. Jim Keenan
Subject: 0001-Note-when-rm_tree-was-changed-to-remove_tree.patch
From ac583d106d72b2a6f38d151feac464238c468cae Mon Sep 17 00:00:00 2001 From: James E Keenan <jkeenan@cpan.org> Date: Fri, 26 Jun 2015 19:30:10 -0400 Subject: [PATCH] Note when 'rm_tree' was changed to 'remove_tree'. Confirmed by inspection of commit 106ac49f1d8a800a2fcf680f91cad3c89d73eedc For: https://rt.cpan.org/Ticket/Display.html?id=95149; ether++ Signed-off-by: James E Keenan <jkeenan@cpan.org> --- Changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ace6cf5..16dc8b6 100644 --- a/Changes +++ b/Changes @@ -48,7 +48,8 @@ Revision history for Perl extension File::Path. from Gisle Aas. 2.06_06 2008-10-05 21:55:34 UTC - - Documentation improvements, no code changes. + - Documentation improvements, no code changes. In this version + rm_tree() was renamed to remove_tree(). 2.06_05 2008-10-02 20:30:17 UTC - Introduce make_path() and rm_tree() API extension. -- 1.9.1
On Fri Jun 26 19:52:28 2015, JKEENAN wrote: Show quoted text
> On Mon Apr 28 19:33:17 2014, ETHER wrote:
> > remove_tree was added in 2.06_06 (renamed from rm_tree added in the > > immediately preceding release), but this is not mentioned in the > > Changes file. This is important to include here, because code using > > this interface needs to add a dependency on a specific version of > > File::Path.
> > > Please review patch attached. > > Thank you very much. > Jim Keenan
Merged to master in commit 39fc7387ecf0becc41297409fe9ba9c025b66c69