From: Shawn M Moore Date: Mon, 22 Dec 2008 03:55:23 +0000 (+0000) Subject: Don't try to import Mouse's sugar into main here X-Git-Tag: 0.19~82 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6a2be43c0e055edf7f5a6fc21d98d6be79b13e6;p=gitmo%2FMouse.git Don't try to import Mouse's sugar into main here --- diff --git a/t/800_shikabased/008-create_class.t b/t/800_shikabased/008-create_class.t index 63a9df8..99143f3 100644 --- a/t/800_shikabased/008-create_class.t +++ b/t/800_shikabased/008-create_class.t @@ -1,6 +1,6 @@ use strict; use warnings; -use Mouse; +use Mouse (); use Test::More tests => 14; use Test::Exception;