summaryrefslogtreecommitdiff
path: root/lib/Net/HTTP/API/Role/Serialization.pm (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-16Fix various deprecations.Franck Cuny1-1/+2
enum are created with array ref, not array. Class::MOP::load_class is replaced with Class::Load::load_class.
2015-02-16Add __END__ section to all the lib files.Franck Cuny1-0/+2
2010-12-08pass the format optiosn to the serializersfranck cuny1-1/+1
2010-07-18allow nonref for json; clean PODfranck cuny1-2/+0
2010-07-16rename from mx::net::api to net::http::apifranck cuny1-5/+5
2010-06-29check if auth_method is declaredfranck cuny1-1/+2
2010-06-22params can be strict or no strictfranck cuny1-0/+2
2010-06-17fix formatfranck cuny1-1/+4
2010-06-03update dist.inifranck cuny1-22/+2
add abstract update POD to use podweaver fix
2010-06-03update PODfranck cuny1-0/+46
2010-06-02move content deserialization to rolefranck cuny1-0/+24
2010-06-02use MX::Net::API::Parser to handle serializationfranck cuny1-0/+48