summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Runtime
diff options
context:
space:
mode:
authorwen <wen>2016-07-24 01:36:48 +0000
committerwen <wen>2016-07-24 01:36:48 +0000
commit5547be55e6952c0f5c9b584fd9011e612cb6f348 (patch)
treeb22b0133cd88040adb999227d3b54471068ecec9 /www/p5-Catalyst-Runtime
parent4399764de77485f373b06d5a4d8ec28c9d17646d (diff)
downloadpkgsrc-5547be55e6952c0f5c9b584fd9011e612cb6f348.tar.gz
Update to 5.90111
Upstream changes: 5.90111 - 2016-07-20 - Improved documentation around some of the unicode changes; tests (melmothx++) 5.90110 - 2016-07-20 - Better catching of HTTP style exceptions so that you can reliable use one to override many core method. - Documention on better ways to catch and handle Unicode errors - We now check the unicode in your URL request queries and raise an error if the check fails. This was done to be consistent with what we do in other parts of the code (such as in args, or POSTed parameters). If this breaks your code in ways you don't want to fix, you may disable this using the global configuration setting, "do_not_check_query_encoding". - Removed configuration setting, "decode_query_using_global_encoding" since it no longer does anything useful. Query decoding follows from whatever you set the global encoding to, unless you specify an alternative or to not decode. 5.90106 - 2016-07-05 - Fixed regression in debug screen rendering of the private names in chained actions caused by commit 5dd46e24eedec447bdfbc4061ed683b5a17a7b0c. - Fixed incorrect date entered for the release of 5.90105 - Fixed some incorrect code in a test case that might be causing test fails in some configurations. 5.90105 - 2016-06-08 - Tweak some test cases to try and prevent them from failing in limited cases. - Changed how we compose traits onto the response, request, and stats class so that we compose just once at setup time (performance optimization). Also added a debug screen at startup to display composed classes to help with debugging. - Fixed a regressed caused by the changes we made to the way ->state works so that now when you forward to an action and that action throws an exception, $c->state is set to 0, instead of the value of the exeption (this is to be as indicated by the documentation). (cventers++ for reported bug and test case). - Changed the code that detects if you try to set HTTP headers after headers are finalized to not warn if you are just requested the response header state. Tweaked this error message a bit to help people understand it. 5.90104 - 2016-04-04 - Merged pull request #131, fix for noisy debug logs when used type constraints in your actions. Additional changes to the developer debug screen output to improve reporting details. - Merged pull request #133, fix for case when a file upload filename contains wide characters which caused the filename to not appear in the uploads hash.
Diffstat (limited to 'www/p5-Catalyst-Runtime')
-rw-r--r--www/p5-Catalyst-Runtime/Makefile5
-rw-r--r--www/p5-Catalyst-Runtime/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile
index f8ad93207e6..5301281e929 100644
--- a/www/p5-Catalyst-Runtime/Makefile
+++ b/www/p5-Catalyst-Runtime/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2016/06/08 19:25:00 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2016/07/24 01:36:48 wen Exp $
-DISTNAME= Catalyst-Runtime-5.90103
-PKGREVISION= 2
+DISTNAME= Catalyst-Runtime-5.90111
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo
index ec5336b720d..83ad1479d92 100644
--- a/www/p5-Catalyst-Runtime/distinfo
+++ b/www/p5-Catalyst-Runtime/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2015/11/27 23:19:57 mef Exp $
+$NetBSD: distinfo,v 1.24 2016/07/24 01:36:48 wen Exp $
-SHA1 (Catalyst-Runtime-5.90103.tar.gz) = 293fe9bed8ab140fbb78930f3e9262ae7f4907f8
-RMD160 (Catalyst-Runtime-5.90103.tar.gz) = a8832721ddb3e41a77fccf9720c78d15daaafa54
-SHA512 (Catalyst-Runtime-5.90103.tar.gz) = 0ca796d42b9f88c7e13aa5296d223444b17bf4c10386f44c1b28ea8f94e826ed42ec1e1095a62ae52032778e895166da430b02cab26d448b1202824c5a15fc8a
-Size (Catalyst-Runtime-5.90103.tar.gz) = 394198 bytes
+SHA1 (Catalyst-Runtime-5.90111.tar.gz) = 919bdadcb3f2c36aa1183c1558cc638269b117ee
+RMD160 (Catalyst-Runtime-5.90111.tar.gz) = 04f8ec9303935f6b56b21be73bb7ce6ec07dbf3d
+SHA512 (Catalyst-Runtime-5.90111.tar.gz) = 0d55668309ab54ef4cf44e46c7ef29df8837251f44a442c7c6e44d6b4f0c54c4a4d03eaf63a083c9c3781242e4d0a765ccaf8d037784cd0e48fac559bdcd21ae
+Size (Catalyst-Runtime-5.90111.tar.gz) = 389756 bytes