From: Karen Etheridge Date: Sun, 17 Oct 2010 17:46:38 +0000 (-0700) Subject: typo fixes X-Git-Tag: 1.16~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=996509b86ffa55610e239bbe67382b8198f9e5d3;p=gitmo%2FMoose.git typo fixes --- diff --git a/Changes b/Changes index 6ace94f..5362d39 100644 --- a/Changes +++ b/Changes @@ -36,10 +36,10 @@ NEXT warnings saner, and make it possible to turn them off more easily. (Dave Rolsky) - * The deprecated "default is" warning no longer happens is the attribute has + * The deprecated "default is" warning no longer happens if the attribute has any accessor method defined (accessor, reader, writer). Also, this warning - only happens when a method generated because of the default is is actually - called, rather than when the attribute is defined. (Dave Rolsky) + only happens when a method is generated because of the default is is + actually called, rather than when the attribute is defined. (Dave Rolsky) * The "default default" code for some native delegations no longer issues a deprecation warning when the attribute is required or has a builder. (Dave diff --git a/t/010_basics/030_deprecations.t b/t/010_basics/030_deprecations.t index 6cb2dac..c63121c 100644 --- a/t/010_basics/030_deprecations.t +++ b/t/010_basics/030_deprecations.t @@ -9,7 +9,7 @@ use Test::Requires { }; # All tests are wrapped with lives_and because the stderr output tests will -# otherwies eat exceptions, and the test just dies silently. +# otherwise eat exceptions, and the test just dies silently. { package Role;