File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
42
42
" strict" => 0,
43
43
" vars" => 0
44
44
},
45
- " VERSION" => " 3.74 " ,
45
+ " VERSION" => " 3.75 " ,
46
46
" test" => {
47
47
" TESTS" => " t/*.t"
48
48
}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ modify it under the same terms as Perl itself.
136
136
=cut
137
137
138
138
use strict;
139
- our $VERSION = ' 3.74 ' ;
139
+ our $VERSION = ' 3.75 ' ;
140
140
use vars qw( %entity2char %char2entity) ;
141
141
142
142
require 5.004;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
4
4
5
5
require HTML::Parser;
6
6
our @ISA = qw( HTML::Parser) ;
7
- our $VERSION = ' 3.74 ' ;
7
+ our $VERSION = ' 3.75 ' ;
8
8
9
9
sub declaration { $_ [0]-> output(" <!$_ [1]>" ) }
10
10
sub process { $_ [0]-> output($_ [2]) }
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ use HTML::Entities ();
91
91
use strict;
92
92
use vars qw( $DEBUG) ;
93
93
# $DEBUG = 1;
94
- our $VERSION = ' 3.74 ' ;
94
+ our $VERSION = ' 3.75 ' ;
95
95
96
96
=item $hp = HTML::HeadParser->new
97
97
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::LinkExtor;
2
2
3
3
require HTML::Parser;
4
4
our @ISA = qw( HTML::Parser) ;
5
- our $VERSION = ' 3.74 ' ;
5
+ our $VERSION = ' 3.75 ' ;
6
6
7
7
=head1 NAME
8
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
4
4
5
5
require HTML::Parser;
6
6
our @ISA = qw( HTML::Parser) ;
7
- our $VERSION = ' 3.74 ' ;
7
+ our $VERSION = ' 3.75 ' ;
8
8
9
9
use Carp ();
10
10
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
4
4
5
5
require HTML::PullParser;
6
6
our @ISA = qw( HTML::PullParser) ;
7
- our $VERSION = ' 3.74 ' ;
7
+ our $VERSION = ' 3.75 ' ;
8
8
9
9
use Carp ();
10
10
use HTML::Entities qw( decode_entities) ;
You can’t perform that action at this time.
0 commit comments