Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-File-Next
From: Makoto Fujiwara
Date: 2019-10-19 14:46:56
Message id: 20191019124656.33840FBF4@cvs.NetBSD.org
Log Message:
(devel/p5-File-Next) Updated 1.16 to 1.18
1.18 Tue Aug 27 17:08:38 CDT 2019
[SPEEDUP]
Updated the internals to minimize the number of times that stat()
gets called on each file or directory.
[FIXES]
t/from_file.t would fail under Windows because File::Temp would
put a backslash in front of the name of the tempfile. Thanks,
Varadinsky. (GH#32)
Had to specify a minimum version of File::Temp. Thanks, Justin Mohr.
(GH#29)
Files: