summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-06-28 17:03:42 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-06-28 17:03:42 +0000
commitadc9c8b29ed1144626af564f936811a9d5e319a6 (patch)
treea420ceb0326d0a3a2d7fa4acbea4fec33de2c528 /README
downloadIO-HTML-tarball-master.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README46
1 files changed, 46 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4510ddd
--- /dev/null
+++ b/README
@@ -0,0 +1,46 @@
+IO-HTML version 1.001, released June 28, 2014
+
+
+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.001 of IO-HTML:
+ (See the file "Changes" for the full revision history.)
+
+ - No code changes, just documentation improvements
+ - Update links to the HTML5 draft specification
+
+
+
+COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2014 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.