mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 00:25:40 -04:00
adding ipv6 support
This commit is contained in:
parent
e90ed9d8dc
commit
d39c50ae50
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
use Net::INET6Glue::INET_is_INET6;
|
||||
use LWP::UserAgent;
|
||||
use HTML::TreeBuilder::XPath;
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
use Net::INET6Glue::INET_is_INET6;
|
||||
use LWP::UserAgent;
|
||||
no warnings 'void';
|
||||
sub {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
use Net::INET6Glue::INET_is_INET6;
|
||||
use WWW::Mechanize;
|
||||
no warnings 'void';
|
||||
sub {
|
||||
|
|
Loading…
Add table
Reference in a new issue