aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2014-03-13 16:56:02 +0000
committerHakim Cassimally <hakim@mysociety.org>2014-10-16 16:56:26 +0000
commitd1fee928f02dbc30d3a38b746155ce5b12be4a1b (patch)
tree5e8bdccbd69863e69098b9aa900c1e71745f8eb5 /cpanfile
parent592f4c0ba0f822b55bb242cb12768ce771599d09 (diff)
Open311 Endpoint
Subsystems include * ::Spark encoding conventions for xml/json * ::Schema using Rx to validate form of inputs and outputs, including validation for, e.g., dates and CSV as part of Open311 Handles following paths: * Open311 attributes for Service Definition http://wiki.open311.org/GeoReport_v2#GET_Service_Definition * POST service request * GET Service Requests * GET Service Request Objects: * ::Service * ::Service::Request
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 54fd8066e..8c48bc519 100644
--- a/cpanfile
+++ b/cpanfile
@@ -92,6 +92,13 @@ feature 'uk', 'FixMyStreet.com specific requirements' => sub {
requires 'SOAP::WSDL';
};
+feature 'open311-endpoint', 'Open311::Endpoint specific requirements' => sub {
+ requires 'Web::Simple';
+ requires 'Data::Rx';
+ requires 'MooX::HandlesVia';
+ requires 'Types::Standard';
+};
+
#feature 'zurich', 'Zueri wie neu specific requirements' => sub {
# # Geocoder
# requires 'SOAP::Lite';