File: README

package info (click to toggle)
libio-html-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 164 kB
  • sloc: perl: 436; makefile: 8
file content (46 lines) | stat: -rw-r--r-- 962 bytes parent folder | download
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
IO-HTML version 0.04, released February 4, 2012


This module opens a file and performs automatic charset detection
based on the HTML5 algorithm.  You can then pass the filehandle to
HTML::Parser or a related module (or just read it yourself).



INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install



DEPENDENCIES

  Package   Minimum Version
  --------- ---------------
  perl       5.008
  Carp       
  Encode     2.10
  Exporter   5.57



CHANGES
    Here's what's new in version 0.04 of IO-HTML:
    (See the file "Changes" for the full revision history.)

	- Require Encode 2.10 to get the utf-8-strict encoding.
	  This is only an issue with Perl 5.8.6 and earlier.



COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Christopher J. Madsen.

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