X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000-load.t;fp=t%2F000-load.t;h=0000000000000000000000000000000000000000;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=b3132e2b47e33c41d3304937908345671ccce0e8;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27;p=gitmo%2FMouse.git diff --git a/t/000-load.t b/t/000-load.t deleted file mode 100644 index b3132e2..0000000 --- a/t/000-load.t +++ /dev/null @@ -1,18 +0,0 @@ -#!perl -T -package Foo; -use strict; -use warnings; -use Test::More tests => 2; - -require_ok 'Mouse'; -require_ok 'Mouse::Role'; - -no warnings 'uninitialized'; - -diag "Testing Mouse/$Mouse::VERSION (", exists $INC{'Mouse/PurePerl.pm'} ? 'Pure Perl' : 'XS', ")"; - -diag "Soft dependency versions:"; - -eval { require Moose }; -diag " Class::MOP: $Class::MOP::VERSION"; -diag " Moose: $Moose::VERSION";