Issue a deprecation warning for alias or excludes (sans leading dash)
[gitmo/Moose.git] / lib / Moose / Deprecated.pm
index 369641f..9908df3 100644 (file)
@@ -10,6 +10,7 @@ our $AUTHORITY = 'cpan:STEVAN';
 use Package::DeprecationManager -deprecations => {
     'coerce without coercion' => '1.08',
     'pre-0.94 MetaRole API'   => '0.94',
+    'alias or excludes'       => '0.89',
     'Role type'               => '0.84',
     'subtype without sugar'   => '0.72',
     'type without sugar'      => '0.72',