File: README

package info (click to toggle)
libfile-slurp-unicode-perl 0.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 84 kB
  • sloc: perl: 142; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (4)
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.