Add coerce without coercion to list of deprecated features
Dave Rolsky [Mon, 19 Jul 2010 17:05:57 +0000 (12:05 -0500)]
lib/Moose/Deprecated.pm

index 760cada..c79751c 100644 (file)
@@ -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',