summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Action-REST/Makefile
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-11-24 16:12:11 +0000
committerhiramatsu <hiramatsu>2011-11-24 16:12:11 +0000
commiteb4624114cb6ecc6581588ab6e027b1cfd6b6f31 (patch)
tree2f377888a282bfe76df0c460fd990f7786e8fd7f /www/p5-Catalyst-Action-REST/Makefile
parent3aade01474ee7a7afecf612d883c425fb1c7138d (diff)
downloadpkgsrc-eb4624114cb6ecc6581588ab6e027b1cfd6b6f31.tar.gz
Update p5-Catalyst-Action-REST to 0.91.
Changes from previous: Thu 04 Aug 2011 14:37:21 CEST - Release 0.91 For the deserialization action class, make the HTTP methods it operates on configurable on a per-action level (plu, rafl). Fri 25 Feb 2011 13:56:00 GMT - Release 0.90 Remove test which is no longer applicable and fails in the latest Catalyst release. Mon 24 Jan 2011 21:57:42 GMT - Release 0.89 All classes are now made immutable. (Dave Rolsky) Added a Catalyst::Action::REST::ForBrowsers class. This will try to dispatch GET requests to a foo_GET_html method before trying foo_GET. (Dave Rolsky) Tue 11 Jan 2011 23:07:00 GMT - Release 0.88 Fix documentation for overriding Serialize and Deserialize actions in Catalyst::Controller::REST. Avoid warning with empty response bodies and new Catalyst version (>= 5.80030) Returning a body of '' is now possible - Catalyst::Action::Serialize acts like Catalyst::Action::RenderView (>= 0.16) by using the has_body predicate in Catalyst::Response (>= 5.80030) Wed 3 Nov 2010 19:46:00 GMT - Release 0.87 Fix Request class role when used with new Moose and other request class roles.
Diffstat (limited to 'www/p5-Catalyst-Action-REST/Makefile')
-rw-r--r--www/p5-Catalyst-Action-REST/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile
index 3a2be4d1291..218c3181741 100644
--- a/www/p5-Catalyst-Action-REST/Makefile
+++ b/www/p5-Catalyst-Action-REST/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2011/08/14 16:05:46 obache Exp $
+# $NetBSD: Makefile,v 1.11 2011/11/24 16:12:11 hiramatsu Exp $
-DISTNAME= Catalyst-Action-REST-0.86
+DISTNAME= Catalyst-Action-REST-0.91
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}