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

Skip to content

Commit c3ce14c

Browse files
committed
Incremented version number to 0.03.
1 parent 6dc613e commit c3ce14c

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.03
4+
35
0.02 2005-09-04T17:01:59
46
- Added "See Also" section to documentation.
57
- Added <div>s for the whole file and for each hunk. Suggested by

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.02';
10+
$VERSION = '0.03';
1111
@ISA = qw(Text::Diff::Unified);
1212

1313
sub file_header {

0 commit comments

Comments
 (0)