misc cleanup

This commit is contained in:
Zane C. B-H 2019-07-24 05:28:06 -05:00
parent 6f88aadf54
commit 78ca38c3be
5 changed files with 0 additions and 12 deletions

View File

@ -3,7 +3,6 @@ package Net::Connection::Sort;
use 5.006;
use strict;
use warnings;
use base 'Error::Helper';
=head1 NAME
@ -122,14 +121,7 @@ sub new{
my $self = {
perror=>undef,
error=>undef,
errorString=>"",
testing=>0,
errorExtra=>{
flags=>{
}
},
type=>'host_f',
invert=>0,
sorter=>undef,,

View File

@ -3,7 +3,6 @@ package Net::Connection::Sort::proto;
use 5.006;
use strict;
use warnings;
use Net::IP;
=head1 NAME

View File

@ -3,7 +3,6 @@ package Net::Connection::Sort::ptr_f;
use 5.006;
use strict;
use warnings;
use Net::IP;
=head1 NAME

View File

@ -3,7 +3,6 @@ package Net::Connection::Sort::ptr_l;
use 5.006;
use strict;
use warnings;
use Net::IP;
=head1 NAME

View File

@ -3,7 +3,6 @@ package Net::Connection::Sort::state;
use 5.006;
use strict;
use warnings;
use Net::IP;
=head1 NAME