This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 May 2002 12:52:47 +0000 (12:52 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 16 May 2002 12:52:47 +0000 (12:52 +0000)
commit5551e547915ad8250f311210b48a73776abd1650
tree6986e2881076e8f2fe62d29db479d775a9a15e19
parentd96fb2860dc5b4f6aa03586317224ac3cf3a1114
1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
2. Doing a s///g instead of tr/// works better for CR-delimited
   files, like in DJGPP (since <FH> doesn't correctly pull in
   CR-delimited lines).

p4raw-id: //depot/perl@16621
lib/Pod/Html.pm
lib/Pod/t/eol.t