1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
This is the README file for PerlIO::eol, a PerlIO layer for
normalizing line endings. It requires Perl version 5.7.3 or later.
* Installation
** If you downloaded the tarball from CPAN:
PerlIO::eol uses the standard perl module install process:
perl Makefile.PL
make # or 'nmake' on Win32; see notes below
make test
make install
** From git:
Use:
dzil install
* Copyright
Copyright 2004-2006 by Audrey Tang <audreyt@audreyt.org>.
All rights reserved. You can redistribute and/or modify
this bundle under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>.
|