X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000-load.t;h=720ceeb4e26c69eaadd0e3aa23de21717e52fd77;hb=668f695d6889ac6ac523025f39f2306195f2f3b0;hp=3c02f2d0a77a1dcfdbeec001c29f94de7147fae8;hpb=ea28c346ee725e5308fc2fec058c0509d98348a6;p=gitmo%2FMouse.git diff --git a/t/000-load.t b/t/000-load.t index 3c02f2d..720ceeb 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -9,6 +9,8 @@ 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 MRO::Compat };