File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
37
37
" URI" => 0,
38
38
" strict" => 0
39
39
},
40
- " VERSION" => " 3.82 " ,
40
+ " VERSION" => " 3.83 " ,
41
41
" test" => {
42
42
" TESTS" => " t/*.t"
43
43
}
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.82 ' ;
139
+ our $VERSION = ' 3.83 ' ;
140
140
our (%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.82 ' ;
7
+ our $VERSION = ' 3.83 ' ;
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
our $DEBUG ;
93
93
# $DEBUG = 1;
94
- our $VERSION = ' 3.82 ' ;
94
+ our $VERSION = ' 3.83 ' ;
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.82 ' ;
5
+ our $VERSION = ' 3.83 ' ;
6
6
7
7
=head1 NAME
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::Parser;
2
2
3
3
use strict;
4
4
5
- our $VERSION = ' 3.82 ' ;
5
+ our $VERSION = ' 3.83 ' ;
6
6
7
7
require HTML::Entities;
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.82 ' ;
7
+ our $VERSION = ' 3.83 ' ;
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.82 ' ;
7
+ our $VERSION = ' 3.83 ' ;
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