Module-Metadata v1.000033 Perl 5 v5.20.2 darwin-2level

Status
Pass
From
John SJ Anderson
Dist
Module-Metadata v1.000033
Platform
Perl 5 v5.20.2 darwin-2level
Date
2017-10-28 17:25:34
ID
0179b32c-bc05-11e7-91b1-52174d58c521
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 ETHER,

This is a computer-generated report for Module-Metadata-1.000033
on perl 5.20.2, created by App::cpanminus::reporter 0.17 (1.7043).

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 '':

Building and testing Module-Metadata-1.000033
cp lib/Module/Metadata.pm blib/lib/Module/Metadata.pm
Manifying blib/man3/Module::Metadata.3
PERL_DL_NONLAZY=1 /opt/plenv/versions/5.20.2/bin/perl5.20.2 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 6.98
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 6.98
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     Cwd                  any  3.48_01
#     Exporter             any     5.71
#     ExtUtils::MakeMaker  any     6.98
#     File::Basename       any     2.85
#     File::Path           any     2.09
#     File::Spec           any  3.48_01
#     File::Temp           any   0.2304
#     IO::File             any     1.16
#     Test::More          0.82 1.302106
#     base                 any     2.22
#     lib                  any     0.63
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module     Want    Have
#     ---------- ---- -------
#     Carp        any  1.3301
#     Fcntl       any    1.11
#     File::Find  any    1.27
#     File::Spec  any 3.48_01
#     strict      any    1.08
#     version    0.87  0.9909
#     warnings    any    1.23
# 
# === Other Modules ===
# 
#     Module           Have
#     ------------- -------
#     Pod::Coverage missing
# 
t/00-report-prereqs.t .. ok
t/contains_pod.t ....... ok
t/encoding.t ........... ok
t/endpod.t ............. ok
# Got: '_private'
# Module contents:
# package _private;
# $::VERSION = 0.01;
# $VERSION = '999';
# Got: '_private'
# Module contents:
# package _private;
# $VERSION = '999';
# $::VERSION = 0.01;
t/extract-package.t .... ok
# parsed module: bless( {
#   'collect_pod' => undef,
#   'filename' => '/var/folders/ls/0z9hs2311kn45yqnfxk2m8vr0000gn/T/MMD-Y0dUd39i/Simple51/Simple.pm',
#   'inc' => undef,
#   'module' => 'Simple',
#   'packages' => [
#     'Simple'
#   ],
#   'pod' => {},
#   'pod_headings' => [],
#   'version' => bless( {
#     'original' => '0',
#     'version' => [
#       0
#     ]
#   }, 'version' ),
#   'versions' => {
#     'Simple' => $VAR1->{'version'}
#   }
# }, 'Module::Metadata' )
# parsed module: bless( {
#   'collect_pod' => undef,
#   'filename' => '/var/folders/ls/0z9hs2311kn45yqnfxk2m8vr0000gn/T/MMD-Y0dUd39i/Simple52/Simple.pm',
#   'inc' => undef,
#   'module' => 'Simple',
#   'packages' => [
#     'main',
#     'Simple'
#   ],
#   'pod' => {},
#   'pod_headings' => [],
#   'version' => bless( {
#     'original' => '0',
#     'version' => [
#       0
#     ]
#   }, 'version' ),
#   'versions' => {
#     'Simple' => $VAR1->{'version'},
#     'main' => ''
#   }
# }, 'Module::Metadata' )
# parsed module: bless( {
#   'collect_pod' => undef,
#   'filename' => '/var/folders/ls/0z9hs2311kn45yqnfxk2m8vr0000gn/T/MMD-Y0dUd39i/Simple54/Simple.pm',
#   'inc' => undef,
#   'module' => undef,
#   'packages' => [
#     'main'
#   ],
#   'pod' => {},
#   'pod_headings' => [],
#   'version' => undef,
#   'versions' => {
#     'main' => bless( {
#       'original' => '1.23',
#       'version' => [
#         1,
#         230
#       ]
#     }, 'version' )
#   }
# }, 'Module::Metadata' )
# parsed module: bless( {
#   'collect_pod' => undef,
#   'filename' => '/var/folders/ls/0z9hs2311kn45yqnfxk2m8vr0000gn/T/MMD-Y0dUd39i/Simple55/Simple.pm',
#   'inc' => undef,
#   'module' => undef,
#   'packages' => [
#     'main'
#   ],
#   'pod' => {},
#   'pod_headings' => [],
#   'version' => undef,
#   'versions' => {
#     'main' => bless( {
#       'original' => '1.23',
#       'version' => [
#         1,
#         230
#       ]
#     }, 'version' )
#   }
# }, 'Module::Metadata' )
t/extract-version.t .... ok
t/metadata.t ........... ok
t/taint.t .............. ok
t/version.t ............ ok
All tests successful.
Files=9, Tests=348,  1 wallclock secs ( 0.06 usr  0.02 sys +  0.59 cusr  0.11 csys =  0.78 CPU)
Result: PASS

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    LANG = en_US.UTF-8
    LC_ALL = en_US.UTF-8
    PATH = /opt/plenv/versions/5.20.2/bin:/opt/plenv/libexec:/opt/plenv/plugins/perl-build/bin:/opt/plenv/shims:/opt/plenv/bin:/Users/genehack/bin:/opt/tmux/bin:/opt/git/bin:/opt/emacs/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
    PERL_CPANM_OPT = --skip-installed --prompt
    SHELL = /bin/zsh
    TERM = screen-256color
    TMPDIR = /var/folders/ls/0z9hs2311kn45yqnfxk2m8vr0000gn/T/

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

    EGID = 20 20 701 12 61 79 80 81 98 33 100 204 395 398 399
    EUID = 501
    EXECUTABLE_NAME = /opt/plenv/versions/5.20.2/bin/perl5.20.2
    GID = 20 20 701 12 61 79 80 81 98 33 100 204 395 398 399
    UID = 501

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.150010
    Cwd                 3.48_01 
    ExtUtils::CBuilder  0.280217
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.67    
    ExtUtils::MakeMaker 6.98    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.48_01 
    JSON                n/a     
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.30    
    Test::More          1.302106
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.9909  


--

Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
    osname=darwin, osvers=16.7.0, archname=darwin-2level
    uname='darwin phineas.local 16.7.0 darwin kernel version 16.7.0: thu jun 15 17:36:27 pdt 2017; root:xnu-3789.70.16~2release_x86_64 x86_64 i386 macbookpro14,2 darwin '
    config_args='-Dprefix=/opt/plenv/versions/5.20.2 -de -Dusedevel -A'eval:scriptdir=/opt/plenv/versions/5.20.2/bin''
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.12 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -DPERL_USE_SAFE_PUTENV',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=10.12 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.38)', 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 =' -mmacosx-version-min=10.12 -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib
    libs=-ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -mmacosx-version-min=10.12 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        PERL_USE_DEVEL PERL_USE_SAFE_PUTENV USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.48
  Built under darwin
  Compiled at Oct 27 2017 22:55:15
  %ENV:
    PERL_CPANM_OPT="--skip-installed --prompt"
  @INC:
    /opt/plenv/versions/5.20.2/lib/perl5/site_perl/5.20.2/darwin-2level
    /opt/plenv/versions/5.20.2/lib/perl5/site_perl/5.20.2
    /opt/plenv/versions/5.20.2/lib/perl5/5.20.2/darwin-2level
    /opt/plenv/versions/5.20.2/lib/perl5/5.20.2
    .