Add ARM files
[dh-make-perl] / dev / arm / libhtml-tagset-perl / libhtml-tagset-perl-3.20 / README
diff --git a/dev/arm/libhtml-tagset-perl/libhtml-tagset-perl-3.20/README b/dev/arm/libhtml-tagset-perl/libhtml-tagset-perl-3.20/README
new file mode 100644 (file)
index 0000000..efb8ce3
--- /dev/null
@@ -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.