remove a bit more deprecation code
Jesse Luehrs [Sun, 19 Jun 2011 05:49:57 +0000 (00:49 -0500)]
lib/Moose/Deprecated.pm

index 28b01a8..c578436 100644 (file)
@@ -7,12 +7,6 @@ use Package::DeprecationManager 0.07 -deprecations => {
     'default is for Native Trait'      => '1.14',
     'default default for Native Trait' => '1.14',
     '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',
-    'Moose::init_meta'                 => '0.56',
     },
     -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/],
     ;