From: gfx Date: Sat, 24 Oct 2009 05:19:04 +0000 (+0900) Subject: Fix load.t X-Git-Tag: 0.40_01~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea28c346ee725e5308fc2fec058c0509d98348a6;p=gitmo%2FMouse.git Fix load.t --- diff --git a/t/000-load.t b/t/000-load.t index de7408b..3c02f2d 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -4,8 +4,8 @@ use strict; use warnings; use Test::More tests => 2; -use_ok 'Mouse'; -use_ok 'Mouse::Role'; +require_ok 'Mouse'; +require_ok 'Mouse::Role'; no warnings 'uninitialized';