summaryrefslogtreecommitdiffstats
path: root/perl/perl-IO-HTML/README
diff options
context:
space:
mode:
author Glenn Becker <burningc@sdf.org>2012-12-22 09:44:38 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-22 09:44:57 +0100
commit56c357a3cc87e3bfa73c1366b5d3d77b82bafa36 (patch)
treed11168af5a54a4221358b98b5738c574960025eb /perl/perl-IO-HTML/README
parent7fb8b0e34148b38a08e17209134c60a7937e68c4 (diff)
downloadslackbuilds-56c357a3cc87e3bfa73c1366b5d3d77b82bafa36.tar.gz
slackbuilds-56c357a3cc87e3bfa73c1366b5d3d77b82bafa36.tar.xz
perl/perl-IO-HTML: Added (html handling with encoding support).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'perl/perl-IO-HTML/README')
-rw-r--r--perl/perl-IO-HTML/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-IO-HTML/README b/perl/perl-IO-HTML/README
new file mode 100644
index 0000000000..b7f34e1ea7
--- /dev/null
+++ b/perl/perl-IO-HTML/README
@@ -0,0 +1,6 @@
+perl-IO-HTML -- Open an HTML file with automatic charset detection
+
+IO::HTML provides an easy way to open a file containing HTML while
+automatically determining its encoding. It uses the HTML5 encoding
+sniffing algorithm specified in section 8.2.2.1 of the draft
+standard.