From: Dave Rolsky Date: Tue, 27 Jul 2010 21:08:15 +0000 (-0500) Subject: Fix version for pre-0.94 MetaRole API warning X-Git-Tag: 1.10~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45b628960d658a8c74a7b7ac4d334dbc9fe25b2d;p=gitmo%2FMoose.git Fix version for pre-0.94 MetaRole API warning --- diff --git a/lib/Moose/Deprecated.pm b/lib/Moose/Deprecated.pm index 1993681..6a47093 100644 --- a/lib/Moose/Deprecated.pm +++ b/lib/Moose/Deprecated.pm @@ -9,7 +9,7 @@ our $AUTHORITY = 'cpan:STEVAN'; use Package::DeprecationManager -deprecations => { 'coerce without coercion' => '1.08', - 'pre-0.94 MetaRole API' => '0.93', + 'pre-0.94 MetaRole API' => '0.94', 'Role type' => '0.84', 'subtype without sugar' => '0.72', 'type without sugar' => '0.72',