Skip to content

Commit 01a91ab

Browse files
committed
v2.13
- Renamed distribution from HTML-Format -> HTML-Formatter - Documentation update within the main POD to reflect name change - No functional changes
1 parent f72de44 commit 01a91ab

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{{$NEXT}}
2+
3+
2.13 2015-10-12 16:26:46+01:00 Europe/London (TRIAL RELEASE)
24
- Renamed distribution from HTML-Format -> HTML-Formatter
35
- Documentation update within the main POD to reflect name change
46
- No functional changes

README.pod

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ HTML::Formatter - Base class for HTML formatters
1111

1212
=head1 VERSION
1313

14-
version 2.12
14+
version 2.13
1515

1616
=head1 SYNOPSIS
1717

@@ -43,6 +43,9 @@ Common for all formatters are that they will return the formatted output when
4343
the format() method is called. The format() method takes a HTML::Element
4444
object (usually the HTML::TreeBuilder root object) as parameter.
4545

46+
The distribution name has been changed to C<HTML-Formatter> as detailed in
47+
L<DISTRIBUTION NAME>
48+
4649
=head1 METHODS
4750

4851
=head2 new
@@ -90,6 +93,22 @@ This renders the given HTML object according to the options set for $formatter.
9093
After you've used a particular formatter object to format a particular HTML
9194
tree object, you probably should not use either again.
9295

96+
=head1 DISTRIBUTION NAME
97+
98+
This module was originally named C<HTML-Format> despite not containing a
99+
C<HTML::Format> module within it. As rules on naming have been taken more
100+
seriously, and the L<PAUSE|https://pause.perl.org/> toolchain adapted so that
101+
getting the distribution indexed was more difficult, it became obvious that I
102+
should rename the distribution to C<HTML-Formatter> matching the base
103+
L<HTML::Formatter> module.
104+
105+
As of release 2.13 this is released as the C<HTML-Formatter> distribution with
106+
corresponding changes to the git repository name and associated items.
107+
108+
Due to the way that the module is put together this should have no effect on
109+
code using the module. The only issues will be where the distribution name was
110+
used within dependancies.
111+
93112
=head1 SEE ALSO
94113

95114
The three specific formatters:-
@@ -120,15 +139,15 @@ See perlmodinstall for information and options on installing Perl modules.
120139
=head1 BUGS AND LIMITATIONS
121140

122141
You can make new bug reports, and view existing ones, through the
123-
web interface at L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Format>.
142+
web interface at L<http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Formatter>.
124143

125144
=head1 AVAILABILITY
126145

127-
The project homepage is L<https://metacpan.org/release/HTML-Format>.
146+
The project homepage is L<https://metacpan.org/release/HTML-Formatter>.
128147

129148
The latest version of this module is available from the Comprehensive Perl
130149
Archive Network (CPAN). Visit L<http://www.perl.com/CPAN/> to find a CPAN
131-
site near you, or see L<https://metacpan.org/module/HTML::Format/>.
150+
site near you, or see L<https://metacpan.org/module/HTML::Formatter/>.
132151

133152
=head1 AUTHORS
134153

0 commit comments

Comments
 (0)