MooseX-Getopt v0.76 Perl 5 v5.14.4 x86_64-linux

Status
Pass
From
David Cantrell (DCANTRELL)
Dist
MooseX-Getopt v0.76
Platform
Perl 5 v5.14.4 x86_64-linux
Date
2023-12-19 22:23:25
ID
3a11f022-9ebd-11ee-aa09-bcb900fc3286
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 Karen Etheridge,

This is a computer-generated report for MooseX-Getopt-0.76
on perl 5.14.4, created by CPAN-Reporter-1.2019.

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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

Output from './Build test':

# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module               Want     Have
#     ------------------- ----- --------
#     ExtUtils::MakeMaker   any     7.70
#     Module::Build::Tiny 0.034    0.046
#     perl                5.006 5.014004
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.16
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------ ----- --------
#     File::Spec           any     3.75
#     Module::Metadata     any 1.000038
#     Module::Runtime      any    0.016
#     Moose::Meta::Class   any   2.2203
#     Moose::Util          any   2.2203
#     Path::Tiny         0.009    0.144
#     Test::Deep           any    1.204
#     Test::Fatal        0.003    0.017
#     Test::Moose          any   2.2203
#     Test::More          0.88 1.302195
#     Test::Needs          any 0.002010
#     Test::Trap           any    0.3.5
#     Test::Warnings     0.009    0.031
#     if                   any   0.0608
#     perl               5.006 5.014004
# 
# === Test Recommends ===
# 
#     Module                     Want     Have
#     ---------------------- -------- --------
#     CPAN::Meta             2.120900 2.150010
#     MooseX::ConfigFromFile      any  missing
#     MooseX::SimpleConfig        any  missing
# 
# === Test Suggests ===
# 
#     Module                    Want    Have
#     ------------------------- ---- -------
#     MooseX::StrictConstructor  any missing
# 
# === Runtime Requires ===
# 
#     Module                        Want     Have
#     ---------------------------- ----- --------
#     Carp                           any     1.50
#     Getopt::Long                  2.37     2.54
#     Getopt::Long::Descriptive    0.088    0.111
#     Moose                          any   2.2203
#     Moose::Meta::Attribute         any   2.2203
#     Moose::Role                   0.56   2.2203
#     Moose::Util::TypeConstraints   any   2.2203
#     MooseX::Role::Parameterized   1.01     1.11
#     Scalar::Util                   any     1.63
#     Try::Tiny                      any     0.31
#     namespace::autoclean           any     0.29
#     perl                         5.006 5.014004
#     strict                         any     1.04
#     warnings                       any     1.12
# 
# === Other Modules ===
# 
#     Module                  Have
#     -------------------- -------
#     Dist::CheckConflicts    0.11
#     Encode                  3.19
#     File::Temp            0.2311
#     JSON::PP                4.16
#     Module::Runtime        0.016
#     Pod::Coverage        missing
#     Sub::Name               0.27
#     YAML                    1.30
#     autodie                 2.36
# 
t/00-report-prereqs.t ............... ok
t/001_basic.t ....................... ok
t/002_custom_option_type.t .......... ok
t/003_inferred_option_type.t ........ ok
t/004_nogetop.t ..................... ok
t/005_strict.t ...................... ok
t/006_metaclass_traits.t ............ ok
t/007_nogetopt_trait.t .............. ok
t/008_configfromfile.t .............. skipped: Need MooseX::ConfigFromFile
t/009_gld_and_explicit_options.t .... ok
t/010_dashes.t ...................... ok
t/011_process_argv.t ................ ok
t/100_gld_default_bug.t ............. ok
t/101_argv_bug.t .................... ok
t/102_basic_basic.t ................. ok
t/103_uc_bug.t ...................... ok
t/104_override_usage.t .............. ok
t/105_uc_bug_more.t ................. ok
t/106_no_ignore_case.t .............. ok
t/107_no_auto_help.t ................ skipped: Need MooseX::SimpleConfig 0.07
t/107_union_bug.t ................... ok
t/108_usage_attr.t .................. ok
t/109_help_flag.t ................... ok
t/110_sort_usage_by_attr_order.t .... ok
t/111_gld_pass_through.t ............ ok
t/112_configfile_constructor_arg.t .. skipped: Need MooseX::SimpleConfig
t/113_moosex_strictconstructor.t .... skipped: Need MooseX::StrictConstructor
t/114_init_arg.t .................... ok
t/zzz-check-breaks.t ................ ok
All tests successful.
Files=29, Tests=358, 116 wallclock secs ( 0.28 usr  0.12 sys + 19.64 cusr  2.00 csys = 22.04 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                       Need  Have    
    ---------------------------- ----- --------
    Carp                         0     1.50    
    Getopt::Long                 2.37  2.54    
    Getopt::Long::Descriptive    0.088 0.111   
    Moose                        0     2.2203  
    Moose::Meta::Attribute       0     2.2203  
    Moose::Role                  0.56  2.2203  
    Moose::Util::TypeConstraints 0     2.2203  
    MooseX::Role::Parameterized  1.01  1.11    
    namespace::autoclean         0     0.29    
    perl                         5.006 5.014004
    Scalar::Util                 0     1.63    
    strict                       0     1.04    
    Try::Tiny                    0     0.31    
    warnings                     0     1.12    

build_requires:

    Module                       Need  Have    
    ---------------------------- ----- --------
    File::Spec                   0     3.75    
    if                           0     0.0608  
    Module::Metadata             0     1.000038
    Module::Runtime              0     0.016   
    Moose::Meta::Class           0     2.2203  
    Moose::Util                  0     2.2203  
    Path::Tiny                   0.009 0.144   
    perl                         5.006 5.014004
    Test::Deep                   0     1.204   
    Test::Fatal                  0.003 0.017   
    Test::Moose                  0     2.2203  
    Test::More                   0.88  1.302195
    Test::Needs                  0     0.002010
    Test::Trap                   0     0.3.5   
    Test::Warnings               0.009 0.031   

configure_requires:

    Module                       Need  Have    
    ---------------------------- ----- --------
    ExtUtils::MakeMaker          0     7.70    
    Module::Build::Tiny          0.034 0.046   
    perl                         5.006 5.014004


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    LC_TERMINAL = iTerm2
    LC_TERMINAL_VERSION = 3.4.22
    NONINTERACTIVE_TESTING = 1
    PATH = /home/david/.nvm/versions/node/v20.10.0/bin:/home/david/.cargo/bin:/home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin:/home/david/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL = 5.14.4
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1771273
    PERL5_CPAN_IS_RUNNING = 1771273
    PERLBREW_HOME = /home/david/.perlbrew
    PERLBREW_MANPATH = /home/david/perl5/perlbrew/perls/perl-5.30.2/man
    PERLBREW_PATH = /home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin
    PERLBREW_PERL = perl-5.30.2
    PERLBREW_ROOT = /home/david/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.98
    PERLBREW_VERSION = 0.98
    PERLVER = 5.14.4
    PERL_INLINE_DIRECTORY = /home/david/.Inline-5.14.4
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 0
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/david/cpantesting/perl-5.14.4/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 24 25 27 29 30 44 46 109 1000
    $EGID = 1000 24 25 27 29 30 44 46 109 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9600_01
    CPAN::Meta          2.150010 
    Cwd                 3.75     
    ExtUtils::CBuilder  0.280236 
    ExtUtils::Command   7.70     
    ExtUtils::Install   2.22     
    ExtUtils::MakeMaker 7.70     
    ExtUtils::Manifest  1.75     
    ExtUtils::ParseXS   3.44     
    File::Spec          3.75     
    JSON                4.10     
    JSON::PP            4.16     
    Module::Build       0.4234   
    Module::Signature   n/a      
    Parse::CPAN::Meta   2.150010 
    Test2               1.302195 
    Test::Harness       3.44     
    Test::More          1.302195 
    YAML                1.30     
    YAML::Syck          n/a      
    version             0.9929   


--

Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=5.10.0-11-amd64, archname=x86_64-linux
    uname='linux cpantesting-linux 5.10.0-11-amd64 #1 smp debian 5.10.92-1 (2022-01-18) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/david/cpantesting/perl-5.14.4'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='10.2.1 20210110', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    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 -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-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'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 2.08
  Built under linux
  Compiled at Jul  5 2023 22:40:55
  %ENV:
    PERL="5.14.4"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="1771273"
    PERL5_CPAN_IS_RUNNING="1771273"
    PERLBREW_HOME="/home/david/.perlbrew"
    PERLBREW_MANPATH="/home/david/perl5/perlbrew/perls/perl-5.30.2/man"
    PERLBREW_PATH="/home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin"
    PERLBREW_PERL="perl-5.30.2"
    PERLBREW_ROOT="/home/david/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.98"
    PERLBREW_VERSION="0.98"
    PERLVER="5.14.4"
    PERL_INLINE_DIRECTORY="/home/david/.Inline-5.14.4"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="0"
  @INC:
    /home/david/cpantesting/perl-5.14.4/lib/site_perl/5.14.4/x86_64-linux
    /home/david/cpantesting/perl-5.14.4/lib/site_perl/5.14.4
    /home/david/cpantesting/perl-5.14.4/lib/5.14.4/x86_64-linux
    /home/david/cpantesting/perl-5.14.4/lib/5.14.4
    .