From: Dave Rolsky Date: Sun, 10 May 2009 15:41:58 +0000 (-0500) Subject: Tweak test description X-Git-Tag: 0.78~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=156f6373b07bfc7b1793373dd5c43855e5dae8d8;p=gitmo%2FMoose.git Tweak test description --- diff --git a/t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t b/t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t index 420e206..3865848 100644 --- a/t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t +++ b/t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t @@ -25,5 +25,5 @@ use Test::More tests => 1; lives_ok { extends 'SubClassUseBase'; } - 'Can extend non-moose class whos parent class is a Moose class with a meta role'; + 'Can extend non-moose class with parent class that is a Moose class with a meta role'; }