Blame README

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