[libdancer-plugin-rest-perl] 33/63: VERSION 0.003

Jonas Smedegaard dr at jones.dk
Wed Jul 2 11:44:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag 0.07
in repository libdancer-plugin-rest-perl.

commit 2865d8f2fdd64607e48152161ad6925b0807783f
Author: Alexis Sukrieh <sukria at sukria.net>
Date:   Mon Oct 18 18:34:36 2010 +0200

    VERSION 0.003
---
 CHANGES                   | 5 +++++
 lib/Dancer/Plugin/REST.pm | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6e6a44a..b5718f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Version 0.003
+    [ Franck Cuny ]
+    * New keywords for ReST response status 
+	  (status_ok, status_created, ...)
+
 Version 0.02
 	* 100% coverage
 	* fix a bug in 'resource' (order of route hander definition)
diff --git a/lib/Dancer/Plugin/REST.pm b/lib/Dancer/Plugin/REST.pm
index 1c31a48..bf4190b 100644
--- a/lib/Dancer/Plugin/REST.pm
+++ b/lib/Dancer/Plugin/REST.pm
@@ -3,7 +3,7 @@ use Dancer ':syntax';
 use Dancer::Plugin;
 
 our $AUTHORITY = 'SUKRIA';
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 register prepare_serializer_for_format =>
 sub {
@@ -196,7 +196,8 @@ This module is released under the same terms as Perl itself.
 
 =head1 AUTHORS
 
-This module has been written by Alexis Sukrieh <sukria at sukria.net>.
+This module has been written by Alexis Sukrieh C<< <sukria at sukria.net> >> and Franck
+Cuny.
 
 =head1 SEE ALSO
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-rest-perl.git



More information about the Pkg-perl-cvs-commits mailing list