File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension Text::Diff::HTML.
22
3+ 0.04
4+
350.03 2005-09-05T18:40:29
46 - Improved CSS examples in "eg/diff.css" by using more specific
57 selectors.
Original file line number Diff line number Diff line change 11---
22name : Text-Diff-HTML
3- version : 0.03
3+ version : 0.04
44author :
55 -
David Wheeler <[email protected] > 66abstract : XHTML format for Text::Diff::Unified
@@ -13,5 +13,5 @@ build_requires:
1313provides :
1414 Text::Diff::HTML :
1515 file : lib/Text/Diff/HTML.pm
16- version : 0.03
16+ version : 0.04
1717generated_by : Module::Build version 0.2702
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION);
77use HTML::Entities;
88use Text::Diff (); # Just to be safe.
99
10- $VERSION = ' 0.03 ' ;
10+ $VERSION = ' 0.04 ' ;
1111@ISA = qw( Text::Diff::Unified) ;
1212
1313sub file_header {
You can’t perform that action at this time.
0 commit comments