From: Dave Rolsky Date: Mon, 19 Jul 2010 17:05:57 +0000 (-0500) Subject: Add coerce without coercion to list of deprecated features X-Git-Tag: 1.09~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=217312a53b843270d91c7bf54f953979b534b97e;p=gitmo%2FMoose.git Add coerce without coercion to list of deprecated features --- diff --git a/lib/Moose/Deprecated.pm b/lib/Moose/Deprecated.pm index 760cada..c79751c 100644 --- a/lib/Moose/Deprecated.pm +++ b/lib/Moose/Deprecated.pm @@ -8,6 +8,7 @@ $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use Package::DeprecationManager -deprecations => { + 'coerce without coercion' => '1.08', 'pre-0.94 MetaRole API' => '0.93', 'Role type' => '0.84', 'subtype without sugar' => '0.72',