README for HTML::Tagset
                          HTML::Tagset
This module contains data tables useful in dealing with HTML.
It provides no functions or methods.
PREREQUISITES
This suite requires Perl 5.
HTML::Tagset doesn't use any nonstandard modules.
INSTALLATION
You install HTML::Tagset, as you would install any perl module
library, by running these commands:
   perl Makefile.PL
   make
   make test
   make install
If you want to install a private copy of HTML::Tagset in your home
directory, then you should try to produce the initial Makefile with
something like this command:
  perl Makefile.PL LIB=~/perl
DOCUMENTATION
POD-format documentation is included in Tagset.pm.  POD is readable
with the 'perldoc' utility.  See ChangeLog for recent changes.
MACPERL INSTALLATION NOTES
Don't bother with the makefiles.  Just make a HTML directory in your
MacPerl site_lib or lib directory, and move Tagset.pm into there.
SUPPORT
Questions, bug reports, and suggestions for HTML::Tagset should just
be sent to me at sburke@cpan.org
AVAILABILITY
The latest version of HTML::Tagset is available from the
Comprehensive Perl Archive Network (CPAN).  Visit
 to find a CPAN site near you.
COPYRIGHT
Copyright 1999,2000 Sean M. Burke ; Copyright
1995-2000 Gisle Aas; all rights reserved.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.