Skip to content

Commit

Permalink
Require v0.11 for InstanceOf.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Oct 9, 2012
1 parent c4cf4aa commit bee81bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Dancer/Core/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package Dancer::Core::Types;
use strict;
use warnings;
use Scalar::Util 'blessed', 'looks_like_number';
use MooX::Types::MooseLike 0.11;
use MooX::Types::MooseLike::Base qw/:all/;
use MooX::Types::MooseLike::Numeric qw/:all/;

Expand Down

0 comments on commit bee81bc

Please sign in to comment.