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
|
File::Slurp::Unicode
--------------------
This module wraps the standard File::Slurp package and adds character
encoding support.
For full documentation, run:
perldoc lib/File/Slurp/Unicode.pm
Installation
------------
To build, test and install:
perl Build.PL
./Build
./Build test
./Build install
License
-------
Copyright 2010 David Caldwell <david@porkrind.org>
This perl module is free software; it may be redistributed
and/or modified under the same terms as Perl itself.
|