Explicitly use Moose::Deprecated in all modules that call ::deprecated()
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints / OptimizedConstraints.pm
index b0ece33..7c60f56 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 use Class::MOP;
+use Moose::Deprecated;
 use Scalar::Util 'blessed', 'looks_like_number';
 
 our $VERSION   = '1.08';