Debian lenny version packages
[pkg-perl] / deb-src / libhtml-tagset-perl / libhtml-tagset-perl-3.20 / README
1 README for HTML::Tagset
2
3                           HTML::Tagset
4
5 This module contains data tables useful in dealing with HTML.
6
7 It provides no functions or methods.
8
9
10
11 PREREQUISITES
12
13 This suite requires Perl 5.
14
15 HTML::Tagset doesn't use any nonstandard modules.
16
17
18 INSTALLATION
19
20 You install HTML::Tagset, as you would install any perl module
21 library, by running these commands:
22
23    perl Makefile.PL
24    make
25    make test
26    make install
27
28 If you want to install a private copy of HTML::Tagset in your home
29 directory, then you should try to produce the initial Makefile with
30 something like this command:
31
32   perl Makefile.PL LIB=~/perl
33
34
35 DOCUMENTATION
36
37 POD-format documentation is included in Tagset.pm.  POD is readable
38 with the 'perldoc' utility.  See ChangeLog for recent changes.
39
40
41 MACPERL INSTALLATION NOTES
42
43 Don't bother with the makefiles.  Just make a HTML directory in your
44 MacPerl site_lib or lib directory, and move Tagset.pm into there.
45
46
47 SUPPORT
48
49 Questions, bug reports, and suggestions for HTML::Tagset should just
50 be sent to me at sburke@cpan.org
51
52
53 AVAILABILITY
54
55 The latest version of HTML::Tagset is available from the
56 Comprehensive Perl Archive Network (CPAN).  Visit
57 <http://www.perl.com/CPAN/> to find a CPAN site near you.
58
59
60 COPYRIGHT
61
62 Copyright 1999,2000 Sean M. Burke <sburke@cpan.org>; Copyright
63 1995-2000 Gisle Aas; all rights reserved.
64
65 This library is free software; you can redistribute it and/or
66 modify it under the same terms as Perl itself.