Skip to content

Instantly share code, notes, and snippets.

@SpiceMan
Created August 26, 2014 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpiceMan/c4e3fb43dfd14696ec7e to your computer and use it in GitHub Desktop.
Save SpiceMan/c4e3fb43dfd14696ec7e to your computer and use it in GitHub Desktop.
11:32 spiceman@spiceman ~ % git clone https://github.com/SpiceMan/MoopsTestCase.git
Initialized empty Git repository in /home/spiceman/MoopsTestCase/.git/
remote: Counting objects: 18, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 18 (delta 3), reused 18 (delta 3)
Unpacking objects: 100% (18/18), done.
11:32 spiceman@spiceman ~ % perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux
Copyright 1987-2012, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
11:33 spiceman@spiceman ~ % perl -MV=Kavorka,Moops,DBIx::Class,Type::Tiny,Moose
Kavorka
/home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Kavorka.pm: 0.033
Moops
/home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Moops.pm: 0.033
DBIx::Class
/home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/DBIx/Class.pm: 0.08270
Type::Tiny
/home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Type/Tiny.pm: 1.000002
Moose
/home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/x86_64-linux/Moose.pm: 2.1211
11:33 spiceman@spiceman ~ % cd MoopsTestCase
11:33 spiceman@spiceman ~/MoopsTestCase % prove -l
t/00foo.t .. {UNKNOWN}: DateTime is not a known type constraint at /home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Type/Parser.pm line 139.
Compilation failed in require at /home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Class/C3/Componentised.pm line 150. at /home/spiceman/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Class/C3/Componentised.pm line 155
Compilation failed in require at t/00foo.t line 6.
BEGIN failed--compilation aborted at t/00foo.t line 6.
t/00foo.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Test Summary Report
-------------------
t/00foo.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.57 cusr 0.03 csys = 0.63 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment