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 2812235 commit 2d987efCopy full SHA for 2d987ef
Changes
@@ -1,5 +1,7 @@
1
Revision history for Perl extension Text::Diff::HTML.
2
3
+0.07
4
+
5
0.06 2009-04-07T16:13:05
6
- Fixed a pasto in the "Support" section of the documentation.
7
- Changed the documention from recommending that the diff output be
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.06';
+$VERSION = '0.07';
11
@ISA = qw(Text::Diff::Unified);
12
13
sub file_header {
0 commit comments