Require Package::DeprecationManager 0.07
[gitmo/Moose.git] / lib / Moose / Deprecated.pm
index 78d3e8d..9914f74 100644 (file)
@@ -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',