added test case for parsing JSON and updated changlog
[catagits/Catalyst-Runtime.git] / t / lib / TestDataHandlers.pm
diff --git a/t/lib/TestDataHandlers.pm b/t/lib/TestDataHandlers.pm
new file mode 100644 (file)
index 0000000..0c52778
--- /dev/null
@@ -0,0 +1,9 @@
+package TestDataHandlers;
+
+use Catalyst;
+
+__PACKAGE__->config(
+  'Controller::Root', { namespace => '' }
+);
+
+__PACKAGE__->setup;