Re: [perl #74974] File::Copy::copy(FILE, DIR) isn't documented
[email protected] (Abigail)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <20100608143737.GC22742@almanda> |
On Fri, May 07, 2010 at 04:38:25PM -0700, Ben Morrow wrote:
>
> File::Copy::copy("/some/file", "/an/existing/dir") will copy /some/file
> to /an/existing/dir/file rather than failing. While this is a useful
> feature, it isn't documented.
>
Fixed with commit 1f3ebc3b353ab41acc3013ef04412dda481b4282.
Abigail