Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b92cd70

Browse files
committed
Added "See Also" doc section.
1 parent 1595905 commit b92cd70

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for Perl extension Text::Diff::HTML.
22

33
0.02
4+
- Added "See Also" section to documentation.
45

56
0.01 2005-09-03T18:29:21
67
- Initial public release.

lib/Text/Diff/HTML.pm

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,21 @@ style them using CSS. You'll find an example CSS file in the C<eg> directory
173173
in the Text-Diff-HTML distribution. You will also likely want to wrap the
174174
output of your diff in C<< <pre> >> tags.
175175
176+
=head1 See Also
177+
178+
=over
179+
180+
=item L<Text::Diff|Text::Diff>
181+
182+
=item L<Algorithm::Diff|Algorithm::Diff>
183+
184+
=back
185+
176186
=head1 Bugs
177187
178188
Please send bug reports to <[email protected]>.
179189
180-
=head1 Authors
190+
=head1 Author
181191
182192
=begin comment
183193

0 commit comments

Comments
 (0)