diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-10-14 14:09:23 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-10-14 14:09:23 +0200 |
| commit | 58696f90fbe156f520a62526c1965181ce6f0fb8 (patch) | |
| tree | 4f5d076637e705c68367e1016a32c88a4a79ab75 | |
| parent | add subtypes for Bool; change how params works (diff) | |
| download | net-http-spore-58696f90fbe156f520a62526c1965181ce6f0fb8.tar.gz | |
update version and changes
| -rw-r--r-- | Changes | 6 | ||||
| -rw-r--r-- | dist.ini | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,2 +1,8 @@ +0.02 Thu 14 Oct 2010 02:08:27 PM CEST + - add types for JSON booleans values + - params is now an hashref with 'optional' and 'required' + - update some tests + - updated couchdb.json spec for our tests + 0.01 Tue 14 Sep 2010 03:18:22 PM CEST - initial release
\ No newline at end of file @@ -3,7 +3,7 @@ author = franck cuny <franck@lumberjaph.net> license = Perl_5 copyright_holder = linkfluence copyright_year = 2010 -version = 0.01 +version = 0.02 [@Filter] bundle = @Basic |
