Skip to content

Commit 7c1c0de

Browse files
committed
Improve SEE ALSO section
1 parent 7f71de6 commit 7c1c0de

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Changelog for HTML-Tree
22

33
{{$NEXT}}
44

5+
[DOCUMENTATION]
6+
* improved SEE ALSO for HTML::TreeBuilder
7+
58
4.900 2012-06-01
69
Trial Release by Christopher J. Madsen
710

lib/HTML/TreeBuilder.pm

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,8 +2151,14 @@ going astray, and how you would prefer that it work instead.
21512151
21522152
=head1 SEE ALSO
21532153
2154-
L<HTML::Tree>, L<HTML::Parser>, L<HTML::Element>, L<HTML::Tagset>
2154+
For more information about the HTML-Tree distribution: L<HTML::Tree>.
21552155
2156-
L<HTML::DOMbo>
2156+
Modules used by HTML::TreeBuilder:
2157+
L<HTML::Parser>, L<HTML::Element>, L<HTML::Tagset>.
2158+
2159+
For converting between L<XML::DOM::Node>, L<HTML::Element>, and
2160+
L<XML::Element> trees: L<HTML::DOMbo>.
2161+
2162+
For opening a HTML file with automatic charset detection: L<IO::HTML>.
21572163
21582164
=cut

0 commit comments

Comments
 (0)