Commit graph

3 commits

Author SHA1 Message Date
abs
a2f50fa7df 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
2006-05-05 17:50:49 +00:00
wiz
be88ae9a63 Update to 9999.11:
9999.10   Sun Oct 23 15:28:42 EDT 2005
	- t/*.t modules don't use Fcntl.pm
	- using POSIX qw( :fcntl_h ) instead of Fcntl qw( :seek ) for
	  backwards compatiblity to 5.00503
	- added conditional definitions of SEEK_* and O_* subs as they are not
	  defined in perl 5.004
	- File::Slurp now runs on perl 5.004 and newer (see BUGS section)
	  All of the above thanks to Smylers <Smylers@stripey.com>,
	  Piers Kent <piers.kent@bbc.co.uk> and
	  John Alden <john.alden@bbc.co.uk>
	- Added pod.t and pod_coverage.t tests. This is to pass all
	  the CPANTS tests.

9999.11 changes not documented.
2006-01-22 20:47:22 +00:00
wiz
c26e9cbed2 Import p5-File-Slurp-9999.09 from pkgsrc-wip, packaged by
Hiramatsu Yoshifumi.

This module provides subroutines to read or write entire files with a
simple call.  It also has a subroutine for reading the list of filenames
in a directory.
2005-06-24 17:20:53 +00:00