kentnl / Devel-Isa-Explainer

Pretty Print Function Hierarchies of Classes
Other
1 stars 0 forks source link

Tests fail without . in @INC #14

Open kentfredric opened 7 years ago

kentfredric commented 7 years ago
"/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/isa-splain
PERL_DL_NONLAZY=1 "/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile/*.t t/cli/*.t t/internals/*.t

#   Failed test 'require 'lib/Devel/Isa/Explainer.pm';'
#   at t/00-compile/lib_Devel_Isa_Explainer_pm.t line 10.
#     Tried to require ''lib/Devel/Isa/Explainer.pm''.
#     Error:  Can't locate lib/Devel/Isa/Explainer.pm in @INC (you may need to install the lib::Devel::Isa::Explainer module) (@INC contains: /home/kent/.cpanm/work/1488326529.29610/Devel-Isa-Explainer-0.002001/blib/lib /home/kent/.cpanm/work/1488326529.29610/Devel-Isa-Explainer-0.002001/blib/arch /home/kent/.cpanm/work/1488326529.29610/Devel-Isa-Explainer-0.002001/blib/lib /home/kent/.cpanm/work/1488326529.29610/Devel-Isa-Explainer-0.002001/blib/arch /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10 /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10) at (eval 6) line 2.
# Looks like you failed 1 test of 1.
t/00-compile/lib_Devel_Isa_Explainer_pm.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 

#   Failed test 'require 'lib/App/Isa/Splain.pm';'
#   at t/00-compile/lib_App_Isa_Splain_pm.t line 10.
#     Tried to require ''lib/App/Isa/Splain.pm''.
#     Error:  Can't locate lib/App/Isa/Splain.pm in @INC (you may need to install the lib::App::Isa::Splain module) (@INC contains: /home/kent/.cpanm/work/1488326529.29610/Devel-Isa-Explainer-0.002001/blib/lib /home/kent/.cpanm/work/1488326529.29610/Devel-Isa-Explainer-0.002001/blib/arch /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10 /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10) at (eval 6) line 2.
# Looks like you failed 1 test of 1.
t/00-compile/lib_App_Isa_Splain_pm.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
t/cli/basic.t .............................. ok
t/internals/02-isacache-hide.t ............. ok
t/cli/dash-m.t ............................. ok
t/01-basic.t ............................... ok
t/02-shadowing.t ........................... ok
t/internals/max-width.t .................... ok
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.24
# 
# === Configure Recommends ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker 7.00 7.24
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.24
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.24
#     File::Spec           any     3.66
#     Test::Builder        any 1.302073
#     Test::More          0.89 1.302073
# 
# === Test Recommends ===
# 
#     Module                  Want     Have
#     ------------------- -------- --------
#     CPAN::Meta          2.120900 2.150010
#     ExtUtils::MakeMaker     7.00     7.24
#     Test::More              0.99 1.302073
# 
# === Runtime Requires ===
# 
#     Module           Want Have
#     ---------------- ---- ----
#     Carp              any 1.42
#     Exporter          any 5.72
#     MRO::Compat       any 0.12
#     Module::Load      any 0.32
#     Package::Stash    any 0.37
#     Term::ANSIColor  3.00 4.06
#     constant         1.03 1.33
#     namespace::clean  any 0.27
#     strict            any 1.11
#     warnings          any 1.37
# 
t/00-report-prereqs.t ...................... ok

Test Summary Report
-------------------
t/00-compile/lib_Devel_Isa_Explainer_pm.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/00-compile/lib_App_Isa_Splain_pm.t     (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/01-basic.t                             (Wstat: 0 Tests: 5 Failed: 0)
  TODO passed:   3
Files=9, Tests=29,  1 wallclock secs ( 0.06 usr  0.02 sys +