X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F031-clone.t;h=9d7454fd26bc81bd917c68733b6b4c2f1880e4d0;hb=2bc93d688b465f6b707f9679392e10089b611944;hp=711aaf5ac092fe24552167ca767f4dc0561cb548;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/031-clone.t b/t/031-clone.t index 711aaf5..9d7454f 100644 --- a/t/031-clone.t +++ b/t/031-clone.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 10; -use t::Exception; +use Test::Exception; do { package Foo;