From: Jesse Luehrs Date: Sun, 19 Jun 2011 05:49:57 +0000 (-0500) Subject: remove a bit more deprecation code X-Git-Tag: 2.0103~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=feb011a8c23e16440c525bc5ab610b49376fb743;p=gitmo%2FMoose.git remove a bit more deprecation code --- diff --git a/lib/Moose/Deprecated.pm b/lib/Moose/Deprecated.pm index 28b01a8..c578436 100644 --- a/lib/Moose/Deprecated.pm +++ b/lib/Moose/Deprecated.pm @@ -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)(?:::)?/], ;