Make the test not use FormBuilder. Test in register_actions now fails due to new...
[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
deleted file mode 100644 (file)
index 9e4ecbd..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package TestAppMetaCompat::Action::UsesCAF;
-
-use strict;
-
-use base qw/Catalyst::Action Class::Accessor::Fast/;
-__PACKAGE__->mk_accessors(qw/ foo /);
-
-1;