From: Dave Rolsky Date: Fri, 15 Oct 2010 15:53:39 +0000 (-0500) Subject: Require Package::DeprecationManager 0.07 X-Git-Tag: 1.16~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b693686ee2374328f7839852808ddf02b51226f7;p=gitmo%2FMoose.git Require Package::DeprecationManager 0.07 --- diff --git a/lib/Moose/Deprecated.pm b/lib/Moose/Deprecated.pm index 78d3e8d..9914f74 100644 --- a/lib/Moose/Deprecated.pm +++ b/lib/Moose/Deprecated.pm @@ -7,7 +7,7 @@ our $VERSION = '1.15'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; -use Package::DeprecationManager -deprecations => { +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',