The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PerlIO::unicodeeol - PerlIO layer for normalizing line endings from \R to \n

VERSION

This document describes version 1.0 of PerlIO::unicodeeol

SYNOPSIS

    binmode STDIN, ":raw:unicodeeol";
    open FH, "+<:raw:unicodeeol", "file";

DESCRIPTION

This layer normalizes any of the code points matched by \R into \n.

AUTHORS

Peter Martini <pcm@cpan.org>.

Inspired by PerlIO::eol by Audrey Tang

COPYRIGHT

Copyright 2013 by Peter Martini <pcm@cpan.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html