summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-05-05 17:50:49 +0000
committerabs <abs@pkgsrc.org>2006-05-05 17:50:49 +0000
commita2f50fa7dff5c4a36b0ed730142ac763684aaaf2 (patch)
tree8269aee905c6e6597fb8745e318b59fb99a9ccb3 /doc
parent0c3a52df863e28f0ccf6855adee8cc35310da15a (diff)
downloadpkgsrc-a2f50fa7dff5c4a36b0ed730142ac763684aaaf2.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20063
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006
index bd7f768b719..a6688b24192 100644
--- a/doc/CHANGES-2006
+++ b/doc/CHANGES-2006
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2006,v 1.148 2006/05/05 17:47:06 abs Exp $
+$NetBSD: CHANGES-2006,v 1.149 2006/05/05 17:51:12 abs Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -2391,3 +2391,4 @@ Changes to the packages collection and infrastructure in 2006:
Updated sysutils/bacula-wx-console to 1.38.9 [ghen 2006-05-05]
Updated databases/rrdtool to 1.2.13 [adam 2006-05-05]
Updated net/autonet to 0.19 [abs 2006-05-05]
+ Updated devel/p5-File-Slurp to 9999.12 [abs 2006-05-05]