On 07/04/2016 06:17 PM, David Golden wrote:


On Mon, Jul 4, 2016 at 5:44 PM, Nigel Horne <n...@bandsman.co.uk <mailto:n...@bandsman.co.uk>> wrote:

      'use_sqlite' => q[1],
      'yaml_module' => q[YAML::Any],


I took those out but nothing changed.

These both concern me, as either one could be doing something weird. But I'm not sure what specifically.

The thing that concerns me most is that CPAN::Reporter isn't picking up that prereqs are missing. However, it occurs to me that CPAN::Reporter gets its list of prereqs from CPAN.pm.

It's using 1.2018 in this environment.

So that's a clue. Something is interfering with CPAN's ability to detect prerequisites. I'd love to see the full verbose output of a replication of a failure from "test <module>" until CPAN.pm stops working.

Here you are, though I'm not sure it tells you much...

$ perl Build.PL
Creating new 'Build' script for 'MooseX-Getopt' version '0.71'
njh@compaq:~/.cpan/build/MooseX-Getopt-0.71-rIV3HL$ ./Build
Skip blib/lib/MooseX/Getopt/Dashes.pm (unchanged)
Skip blib/lib/MooseX/Getopt/Basic.pm (unchanged)
Skip blib/lib/MooseX/Getopt/Meta/Attribute.pm (unchanged)
Skip blib/lib/MooseX/Getopt/Strict.pm (unchanged)
Skip blib/lib/MooseX/Getopt/GLD.pm (unchanged)
Skip blib/lib/MooseX/Getopt/Meta/Attribute/Trait.pm (unchanged)
Skip blib/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm (unchanged)
Skip blib/lib/MooseX/Getopt/ProcessedArgv.pm (unchanged)
Skip blib/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm (unchanged)
Skip blib/lib/MooseX/Getopt.pm (unchanged)
Skip blib/lib/MooseX/Getopt/OptionTypeMap.pm (unchanged)
njh@compaq:~/.cpan/build/MooseX-Getopt-0.71-rIV3HL$
$ prove
===(       1;0  0/1  1/? )==============================================
#   Failed test 'use MooseX::Getopt;'
#   at t/001_basic.t line 9.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/001_basic.t line 9.
# BEGIN failed--compilation aborted at t/001_basic.t line 9.
Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/001_basic.t ....................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
===(       2;0  1/1  0/? )==============================================#
# Versions for all modules listed in static metadata (including optional ones):
#
# === Configure Requires ===
#
#     Module               Want  Have
#     ------------------- ----- -----
#     Module::Build::Tiny 0.034 0.039
#
# === Configure Suggests ===
#
#     Module      Want    Have
#     -------- ------- -------
#     JSON::PP 2.27300 2.27203
#
# === Test Requires ===
#
#     Module              Want     Have
#     ------------------ ----- --------
#     File::Spec           any     3.47
#     Module::Metadata     any 1.000026
#     Module::Runtime      any    0.014
#     Moose::Meta::Class   any   2.1403
#     Moose::Util          any   2.1403
#     Path::Tiny         0.009    0.061
#     Test::Deep           any    0.115
#     Test::Fatal        0.003    0.014
#     Test::Moose          any   2.1403
#     Test::More          0.88 1.001014
#     Test::Requires       any     0.08
#     Test::Trap           any  missing
#     Test::Warnings     0.009    0.020
#     if                   any     0.03
#
# === Test Recommends ===
#
#     Module                     Want     Have
#     ---------------------- -------- --------
#     CPAN::Meta             2.120900 2.143240
#     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.3301
#     Getopt::Long                  2.37    2.43
#     Getopt::Long::Descriptive    0.088 missing
#     Moose                          any  2.1403
#     Moose::Meta::Attribute         any  2.1403
#     Moose::Role                   0.56  2.1403
#     Moose::Util::TypeConstraints   any  2.1403
#     MooseX::Role::Parameterized   1.01 missing
#     Scalar::Util                   any    1.41
#     Try::Tiny                      any    0.22
#     namespace::autoclean           any missing
#     strict                         any    1.03
#     warnings                       any    1.03
#
# === Other Modules ===
#
#     Module               Have
#     -------------------- ----
#     Dist::CheckConflicts 0.11
#     Pod::Coverage        0.23
#
#
# *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
#
# The following REQUIRED prerequisites were not satisfied:
#
# Test::Trap is not installed (any version required)
# Getopt::Long::Descriptive is not installed (version '0.088' required)
# MooseX::Role::Parameterized is not installed (version '1.01' required)
# namespace::autoclean is not installed (any version required)
#
t/00-report-prereqs.t ............... ok
===(       4;0  1/?  1/? )==============================================
#   Failed test 'use MooseX::Getopt;'
#   at t/003_inferred_option_type.t line 8.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/003_inferred_option_type.t line 8.
# BEGIN failed--compilation aborted at t/003_inferred_option_type.t line 8.
Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/003_inferred_option_type.t ........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
t/002_custom_option_type.t ..........
#   Failed test 'use MooseX::Getopt;'
#   at t/002_custom_option_type.t line 9.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/002_custom_option_type.t line 9.
# BEGIN failed--compilation aborted at t/002_custom_option_type.t line 9.
Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/002_custom_option_type.t .......... Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
===(       5;1  0/?  1/? )==============================================
#   Failed test 'use MooseX::Getopt;'
#   at t/005_strict.t line 9.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/005_strict.t line 9.
# BEGIN failed--compilation aborted at t/005_strict.t line 9.
Can't locate MooseX/Getopt/Strict.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/005_strict.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
===(       6;2  1/?  0/? )==============================================
#   Failed test 'use MooseX::Getopt;'
#   at t/004_nogetop.t line 9.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/004_nogetop.t line 9.
# BEGIN failed--compilation aborted at t/004_nogetop.t line 9.
Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/004_nogetop.t ..................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
===(       7;2  1/?  0/? )==============================================
#   Failed test 'use MooseX::Getopt;'
#   at t/006_metaclass_traits.t line 9.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/006_metaclass_traits.t line 9.
# BEGIN failed--compilation aborted at t/006_metaclass_traits.t line 9.
Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/006_metaclass_traits.t ............ Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
===(       8;3  1/?  0/? )==============================================
#   Failed test 'use MooseX::Getopt;'
#   at t/007_nogetopt_trait.t line 9.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/007_nogetopt_trait.t line 9.
# BEGIN failed--compilation aborted at t/007_nogetopt_trait.t line 9.
Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/007_nogetopt_trait.t .............. Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
t/008_configfromfile.t .............. skipped: Test requires module 'MooseX::ConfigFromFile' but it's not found t/009_gld_and_explicit_options.t .... Can't locate Getopt/Long/Descriptive.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/009_gld_and_explicit_options.t line 8. BEGIN failed--compilation aborted at t/009_gld_and_explicit_options.t line 8. t/009_gld_and_explicit_options.t .... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
===(       9;3  1/?  0/? )==============================================
#   Failed test 'use MooseX::Getopt;'
#   at t/010_dashes.t line 9.
#     Tried to use 'MooseX::Getopt'.
# Error: Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/010_dashes.t line 9.
# BEGIN failed--compilation aborted at t/010_dashes.t line 9.
Can't locate MooseX/Getopt/Dashes.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/010_dashes.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
t/011_process_argv.t ................ Can't locate Getopt/Long/Descriptive.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/100_gld_default_bug.t line 7.
BEGIN failed--compilation aborted at t/100_gld_default_bug.t line 7.
t/100_gld_default_bug.t ............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/011_process_argv.t ................ Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/011_process_argv.t ................ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/101_argv_bug.t .................... Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/101_argv_bug.t line 7.
BEGIN failed--compilation aborted at t/101_argv_bug.t line 7.
t/101_argv_bug.t .................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
===(      10;4  1/?  0/? )==============================================
#   Failed test 'use MooseX::Getopt::Basic;'
#   at t/102_basic_basic.t line 9.
#     Tried to use 'MooseX::Getopt::Basic'.
# Error: Can't locate MooseX/Getopt/Basic.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/102_basic_basic.t line 9.
# BEGIN failed--compilation aborted at t/102_basic_basic.t line 9.
Can't locate MooseX/Getopt/Basic.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 1.
t/102_basic_basic.t ................. Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
t/103_uc_bug.t ...................... Can't locate Test/Trap.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/104_override_usage.t line 5.
BEGIN failed--compilation aborted at t/104_override_usage.t line 5.
t/104_override_usage.t .............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/103_uc_bug.t ...................... Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/103_uc_bug.t ...................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/105_uc_bug_more.t ................. Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/105_uc_bug_more.t ................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/106_no_ignore_case.t .............. Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/106_no_ignore_case.t .............. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/107_no_auto_help.t ................ skipped: Test requires module 'MooseX::SimpleConfig' but it's not found t/107_union_bug.t ................... Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/107_union_bug.t ................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/108_usage_attr.t .................. Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/108_usage_attr.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/109_help_flag.t ................... Can't locate Test/Trap.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/109_help_flag.t line 23.
BEGIN failed--compilation aborted at t/109_help_flag.t line 23.
t/109_help_flag.t ................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/110_sort_usage_by_attr_order.t .... Can't locate Getopt/Long/Descriptive.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at t/111_gld_pass_through.t line 7.
BEGIN failed--compilation aborted at t/111_gld_pass_through.t line 7.
t/111_gld_pass_through.t ............ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/112_configfile_constructor_arg.t .. skipped: Test requires module 'MooseX::SimpleConfig' but it's not found t/113_moosex_strictconstructor.t .... skipped: Test requires module 'MooseX::StrictConstructor' but it's not found t/110_sort_usage_by_attr_order.t .... Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/114_init_arg.t .................... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/110_sort_usage_by_attr_order.t .... Can't locate MooseX/Getopt.pm in @INC (@INC contains: /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/x86_64-linux-thread-multi /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4 /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl .) at /home/njh/perl5/perlbrew/perls/perl-5.8.4/lib/site_perl/5.8.4/Module/Runtime.pm line 313. t/110_sort_usage_by_attr_order.t .... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/zzz-check-breaks.t ................ ok

Test Summary Report
-------------------
t/001_basic.t                     (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/003_inferred_option_type.t      (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/002_custom_option_type.t        (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/005_strict.t                    (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/004_nogetop.t                   (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/006_metaclass_traits.t          (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/007_nogetopt_trait.t            (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/009_gld_and_explicit_options.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/010_dashes.t                    (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/100_gld_default_bug.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/011_process_argv.t              (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/101_argv_bug.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/102_basic_basic.t               (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/104_override_usage.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/103_uc_bug.t                    (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/105_uc_bug_more.t               (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/106_no_ignore_case.t            (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/107_union_bug.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/108_usage_attr.t                (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/109_help_flag.t                 (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/111_gld_pass_through.t          (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/114_init_arg.t                  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/110_sort_usage_by_attr_order.t  (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=29, Tests=12, 9 wallclock secs ( 0.15 usr 0.11 sys + 9.39 cusr 0.67 csys = 10.32 CPU)
Result: FAIL

-Nigel

Reply via email to