Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-File-Slurp
From: David Brownlee
Date: 2006-05-05 19:50:49
Message id: 20060505175049.BF3E42DA27@cvs.netbsd.org
Log Message:
Updated devel/p5-File-Slurp to 9999.12
- Fixed bug on windows with classic slurping and File::Slurp not
agreeing on newline conversion.
- Added t/newline.t test to check for that fix.
- When passing text data by scalar reference to write_file under
windows, the buffer is copied so the newline conversion won't
modify the caller's data.
- Thanks to Johan Lodin <lodin@cpan.org> for a test script which
I modified into t/newline.t
Files: