Skip to content

Commit c43af50

Browse files
committed
Update README and convert to Markdown
1 parent 77e4414 commit c43af50

File tree

1 file changed

+10
-30
lines changed

1 file changed

+10
-30
lines changed

README

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
README for HTML::Tagset
2-
3-
HTML::Tagset
1+
# HTML::Tagset
42

53
This module contains data tables useful in dealing with HTML.
64

75
It provides no functions or methods.
86

9-
10-
11-
PREREQUISITES
7+
## PREREQUISITES
128

139
This suite requires Perl 5.
1410

1511
HTML::Tagset doesn't use any nonstandard modules.
1612

17-
18-
INSTALLATION
13+
## INSTALLATION
1914

2015
You install HTML::Tagset, as you would install any perl module
2116
library, by running these commands:
@@ -31,36 +26,21 @@ something like this command:
3126

3227
perl Makefile.PL LIB=~/perl
3328

34-
35-
DOCUMENTATION
29+
## DOCUMENTATION
3630

3731
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-
32+
with the `perldoc` utility. See ChangeLog for recent changes.
5233

53-
AVAILABILITY
34+
## AVAILABILITY
5435

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.
36+
The latest version of HTML::Tagset is available from the CPAN.
37+
See https://metacpan.org/pod/HTML::Tagset
5838

5939

60-
COPYRIGHT
40+
## COPYRIGHT
6141

6242
Copyright 1999,2000 Sean M. Burke <sburke@cpan.org>; Copyright
63-
1995-2000 Gisle Aas; all rights reserved.
43+
1995-2000 Gisle Aas. Copyright 2000-2019 Andy Lester.
6444

6545
This library is free software; you can redistribute it and/or
6646
modify it under the same terms as Perl itself.

0 commit comments

Comments
 (0)