Metaclass compatibility fail. This needs to be reduced to a test for Moose..
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMetaCompat / Action / UsesCAF.pm
diff --git a/t/lib/TestAppMetaCompat/Action/UsesCAF.pm b/t/lib/TestAppMetaCompat/Action/UsesCAF.pm
new file mode 100644 (file)
index 0000000..9e4ecbd
--- /dev/null
@@ -0,0 +1,8 @@
+package TestAppMetaCompat::Action::UsesCAF;
+
+use strict;
+
+use base qw/Catalyst::Action Class::Accessor::Fast/;
+__PACKAGE__->mk_accessors(qw/ foo /);
+
+1;