MooseX-Types-NetAddr-IP v0.07 Perl 5 v5.36.0 x86_64-linux

Status
Pass
From
Nedzad Hrnjica (NHRNJICA)
Dist
MooseX-Types-NetAddr-IP v0.07
Platform
Perl 5 v5.36.0 x86_64-linux
Date
2022-08-14 07:35:17
ID
a4c00858-1ba3-11ed-994a-7f5029f29030
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear TCAINE,

This is a computer-generated report for MooseX-Types-NetAddr-IP-0.07
on perl 5.36.0, created by App::cpanminus::reporter 0.17 (1.7046).

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '':

Running Makefile.PL
Warning: prerequisite Moose 0.41 not found.
Warning: prerequisite MooseX::Types 0.19 not found.
Warning: prerequisite NetAddr::IP 0 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for MooseX::Types::NetAddr::IP
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Module::Runtime 0.014 ... Yes (0.016)
Checking if you have NetAddr::IP 0 ... No
Checking if you have Moose 0.41 ... No
Checking if you have MooseX::Types 0.19 ... No
Checking if you have Test::Exception 0 ... Yes (0.43)
Checking if you have namespace::clean 0.08 ... Yes (0.27)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.64)
==> Found dependencies: NetAddr::IP, Moose, MooseX::Types
Searching NetAddr::IP (0) on cpanmetadb ...
--> Working on NetAddr::IP
Fetching http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-4.079.tar.gz
-> OK
Unpacking NetAddr-IP-4.079.tar.gz
make[2]: Leaving directory '/home/liveapp/cpantesters.new/5.36.0/.cpanm_temp/work/1660462058.3130513/NetAddr-IP-4.079/Lite/Util'
PERL_DL_NONLAZY=1 "/home/liveapp/.plenv/versions/5.36.0/bin/perl5.36.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/addr.t .............. ok
t/aton.t .............. ok
t/bigint.t ............ ok
t/bignums.t ........... ok
t/bin_ips.t ........... ok
t/bits.t .............. ok
t/broadcast.t ......... ok
t/bug62521.t .......... ok
t/bug75976.t .......... ok
t/cidr.t .............. ok
t/constants.t ......... ok
t/contains.t .......... ok
t/copy.t .............. ok
t/firstlast.t ......... ok
t/ipv4FFFF.t .......... ok
t/is_local.t .......... ok
t/lemasklen.t ......... ok
t/loops.t ............. ok
t/lower.t ............. ok
t/mask.t .............. ok
t/masklen.t ........... ok
t/netaddr.t ........... ok
t/network.t ........... ok
t/new-nth.t ........... ok
t/new-num.t ........... ok
t/nofqdn.t ............ ok
t/numeric.t ........... ok
t/old-nth.t ........... ok
t/old-num.t ........... ok
t/over-qq.t ........... ok
t/over_comp.t ......... ok
t/over_copy.t ......... ok
t/over_equal.t ........ ok
t/over_math.t ......... ok
t/overminus.t ......... ok
t/pathological.t ...... ok
t/range.t ............. ok
t/relops.t ............ ok
t/rfc_1918.t .......... ok
t/v4-aton.t ........... ok
t/v4-badnm.t .......... ok
t/v4-base.t ........... ok
t/v4-basem.t .......... ok
t/v4-cidr.t ........... ok
t/v4-cnew.t ........... ok
t/v4-contains.t ....... ok
t/v4-last.t ........... ok
t/v4-new-first.t ...... ok
t/v4-new.t ............ ok
t/v4-new_from_aton.t .. ok
t/v4-no_octal.t ....... ok
t/v4-num.t ............ ok
t/v4-numeric.t ........ ok
t/v4-old-first.t ...... ok
t/v4-range.t .......... ok
t/v4-snew.t ........... ok
# 
# 	The following 8 tests involve resolving (hopefully)
# 	non-existant names. This may take a while.
t/v4-wnew.t ........... ok
t/v4_new_cis.t ........ ok
t/v6-cnew-uri.t ....... ok
t/v6-cnew.t ........... ok
t/v6-contains.t ....... ok
t/v6-inc.t ............ ok
t/v6-new-base-uri.t ... ok
t/v6-new-base.t ....... ok
t/v6-new_cis6_base.t .. ok
t/v6-new_cis_base.t ... ok
t/v6-num.t ............ ok
t/v6-numeric-uri.t .... ok
t/v6-numeric.t ........ ok
t/v6-old-base-uri.t ... ok
t/v6-old-base.t ....... ok
t/version.t ........... ok
t/within.t ............ ok
All tests successful.
Files=73, Tests=3651,  6 wallclock secs ( 0.43 usr  0.09 sys +  2.91 cusr  0.58 csys =  4.01 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

runtime:

    Module              Need  Have  
    ------------------- ----- ------
    Module::Runtime     0.014 0.016 
  ! Moose               0.41  n/a   
  ! MooseX::Types       0.19  n/a   
  ! namespace::clean    0.08  broken
    NetAddr::IP         0     4.079 
    Test::Exception     0     0.43  

build:

    Module              Need  Have  
    ------------------- ----- ------
    ExtUtils::MakeMaker 0     7.64  

configure:

    Module              Need  Have  
    ------------------- ----- ------
    ExtUtils::MakeMaker 0     7.64  


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = C.UTF-8
    PATH = /home/liveapp/.plenv/versions/5.36.0/bin:/home/liveapp/.plenv/libexec:/home/liveapp/.plenv/plugins/perl-build/bin:/home/liveapp/.plenv/shims:/home/liveapp/.plenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
    PERL_CPANM_HOME = /home/liveapp/cpantesters.new/5.36.0/.cpanm_temp
    SHELL = /bin/bash
    TERM = xterm-256color

Perl special variables (and OS-specific diagnostics, for MSWin32):

    EGID = 1001 27 1001
    EUID = 1001
    EXECUTABLE_NAME = /home/liveapp/.plenv/versions/5.36.0/bin/perl5.36.0
    GID = 1001 27 1001
    UID = 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.33    
    CPAN::Meta          2.150010
    Cwd                 3.84    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.84    
    JSON                n/a     
    JSON::PP            4.07    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302190
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.9929  


--

Summary of my perl5 (revision 5 version 36 subversion 0) configuration:
   
  Platform:
    osname=linux
    osvers=5.4.0-91-generic
    archname=x86_64-linux
    uname='linux supremeadmin 5.4.0-91-generic #102-ubuntu smp fri nov 5 16:31:28 utc 2021 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/liveapp/.plenv/versions/5.36.0 -de -Dversiononly -A'eval:scriptdir=/home/liveapp/.plenv/versions/5.36.0/bin''
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='9.4.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.31.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.31'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under linux
  Compiled at Aug  8 2022 07:42:02
  %ENV:
    PERL_CPANM_HOME="/home/liveapp/cpantesters.new/5.36.0/.cpanm_temp"
  @INC:
    /home/liveapp/.plenv/versions/5.36.0/lib/perl5/site_perl/5.36.0/x86_64-linux
    /home/liveapp/.plenv/versions/5.36.0/lib/perl5/site_perl/5.36.0
    /home/liveapp/.plenv/versions/5.36.0/lib/perl5/5.36.0/x86_64-linux
    /home/liveapp/.plenv/versions/5.36.0/lib/perl5/5.36.0