From: gfx Date: Sat, 24 Oct 2009 04:33:41 +0000 (+0900) Subject: Fix load.t X-Git-Tag: 0.40_01~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=02ce50cb168ef7ff7f72aeba5640a54bdb9f3acc Fix load.t --- diff --git a/t/000-load.t b/t/000-load.t index e22f9ab..de7408b 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -2,9 +2,10 @@ package Foo; use strict; use warnings; -use Test::More tests => 1; +use Test::More tests => 2; use_ok 'Mouse'; +use_ok 'Mouse::Role'; no warnings 'uninitialized';