Net-INET6Glue
view release on metacpan or search on metacpan
12345678910111213141516170.604 2021/02/26
- change bugtracker in Makefile.PL to github
0.603 2014/09/07
- mark Net::FTP 2.79 as a valid base too, based on patch from
kimmo[AT]suominen[DOT]com, https://github.com/noxxi/p5-net-inet6glue/pull/3
0.602 2014/01/17
- fix t/01_inet_is_inet6.t
0.601 2014/01/14
- add support
for
IO::Socket::IP instead of IO::Socket::INET6 and prefer it
0.600_1 2013/05/31
- set AUTHOR in Makefile.PL back from array to string, because array is
only supported in newer ExtUtils::MakeMaker versions
0.6 2013/05/30
- add more meta information to Makefile.PL, based on patch from ktdreyer
0.5 2011/02/25
- fix
for
IO::Socket::INET6 >=2.67
12345678910111213COPYRIGHT
lib/Net/INET6Glue.pm
lib/Net/INET6Glue/FTP.pm
lib/Net/INET6Glue/INET_is_INET6.pm
Makefile.PL
MANIFEST
Changes
README
t/01_inet_is_inet6.t
t/02_ftp_load.t
t/external/03_ftp6.t
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
3334353637383940414243444546474849505152535455
"runtime"
: {
"requires"
: {
"IO::Socket::IP"
:
"0.25"
,
"Net::FTP"
:
"2.75"
}
}
},
"release_status"
:
"stable"
,
"resources"
: {
"bugtracker"
: {
},
"license"
: [
],
"repository"
: {
}
},
"version"
:
"0.604"
,
"x_serialization_backend"
:
"JSON::PP version 4.02"
}
14151617181920212223242526272829
version:
'1.4'
name: Net-INET6Glue
no_index:
directory:
- t
- inc
requires:
IO::Socket::IP:
'0.25'
Net::FTP:
'2.75'
resources:
bugtracker: https://github.com/noxxi/p5-net-inet6glue/issues
license: http://dev.perl.org/licenses/
repository: https://github.com/noxxi/p5-net-inet6glue
version:
'0.604'
x_serialization_backend:
'CPAN::Meta::YAML version 0.018'
Makefile.PL view on Meta::CPAN
2122232425262728293031323334353637
AUTHOR
=>
"Steffen Ullrich <sullr@cpan.org>"
,
LICENSE
=>
'perl'
,
VERSION_FROM
=>
'lib/Net/INET6Glue.pm'
,
PREREQ_PM
=> {
%INET6
,
'Net::FTP'
=> 2.75,
},
META_MERGE
=> {
resources
=> {
},
},
$xt
=~m{^y}i ? (
test
=> {
TESTS
=>
't/*.t t/external/*.t'
}):(),
);
( run in 0.282 second using v1.01-cache-2.11-cpan-1dc43b0fbd2 )