X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FAttribute.pm;h=959f71229704b839bb3f1cfb8e2645e29cc50388;hp=368e10d5ea1959ece99d8d4ec9e58b5e4b73fc05;hb=8fcbe7fb24ac710b860595ae1ecea066c3add1f5;hpb=00ca1c62fb631cb9b01962299f5e72b20b8063ec diff --git a/lib/Mouse/Meta/Attribute.pm b/lib/Mouse/Meta/Attribute.pm index 368e10d..959f712 100644 --- a/lib/Mouse/Meta/Attribute.pm +++ b/lib/Mouse/Meta/Attribute.pm @@ -4,7 +4,8 @@ use strict; use warnings; use Carp 'confess'; -use Scalar::Util qw/blessed weaken/; +use Mouse::Util 'blessed'; +use Scalar::Util 'weaken'; sub new { my $class = shift;