+ - localize UNIVERSAL::can change to avoid confusing TB2
+
1.001004 - 2012-07-12
- remove strictures.pm from the test supplied by mmcleric so we install again
- when applying runtime roles include roles from original class in new class
use Role::Tiny 'with';
with 'A::NonExistent::Role';
END
+}
+
+{
my $error = $@ || '';
like $error, qr{^Can't locate A/NonExistent/Role.pm},
'If ->can always returns true, we should still not think we loaded the role'