File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
3737 " URI" => 0,
3838 " strict" => 0
3939 },
40- " VERSION" => " 3.83 " ,
40+ " VERSION" => " 3.84 " ,
4141 " test" => {
4242 " TESTS" => " t/*.t"
4343 }
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ modify it under the same terms as Perl itself.
136136=cut
137137
138138use strict;
139- our $VERSION = ' 3.83 ' ;
139+ our $VERSION = ' 3.84 ' ;
140140our (%entity2char , %char2entity );
141141
142142require 5.004;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44
55require HTML::Parser;
66our @ISA = qw( HTML::Parser) ;
7- our $VERSION = ' 3.83 ' ;
7+ our $VERSION = ' 3.84 ' ;
88
99sub declaration { $_ [0]-> output(" <!$_ [1]>" ) }
1010sub process { $_ [0]-> output($_ [2]) }
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ use HTML::Entities ();
9191use strict;
9292our $DEBUG ;
9393# $DEBUG = 1;
94- our $VERSION = ' 3.83 ' ;
94+ our $VERSION = ' 3.84 ' ;
9595
9696=item $hp = HTML::HeadParser->new
9797
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::LinkExtor;
22
33require HTML::Parser;
44our @ISA = qw( HTML::Parser) ;
5- our $VERSION = ' 3.83 ' ;
5+ our $VERSION = ' 3.84 ' ;
66
77=head1 NAME
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::Parser;
22
33use strict;
44
5- our $VERSION = ' 3.83 ' ;
5+ our $VERSION = ' 3.84 ' ;
66
77require HTML::Entities;
88
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44
55require HTML::Parser;
66our @ISA = qw( HTML::Parser) ;
7- our $VERSION = ' 3.83 ' ;
7+ our $VERSION = ' 3.84 ' ;
88
99use Carp ();
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44
55require HTML::PullParser;
66our @ISA = qw( HTML::PullParser) ;
7- our $VERSION = ' 3.83 ' ;
7+ our $VERSION = ' 3.84 ' ;
88
99use Carp ();
1010use HTML::Entities qw( decode_entities) ;
You can’t perform that action at this time.
0 commit comments