X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F000-load.t;h=720ceeb4e26c69eaadd0e3aa23de21717e52fd77;hp=3c02f2d0a77a1dcfdbeec001c29f94de7147fae8;hb=94fc8b3951e11b1f438c88fddff5b91d398b79fa;hpb=32cf1353e897e482f55d49b4c6c3be01ab4544a8 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 };