@@ -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
4343the format() method is called. The format() method takes a HTML::Element
4444object (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.
9093After you've used a particular formatter object to format a particular HTML
9194tree 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
95114The three specific formatters:-
@@ -120,15 +139,15 @@ See perlmodinstall for information and options on installing Perl modules.
120139=head1 BUGS AND LIMITATIONS
121140
122141You 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
129148The latest version of this module is available from the Comprehensive Perl
130149Archive 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