Skip to content

Commit 46ca1a3

Browse files
committed
v2.16
- Public release after a period on test with the smokers
1 parent 1f58f05 commit 46ca1a3

File tree

2 files changed

+27
-17
lines changed

2 files changed

+27
-17
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{{$NEXT}}
22

3+
2.16 2016-12-07 09:12:41+00:00 Europe/London
4+
- Public release after a period on test with the smokers
5+
36
2.15 2016-12-01 15:40:16+00:00 Europe/London (TRIAL RELEASE)
47
- Deal with some relatively harmless test failures
8+
- RT#11783 fixes for Markdown fragment issues
9+
- Series of changes for UTF support from Sam Kington
10+
- Better travis handling
511

612
2.14 2015-10-13 14:46:01+01:00 Europe/London
713
- Added Travis CI status to main documentation

README.pod

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
=pod
22

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
94

105
=head1 NAME
116

127
HTML::Formatter - Base class for HTML formatters
138

149
=head1 VERSION
1510

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>
1719

1820
=head1 SYNOPSIS
1921

@@ -134,22 +136,24 @@ Format HTML into Rich Text Format
134136
Also the HTML manipulation libraries used - L<HTML::TreeBuilder>,
135137
L<HTML::Element> and L<HTML::Tree>
136138

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
138142

139-
See perlmodinstall for information and options on installing Perl modules.
143+
=head2 Bugs / Feature Requests
140144

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.
142148

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
145150

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.
147153

148-
The project homepage is L<https://metacpan.org/release/HTML-Formatter>.
154+
L<https://github.com/nigelm/html-formatter>
149155

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
153157

154158
=head1 AUTHORS
155159

0 commit comments

Comments
 (0)