use more modern way to specify parent
This commit is contained in:
parent
c26ed378ac
commit
74aace1e41
1 changed files with 1 additions and 2 deletions
|
|
@ -19,8 +19,7 @@ use strict;
|
|||
use HTML::Parser;
|
||||
use HTML::Entities;
|
||||
use URI::URL;
|
||||
use vars qw(@ISA);
|
||||
@ISA = qw(HTML::Parser);
|
||||
use parent qw(HTML::Parser);
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue