Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
46
Agent-Windows/OGP64/usr/share/doc/perl-IO-HTML/README
Normal file
46
Agent-Windows/OGP64/usr/share/doc/perl-IO-HTML/README
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
IO-HTML version 1.004, released September 26, 2020
|
||||
|
||||
|
||||
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.8.0
|
||||
Carp
|
||||
Encode 2.10
|
||||
Exporter 5.57
|
||||
|
||||
|
||||
|
||||
CHANGES
|
||||
Here's what's new in version 1.004 of IO-HTML:
|
||||
(See the file "Changes" for the full revision history.)
|
||||
|
||||
- No code changes since 1.003, just documentation improvements
|
||||
- New example file: detect-encoding.pl
|
||||
|
||||
|
||||
|
||||
COPYRIGHT AND LICENSE
|
||||
|
||||
This software is copyright (c) 2020 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue