Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Created November 10, 2008 00:26
Show Gist options
  • Save tokuhirom/23385 to your computer and use it in GitHub Desktop.
Save tokuhirom/23385 to your computer and use it in GitHub Desktop.
undefined
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t xt/*.t
t/00_compile...............ok
t/010_core/sql.............ok
t/020_mock/instance........Can't locate Mock/Simple.pm in @INC (@INC contains: t /lib /home/tokuhirom/project/Data-Model/inc /home/tokuhirom/project/Data-Model/b lib/lib /home/tokuhirom/project/Data-Model/blib/arch /etc/perl /usr/local/lib/pe rl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/pe rl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at t/020_mock/instance.t line 4.
BEGIN failed--compilation aborted at t/020_mock/instance.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/020_mock/instance........ Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/020_mock/memory-basic....ok
xt/01_podspell.............ok
xt/02_perlcritic...........5/8
# Failed test 'Test::Perl::Critic for "lib/Data/Model/Schema.pm"'
# at /usr/local/share/perl/5.8.8/Test/Perl/Critic.pm line 99.
#
# Perl::Critic found these violations in "lib/Data/Model/Schema.pm":
# Subroutine prototypes used at line 28, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 54, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 70, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 76, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 99, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 103, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 111, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 117, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 125, column 1. See page 194 of PBP. (Severity: 5)
# Subroutine prototypes used at line 133, column 1. See page 194 of PBP. (Severity: 5)
xt/02_perlcritic...........8/8 # Looks like you failed 1 test of 8.
xt/02_perlcritic........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests
xt/03_pod..................ok
Test Summary Report
-------------------
t/020_mock/instance (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
xt/02_perlcritic (Wstat: 256 Tests: 8 Failed: 1)
Failed test: 5
Non-zero exit status: 1
Files=7, Tests=136, 6 wallclock secs ( 0.09 usr 0.02 sys + 5.70 cusr 0.14 csys = 5.95 CPU)
Result: FAIL
Failed 2/7 test programs. 1/136 subtests failed.
make: *** [test_dynamic] エラー 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment