Require Package::DeprecationManager 0.07
Dave Rolsky [Fri, 15 Oct 2010 15:53:39 +0000 (10:53 -0500)]
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',