Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Checking in changes prior to tagging of version 0.03. Changelog diff is: | franck cuny | 2009-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | diff --git a/Changes b/Changes index c299913..212dc55 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX::Net::API +0.03 Tue 08 Dec 2009 04:22:45 PM CET + - move some code in roles + - add code to use catalyst in tests + 0.02 Tue 08 Dec 2009 10:36:03 AM CET - api_base_url is optional - add tests to play with catalyst | ||||
* | update tests to use catalyst, bla | franck cuny | 2009-12-08 | 3 | -80/+72 |
| | |||||
* | method to deserialize | franck cuny | 2009-12-08 | 1 | -1/+29 |
| | |||||
* | move serialize into a role | franck cuny | 2009-12-08 | 1 | -1/+13 |
| | |||||
* | Checking in changes prior to tagging of version 0.02. Changelog diff is: | franck cuny | 2009-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | diff --git a/Changes b/Changes index e512550..c299913 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.02 Tue 08 Dec 2009 10:36:03 AM CET + - api_base_url is optional + - add tests to play with catalyst + 0.01 Mon Nov 23 14:54:25 2009 - original version | ||||
* | add basic tests | franck cuny | 2009-12-04 | 1 | -1/+119 |
| | |||||
* | remove meta class and method | franck cuny | 2009-12-04 | 1 | -62/+79 |
| | |||||
* | move meta class and method to new file, add meta to handle tests | franck cuny | 2009-12-04 | 2 | -0/+52 |
| | |||||
* | fix deserialisation | franck cuny | 2009-11-27 | 2 | -3/+14 |
| | |||||
* | add error | franck cuny | 2009-11-26 | 1 | -0/+8 |
| | |||||
* | POD, makefile | franck cuny | 2009-11-26 | 1 | -2/+2 |
| | |||||
* | update POD | franck cuny | 2009-11-26 | 1 | -1/+7 |
| | |||||
* | start POD, add new method net_api_declare, check nearly everything | franck cuny | 2009-11-26 | 1 | -83/+278 |
| | |||||
* | update for deserialisation | franck cuny | 2009-11-24 | 3 | -17/+27 |
| | |||||
* | move roles to files | franck cuny | 2009-11-24 | 3 | -41/+46 |
| | |||||
* | add support for (de)serialization | franck cuny | 2009-11-24 | 1 | -11/+74 |
| | |||||
* | update pod | franck cuny | 2009-11-24 | 1 | -2/+41 |
| | |||||
* | basic ideas | franck cuny | 2009-11-24 | 2 | -3/+161 |
| | |||||
* | initial commit | franck cuny | 2009-11-23 | 1 | -0/+33 |