about summary refs log tree commit diff
path: root/lib/MooseX/Net/API.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update PODfranck cuny2009-12-201-14/+43
|
* Checking in changes prior to tagging of version 0.05. Changelog diff is:franck cuny2009-12-091-1/+1
| | | | | | | | | | | | | | | diff --git a/Changes b/Changes index 51448b4..0b8c585 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.05 Wed 09 Dec 2009 11:01:54 AM CET + - missing try::tiny + 0.04 Wed 09 Dec 2009 10:58:04 AM CET - some cleaning in roles
* Checking in changes prior to tagging of version 0.04. Changelog diff is:franck cuny2009-12-091-1/+1
| | | | | | | | | | | | | | | | diff --git a/Changes b/Changes index 212dc55..51448b4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.04 Wed 09 Dec 2009 10:58:04 AM CET + - some cleaning in roles + 0.03 Tue 08 Dec 2009 04:22:45 PM CET - move some code in roles - add code to use catalyst in tests
* some cleaningfranck cuny2009-12-091-10/+15
|
* Checking in changes prior to tagging of version 0.03. Changelog diff is:franck cuny2009-12-081-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, blafranck cuny2009-12-081-36/+13
|
* Checking in changes prior to tagging of version 0.02. Changelog diff is:franck cuny2009-12-081-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
* remove meta class and methodfranck cuny2009-12-041-62/+79
|
* fix deserialisationfranck cuny2009-11-271-2/+13
|
* POD, makefilefranck cuny2009-11-261-2/+2
|
* update PODfranck cuny2009-11-261-1/+7
|
* start POD, add new method net_api_declare, check nearly everythingfranck cuny2009-11-261-83/+278
|
* update for deserialisationfranck cuny2009-11-241-15/+25
|
* move roles to filesfranck cuny2009-11-241-41/+4
|
* add support for (de)serializationfranck cuny2009-11-241-11/+74
|
* update podfranck cuny2009-11-241-2/+41
|
* basic ideasfranck cuny2009-11-241-3/+148
|
* initial commitfranck cuny2009-11-231-0/+33