Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc613e commit c3ce14cCopy full SHA for c3ce14c
Changes
@@ -1,5 +1,7 @@
1
Revision history for Perl extension Text::Diff::HTML.
2
3
+0.03
4
+
5
0.02 2005-09-04T17:01:59
6
- Added "See Also" section to documentation.
7
- Added <div>s for the whole file and for each hunk. Suggested by
lib/Text/Diff/HTML.pm
@@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION);
use HTML::Entities;
8
use Text::Diff (); # Just to be safe.
9
10
-$VERSION = '0.02';
+$VERSION = '0.03';
11
@ISA = qw(Text::Diff::Unified);
12
13
sub file_header {
0 commit comments