|
1 | 1 | =pod |
2 | 2 |
|
3 | | -=for test_synopsis 1; |
4 | | -__END__ |
5 | | - |
6 | | -=for stopwords dependancies formatters CPAN homepage |
7 | | - |
8 | | -=for HTML <a href="https://travis-ci.org/nigelm/html-formatter"><img src="https://travis-ci.org/nigelm/html-formatter.svg?branch=master"></a> |
| 3 | +=encoding UTF-8 |
9 | 4 |
|
10 | 5 | =head1 NAME |
11 | 6 |
|
12 | 7 | HTML::Formatter - Base class for HTML formatters |
13 | 8 |
|
14 | 9 | =head1 VERSION |
15 | 10 |
|
16 | | -version 2.15 |
| 11 | +version 2.16 |
| 12 | + |
| 13 | +=for test_synopsis 1; |
| 14 | +__END__ |
| 15 | + |
| 16 | +=for stopwords dependancies formatters CPAN homepage |
| 17 | + |
| 18 | +=for HTML <a href="https://travis-ci.org/nigelm/html-formatter"><img src="https://travis-ci.org/nigelm/html-formatter.svg?branch=master"></a> |
17 | 19 |
|
18 | 20 | =head1 SYNOPSIS |
19 | 21 |
|
@@ -134,22 +136,24 @@ Format HTML into Rich Text Format |
134 | 136 | Also the HTML manipulation libraries used - L<HTML::TreeBuilder>, |
135 | 137 | L<HTML::Element> and L<HTML::Tree> |
136 | 138 |
|
137 | | -=head1 INSTALLATION |
| 139 | +=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan |
| 140 | + |
| 141 | +=head1 SUPPORT |
138 | 142 |
|
139 | | -See perlmodinstall for information and options on installing Perl modules. |
| 143 | +=head2 Bugs / Feature Requests |
140 | 144 |
|
141 | | -=head1 BUGS AND LIMITATIONS |
| 145 | +Please report any bugs or feature requests through the issue tracker |
| 146 | +at L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Formatter>. |
| 147 | +You will be notified automatically of any progress on your issue. |
142 | 148 |
|
143 | | -You can make new bug reports, and view existing ones, through the |
144 | | -web interface at L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Formatter>. |
| 149 | +=head2 Source Code |
145 | 150 |
|
146 | | -=head1 AVAILABILITY |
| 151 | +This is open source software. The code repository is available for |
| 152 | +public review and contribution under the terms of the license. |
147 | 153 |
|
148 | | -The project homepage is L<https://metacpan.org/release/HTML-Formatter>. |
| 154 | +L<https://github.com/nigelm/html-formatter> |
149 | 155 |
|
150 | | -The latest version of this module is available from the Comprehensive Perl |
151 | | -Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN |
152 | | -site near you, or see L<https://metacpan.org/module/HTML::Formatter/>. |
| 156 | + git clone https://github.com/nigelm/html-formatter.git |
153 | 157 |
|
154 | 158 | =head1 AUTHORS |
155 | 159 |
|
|
0 commit comments