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.