Resolve a todo: if you set both 'isa' and 'does' on an attribute, the 'isa' must...
[gitmo/Mouse.git] / t / 000-load.t
index 3c02f2d..720ceeb 100644 (file)
@@ -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 };