[Catalyst-commits] r7402 - trunk/Catalyst-Action-RenderView
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Fri Jan 18 06:48:06 GMT 2008
Author: marcus
Date: 2008-01-18 06:48:05 +0000 (Fri, 18 Jan 2008)
New Revision: 7402
Modified:
trunk/Catalyst-Action-RenderView/Changes
trunk/Catalyst-Action-RenderView/Makefile.PL
Log:
Add AsCGI to build-requires
Modified: trunk/Catalyst-Action-RenderView/Changes
===================================================================
--- trunk/Catalyst-Action-RenderView/Changes 2008-01-17 19:08:31 UTC (rev 7401)
+++ trunk/Catalyst-Action-RenderView/Changes 2008-01-18 06:48:05 UTC (rev 7402)
@@ -1,3 +1,6 @@
+0.08
+ - Add AsCGI to list of build requirements.
+
0.07 2007-09-01 11:03:00
- Add DateTime to default list of scrubbed objects
- Stringify rather than ref by default ,
Modified: trunk/Catalyst-Action-RenderView/Makefile.PL
===================================================================
--- trunk/Catalyst-Action-RenderView/Makefile.PL 2008-01-17 19:08:31 UTC (rev 7401)
+++ trunk/Catalyst-Action-RenderView/Makefile.PL 2008-01-18 06:48:05 UTC (rev 7402)
@@ -7,5 +7,7 @@
requires 'Test::More';
requires 'Data::Visitor' => '0.08';
+build_requires 'HTTP::Request::AsCGI';
+
auto_install;
WriteAll;
More information about the Catalyst-commits
mailing list