Skip Menu |

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

Report information
The Basics
Id: 106043
Status: resolved
Worked: 5 min
Priority: 0/
Queue: File-Path

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

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



Subject: Suboptimal error message
$ perl5.20.2 -MFile::Path -e 'rmtree "non_existent"' non_existent for non_existent: No such file or directory at -e line 1.
On Thu Jul 23 02:30:43 2015, SREZIC wrote: Show quoted text
> $ perl5.20.2 -MFile::Path -e 'rmtree "non_existent"' > non_existent for non_existent: No such file or directory at -e line 1.
Thank you for your submission. This has been cleaned up and pushed to HEAD. The new message will be like: $ perl -MFile::Path -e 'rmtree "non_existent"' Cannot stat directory for non_existent: No such file or directory at -e line 1. Committed here: https://github.com/rpcme/File-Path/commit/e159bf5bca470a7cb0faf3495bf51646156a2c6c This will be in the next dev release.