summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-07-26 04:18:30 -0500
committerJesse Luehrs <doy@tozt.net>2009-07-26 04:18:30 -0500
commit0b32c8abced2ccc028eb8cb3589d3a9cb775a113 (patch)
treeb94aefa262ece0c1d151ea9d526756ed0f768ca7 /t
parent5df0d945da7bbfdb593307d30e0a08b53f5bdc73 (diff)
downloadmoosex-nonmoose-0b32c8abced2ccc028eb8cb3589d3a9cb775a113.tar.gz
moosex-nonmoose-0b32c8abced2ccc028eb8cb3589d3a9cb775a113.zip
using mx-nonmoose before using moose is an error
Diffstat (limited to 't')
-rw-r--r--t/000-load.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/000-load.t b/t/000-load.t
index e64c67f..03ac467 100644
--- a/t/000-load.t
+++ b/t/000-load.t
@@ -4,5 +4,6 @@ use warnings;
use Test::More tests => 1;
package Foo;
+use Moose;
::use_ok('MooseX::NonMoose')
or ::BAIL_OUT("couldn't load MooseX::NonMoose");