The start of a working implementation. Several things left to be
[gitmo/MooseX-ClassAttribute.git] / t / 01-basic.t
diff --git a/t/01-basic.t b/t/01-basic.t
new file mode 100644 (file)
index 0000000..ac68764
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+use lib 't/lib';
+
+use SharedTests;
+
+SharedTests::run_tests();