X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F202-squirrel-role.t;h=5c703619ecd9f4bd63fcf4cfb7614cd79e91ea74;hp=7201754ce724e69f1202450126aa8e7c05369d64;hb=6c169c5063b77a791818f5db2c1da3bd9b47d3f9;hpb=44b31b54069a41e4dc4d724c98b1fdfa61bd0a48 diff --git a/t/202-squirrel-role.t b/t/202-squirrel-role.t index 7201754..5c70361 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 Mouse::Util 'blessed'; +use Scalar::Util 'blessed'; do { package Foo::Role;