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