Subject: CVS commit: pkgsrc/devel/p5-File-Slurp
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 05/05/2006 17:50:49
Module Name:	pkgsrc
Committed By:	abs
Date:		Fri May  5 17:50:49 UTC 2006

Modified Files:
	pkgsrc/devel/p5-File-Slurp: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/p5-File-Slurp/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-File-Slurp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.