Add some tests for the restarter. These are not very reliable and seem very timing...
[catagits/Catalyst-Devel.git] / t / lib / TestApp / Controller / Subdir1 / Foo.pm
diff --git a/t/lib/TestApp/Controller/Subdir1/Foo.pm b/t/lib/TestApp/Controller/Subdir1/Foo.pm
new file mode 100644 (file)
index 0000000..95a24f5
--- /dev/null
@@ -0,0 +1,4 @@
+package TestApp::Controller::Subdir1::Foo;
+use Moose;
+BEGIN { extends 'Catalyst::Controller' }
+1;