Add coerce without coercion to list of deprecated features
[gitmo/Moose.git] / 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',