summaryrefslogtreecommitdiff
path: root/lib/Net/HTTP/Spore/Role/Description.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean up typesBrian Phillips2013-04-191-3/+6
| | | | | | | | | - Split out type declarations into separate class - Use namespaced types instead of global types (via MooseX::Types) - use declared types where possible, instead of quoted type names (i.e. isa => Str, instead of isa => 'Str') - Allow "authentication" attribute to coerce from a JSON::is_bool() value (instead of expecting it to be a 1 or a 0 all the time)
* add expected_status to top levelfranck cuny2010-10-261-0/+7
|
* reflect specification updatefranck cuny2010-10-171-5/+5
|
* api attributesfranck cuny2010-09-151-0/+27