From: Guillermo Roditi Date: Mon, 23 Jun 2008 21:00:42 +0000 (+0000) Subject: Show failure X-Git-Tag: 5.8000_03~113 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4ae6f1089260213be83a06fc37b0d2bdc5c8ecd7;hp=e63bdf38982956964059c65227f31a7b13dbf841 Show failure r17014@martha (orig r7526): marcus | 2008-03-26 15:55:25 -0400 --- 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: $@"); }