This layer normalizes any of CR, LF, CRLF and Native encoding into the
designated line ending. It works for both input and output handles.
eol(3pm) User Contributed Perl Documentation eol(3pm)
NAME
PerlIO::eol - PerlIO layer for normalizing line endings
VERSION
This document describes version 0.14 of PerlIO::eol, released
December 18, 2006.
SYNOPSIS
binmode STDIN, ":raw:eol(LF)";
binmode STDOUT, ":raw:eol(CRLF)";
open FH, "+<:raw:eol(LF-Native)", "file";
more»
libperlio-eol-perl (0.14-1+b3) sid; urgency=low
* Binary-only non-maintainer upload for mipsel; no source changes.
* Rebuild against perl 5.14
-- mipsel Build Daemon (mayer) <buildd_mips-mayer@buildd.debian.org> Tue, 15 Nov 2011 11:29:53 +0000
libperlio-eol-perl (0.14-1) unstable; urgency=low
* New upstream version.
* Use external orig.
-- Bastian Blank <waldi@debian.org> Sun, 20
more»
[Changes for 0.14 - 2006-12-15]
* Doc fixes.
[Changes for 0.13 - 2004-10-18]
* Coupling read() calls with CRLF line endings resulted in false
positives in mixed encoding detection, if the read was on the
CR/LF boundary. Fixed.
[Changes for 0.12 - 2004-10-18]
* Building on threaded Perl versions was broken, due to a missing
aTHX_ symbol. Reported by Roberto Aguilar.
[Changes for 0.11
more»