summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/000-load.t b/t/000-load.t
index ee6d01a..d2f022d 100644
--- a/t/000-load.t
+++ b/t/000-load.t
@@ -3,5 +3,7 @@ use strict;
use warnings;
use Test::More tests => 1;
-use_ok 'Language::TECO';
+package Foo;
+::use_ok('Language::TECO')
+ or ::BAIL_OUT("couldn't load Language::TECO");