summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-28 20:08:11 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-28 20:08:11 -0500
commit4b096c4a2cdedca8542f7316f2dba6ad1acf50c8 (patch)
tree0c541e1aa7b056d9b54e49198b3aaafdd854c67b /t/000-load.t
parentb6754f9c83d813eb0429fafd45bd5dd75f341f61 (diff)
downloadmoosex-abc-4b096c4a2cdedca8542f7316f2dba6ad1acf50c8.tar.gz
moosex-abc-4b096c4a2cdedca8542f7316f2dba6ad1acf50c8.zip
basic tests (failing)
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/000-load.t b/t/000-load.t
new file mode 100644
index 0000000..3a051f6
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+package Foo;
+::use_ok('MooseX::ABC')
+ or ::BAIL_OUT("couldn't load MooseX::ABC");