Metaclass compatibility fail. This needs to be reduced to a test for Moose..
[catagits/Catalyst-Runtime.git] / t / unit_metaclass_compat_non_moose.t
diff --git a/t/unit_metaclass_compat_non_moose.t b/t/unit_metaclass_compat_non_moose.t
new file mode 100644 (file)
index 0000000..8c9c279
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use lib 't/lib';
+use Test::More tests => 1;
+use_ok('TestAppMetaCompat');
+