From: Dave Rolsky Date: Wed, 27 Oct 2010 02:38:14 +0000 (-0500) Subject: Fix expected error message X-Git-Tag: 1.18~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d60245021d5b6074fbf00d05cd2754270822a047;p=gitmo%2FMoose.git Fix expected error message --- diff --git a/t/010_basics/030_deprecations.t b/t/010_basics/030_deprecations.t index d14fe5a..f4943c9 100644 --- a/t/010_basics/030_deprecations.t +++ b/t/010_basics/030_deprecations.t @@ -32,7 +32,7 @@ use Test::Requires { isa => 'Str', ); } - qr{\QAllowing a native trait to automatically supply a default is deprecated. You can avoid this warning by supply a default, builder, or making the attribute required at t/010_basics/030_deprecations.t line}, + qr{\QAllowing a native trait to automatically supply a default is deprecated. You can avoid this warning by supplying a default, builder, or making the attribute required at t/010_basics/030_deprecations.t line}, 'Not providing a default for native String trait warns'; ::stderr_is{ has bar => (