diff options
author | sno <sno@pkgsrc.org> | 2010-09-05 11:32:02 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-05 11:32:02 +0000 |
commit | a99b887d6686936306ca4bff2c5a89038dade7de (patch) | |
tree | cf89a191bd3f380ad06dc18e1a126e131189ed7f | |
parent | 6ad22e245acea400387f276f458413d5c27e09ab (diff) | |
download | pkgsrc-a99b887d6686936306ca4bff2c5a89038dade7de.tar.gz |
Updating www/p5-Catalyst-View-TT from 0.33nb1 to 0.35
Upstream changes:
0.35 2010-08-26 01:38:00
- Add expose_methods functionality
- add template name to exceptions
- update render_die message to be more concise.
- Doc fixes (RT#57159)
- Silence warnings about Template::Provider::Encoding (RT #56310)
0.34 2010-04-07 04:14:50
- Fix the process method to have the previous behaviour of reporting
an error to Catalyst if a Template::Exception object is returned by
the render method (i.e. when render_die is unset or set to 0).
- Fix the warning issued about missing the render_die config option to
log using the standard Catalyst logging system (rather than Carping
directly), and to only issue the warning at debug level / when
in debug mode. The severity of this warning will be increased in
a later release.
-rw-r--r-- | www/p5-Catalyst-View-TT/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Catalyst-View-TT/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Catalyst-View-TT/Makefile b/www/p5-Catalyst-View-TT/Makefile index 0fa0582439b..70b003ec434 100644 --- a/www/p5-Catalyst-View-TT/Makefile +++ b/www/p5-Catalyst-View-TT/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2010/08/21 16:36:44 seb Exp $ +# $NetBSD: Makefile,v 1.10 2010/09/05 11:32:02 sno Exp $ -DISTNAME= Catalyst-View-TT-0.33 +DISTNAME= Catalyst-View-TT-0.35 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} diff --git a/www/p5-Catalyst-View-TT/distinfo b/www/p5-Catalyst-View-TT/distinfo index 0c7f996100a..3382ed07bf6 100644 --- a/www/p5-Catalyst-View-TT/distinfo +++ b/www/p5-Catalyst-View-TT/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/03/15 16:20:48 sno Exp $ +$NetBSD: distinfo,v 1.7 2010/09/05 11:32:02 sno Exp $ -SHA1 (Catalyst-View-TT-0.33.tar.gz) = cef3e9d07082ec43aaee8ea2df18fbc187cc90ef -RMD160 (Catalyst-View-TT-0.33.tar.gz) = 33a1e42a977f1d0012860549b51bd3730f214b61 -Size (Catalyst-View-TT-0.33.tar.gz) = 37877 bytes +SHA1 (Catalyst-View-TT-0.35.tar.gz) = 3ab10ead8410a780209b8ac454f829f6b46e5508 +RMD160 (Catalyst-View-TT-0.35.tar.gz) = 48b316176232dab7e5424c2d3e19575271cf9c2b +Size (Catalyst-View-TT-0.35.tar.gz) = 45037 bytes |