first pass at middleware tests
[catagits/Catalyst-Runtime.git] / t / lib / TestMiddleware / Custom.pm
diff --git a/t/lib/TestMiddleware/Custom.pm b/t/lib/TestMiddleware/Custom.pm
new file mode 100644 (file)
index 0000000..580a66e
--- /dev/null
@@ -0,0 +1,8 @@
+package TestMiddleware::Custom;
+
+use strict;
+use warnings;
+
+use parent qw/Plack::Middleware::Static/;
+
+1;