summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-08 01:05:43 -0500
committerdoy <doy@tozt.net>2009-04-08 01:05:43 -0500
commit21dde08bf4cfda5cd3e7fd9eddbff75514bf2779 (patch)
tree34bb4e7369bd32b21c42de8fd8606d6dd8e03540 /t
parentc66d81232aeed6675f167952718981f0045a34e1 (diff)
downloadmoosex-nonmoose-21dde08bf4cfda5cd3e7fd9eddbff75514bf2779.tar.gz
moosex-nonmoose-21dde08bf4cfda5cd3e7fd9eddbff75514bf2779.zip
bail out if we can't load the module
Diffstat (limited to 't')
-rw-r--r--t/000-load.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/000-load.t b/t/000-load.t
index 0a6968e..10c10d1 100644
--- a/t/000-load.t
+++ b/t/000-load.t
@@ -4,4 +4,4 @@ use warnings;
use Test::More tests => 1;
package Foo;
-::use_ok 'MooseX::NonMoose';
+::use_ok 'MooseX::NonMoose' or ::BAIL_OUT "couldn't load MooseX::NonMoose";