X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fc3_mro.t;fp=t%2Fc3_mro.t;h=32ba3b0d2534c458fda0e4628cd43c92abcc1343;hb=4ae6f1089260213be83a06fc37b0d2bdc5c8ecd7;hp=e54645c14e29daf75de2399c43643a7e1da2bb14;hpb=e63bdf38982956964059c65227f31a7b13dbf841;p=catagits%2FCatalyst-Runtime.git diff --git a/t/c3_mro.t b/t/c3_mro.t index e54645c..32ba3b0 100644 --- a/t/c3_mro.t +++ b/t/c3_mro.t @@ -31,6 +31,6 @@ plan tests => scalar @cat_mods; foreach my $cat_mod (@cat_mods) { eval " require $cat_mod "; eval { Class::C3::calculateMRO($cat_mod) }; - ok(!$@, "calculateMRO for $cat_mod"); + ok(!$@, "calculateMRO for $cat_mod: $@"); }