File: README.md

package info (click to toggle)
libhtml-tagset-perl 3.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 189; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,105 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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.

## AVAILABILITY

The latest version of HTML::Tagset is available from the CPAN.
See https://metacpan.org/pod/HTML::Tagset


## COPYRIGHT

Copyright 1999,2000 Sean M. Burke. Copyright 1995-2000 Gisle Aas. Copyright
2000-2024 Andy Lester.

This library is free software; you can redistribute it and/or modify it
under the terms of the Artistic License version 2.0.