added test case for parsing JSON and updated changlog
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 45216cc..e561124 100644 (file)
@@ -83,6 +83,7 @@ test_requires 'Data::Dump';
 test_requires 'HTTP::Request::Common';
 test_requires 'IO::Scalar';
 test_requires 'HTTP::Status';
+test_requires 'JSON::MaybeXS';
 
 # aggregate tests if AGGREGATE_TESTS is set and a recent Test::Aggregate and a Test::Simple it works with is available
 my @author_requires;