summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-07 22:01:30 -0500
committerdoy <doy@tozt.net>2009-04-07 22:01:30 -0500
commit749b2945c77a0ecca584e60a0ea48bb97062c9f2 (patch)
treee56957f3b6a26446d21f69a074a67856fa857e3c /t/000-load.t
parent72dce79a74ebcca5f6c74ed1b6204cdf06931fbe (diff)
downloadmoosex-nonmoose-749b2945c77a0ecca584e60a0ea48bb97062c9f2.tar.gz
moosex-nonmoose-749b2945c77a0ecca584e60a0ea48bb97062c9f2.zip
a few basic tests
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/000-load.t b/t/000-load.t
new file mode 100644
index 0000000..0a6968e
--- /dev/null
+++ b/t/000-load.t
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+package Foo;
+::use_ok 'MooseX::NonMoose';