summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2008-03-01 06:16:36 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2008-03-01 06:16:36 +0000
commit85713405a9d0b06f3abba0c2ddfaab2077344e8f (patch)
treeaa2761540d352b531fea9e74b0288119ada731b8 /README
downloadHTML-Tagset-tarball-85713405a9d0b06f3abba0c2ddfaab2077344e8f.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README66
1 files changed, 66 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..efb8ce3
--- /dev/null
+++ b/README
@@ -0,0 +1,66 @@
+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
+<http://www.perl.com/CPAN/> to find a CPAN site near you.
+
+
+COPYRIGHT
+
+Copyright 1999,2000 Sean M. Burke <sburke@cpan.org>; 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.