From: Arthur Axel 'fREW' Schmidt Date: Sat, 5 Sep 2009 08:24:43 +0000 (-0500) Subject: fix minor regression X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=56e179fdd0da018205ea182e2660e1ad8e0faa63;p=gitmo%2FMoose.git fix minor regression --- diff --git a/t/020_attributes/012_misc_attribute_tests.t b/t/020_attributes/012_misc_attribute_tests.t index 4daa618..5d521cd 100644 --- a/t/020_attributes/012_misc_attribute_tests.t +++ b/t/020_attributes/012_misc_attribute_tests.t @@ -29,10 +29,10 @@ use MetaTest; ok($foo_attr->has_documentation, '... the foo has docs'); is($foo_attr->documentation, - q{ - The 'foo' attribute is my favorite - attribute in the whole wide world. - }, + q{ + The 'foo' attribute is my favorite + attribute in the whole wide world. + }, '... got the foo docs'); } 2; }