Skip to content

Commit

Permalink
Merge 015b9d6 into fae9cae
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Jun 4, 2015
2 parents fae9cae + 015b9d6 commit 054ee43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpanfile
@@ -1,4 +1,4 @@
requires "List::AllUtils" => "0";
requires "List::Util" => "1.33";
requires "Moose" => "1.14";
requires "Moose::Exporter" => "0";
requires "Moose::Meta::TypeConstraint" => "0";
Expand Down
2 changes: 1 addition & 1 deletion lib/MooseX/AttributeShortcuts.pm
Expand Up @@ -23,7 +23,7 @@ use Moose::Util::TypeConstraints;

use aliased 'MooseX::Meta::TypeConstraint::Mooish' => 'MooishTC';

use List::AllUtils 'any';
use List::Util 1.33 'any';

use Package::DeprecationManager -deprecations => {
'undocumented-isa-constraints' => '0.23',
Expand Down

0 comments on commit 054ee43

Please sign in to comment.