X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F021-weak-ref.t;h=cdafd3c2cd0da7a2e7d5c647d51ef96ce306cdaf;hb=11d415286701d3b51e517cb6826138808967cb89;hp=aa1a0092b5116fd7c636143b729c53adecdb6155;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/021-weak-ref.t b/t/021-weak-ref.t index aa1a009..cdafd3c 100644 --- a/t/021-weak-ref.t +++ b/t/021-weak-ref.t @@ -12,7 +12,7 @@ BEGIN { } } -use Mouse::Util ':test'; +use Test::Exception; my %destroyed;