summaryrefslogtreecommitdiff
path: root/t/00_load.t
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-08-11 09:59:29 +0200
committerfranck cuny <franck@lumberjaph.net>2010-08-11 09:59:29 +0200
commitafb209cbcfae7b88d8fb23ed04c47e1aee187b2a (patch)
tree6b113aedc62a3ad0548a157d74054ec096720ddd /t/00_load.t
downloadmoosex-abstractfactory-afb209cbcfae7b88d8fb23ed04c47e1aee187b2a.tar.gz
initial commit
Diffstat (limited to 't/00_load.t')
-rw-r--r--t/00_load.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/t/00_load.t b/t/00_load.t
new file mode 100644
index 0000000..b5eeaa6
--- /dev/null
+++ b/t/00_load.t
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+use strict;
+use warnings;
+
+use Test::More tests => 3;
+
+package NotMain; # so Moose::Exporter doesn't complain
+
+::use_ok('MooseX::AbstractFactory');
+::use_ok('MooseX::AbstractFactory::Role');
+::use_ok('MooseX::AbstractFactory::Meta::Class'); \ No newline at end of file