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

Skip to content

Commit 2d987ef

Browse files
committed
Incremented version number to 0.06.
1 parent 2812235 commit 2d987ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

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

3+
0.07
4+
35
0.06 2009-04-07T16:13:05
46
- Fixed a pasto in the "Support" section of the documentation.
57
- Changed the documention from recommending that the diff output be

lib/Text/Diff/HTML.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION);
77
use HTML::Entities;
88
use Text::Diff (); # Just to be safe.
99

10-
$VERSION = '0.06';
10+
$VERSION = '0.07';
1111
@ISA = qw(Text::Diff::Unified);
1212

1313
sub file_header {

0 commit comments

Comments
 (0)