package EPFL::Net::ipv6Test;
use 5.006;
use strict;
use warnings;
use JSON;
use Readonly;
use LWP::UserAgent;
=head1 NAME
EPFL::Net::ipv6Test - Website IPv6 accessibility validator API
=head1 VER
'http://ipv6-test.com/json/webaaaa.php';
Readonly::Scalar my $WEB_SERVER => 'http://ipv6-test.com/json/webserver.php';
Readonly::Scalar my $WEB_DNS => 'http://ipv6-test.com/json/webdns.php';
Readon
);
my $response = p_getUrl( $ua, $url );
if ( $response->is_success ) {
my $struct = from_json( $response->decoded_content );
return $struct;
}
return;
}
=head2 p_createUserAgent
Ret