X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F202-squirrel-role.t;h=7201754ce724e69f1202450126aa8e7c05369d64;hb=39c84648f251c030b21bc7ff7a35a83130be9f1a;hp=5c703619ecd9f4bd63fcf4cfb7614cd79e91ea74;hpb=ddd4992c86d379ec9b013bdbb6e070d939ee18f0;p=gitmo%2FMouse.git diff --git a/t/202-squirrel-role.t b/t/202-squirrel-role.t index 5c70361..7201754 100644 --- a/t/202-squirrel-role.t +++ b/t/202-squirrel-role.t @@ -4,7 +4,7 @@ use strict; use warnings; use Test::More; -use Scalar::Util 'blessed'; +use Mouse::Util 'blessed'; do { package Foo::Role;