IO-HTML version 0.03, released January 30, 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     
  Exporter   5.57



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

	- Fix 10-find.t to work on Perl 5.8.8
	  (mime_name wasn't introduced until Encode 2.21; 5.8.8 has 2.12.)



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.