Skip Menu |

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

Report information
The Basics
Id: 123970
Status: resolved
Priority: 0/
Queue: File-Copy-Recursive

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

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



Subject: Avoid File::Slurp
The use of File::Slurp has been recommended to be avoided in favor of Path::Tiny [1]. Plus, it would also obviate the need for the new prereq Path::Iter. [1] https://rt.perl.org/Public/Bug/Display.html?id=121870
On 2017-12-30 04:00:56, blue wrote: Show quoted text
> The use of File::Slurp has been recommended to be avoided in favor of > Path::Tiny [1]. Plus, it would also obviate the need for the new > prereq Path::Iter. > > [1] https://rt.perl.org/Public/Bug/Display.html?id=121870
+1 High-river code should not be using File::Slurp.
thanks! will rectify ASAP :) On Sat Dec 30 15:01:04 2017, ETHER wrote: Show quoted text
> On 2017-12-30 04:00:56, blue wrote:
> > The use of File::Slurp has been recommended to be avoided in favor of > > Path::Tiny [1]. Plus, it would also obviate the need for the new > > prereq Path::Iter. > > > > [1] https://rt.perl.org/Public/Bug/Display.html?id=121870
> > > +1 > > High-river code should not be using File::Slurp.
Should be resolved by 0.40 just uploaded to CPAN, thanks!