[Catalyst-commits] r6259 - trunk/Catalyst-Plugin-SubRequest

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Tue Apr 3 17:04:41 GMT 2007


Author: marcus
Date: 2007-04-03 17:04:34 +0100 (Tue, 03 Apr 2007)
New Revision: 6259

Modified:
   trunk/Catalyst-Plugin-SubRequest/Changes
   trunk/Catalyst-Plugin-SubRequest/Makefile.PL
Log:
New version of subrequest on cpan

Modified: trunk/Catalyst-Plugin-SubRequest/Changes
===================================================================
--- trunk/Catalyst-Plugin-SubRequest/Changes	2007-04-03 16:03:40 UTC (rev 6258)
+++ trunk/Catalyst-Plugin-SubRequest/Changes	2007-04-03 16:04:34 UTC (rev 6259)
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::SubRequest
 
-0.11  2006-04-21 14:13:00
+0.11  2007-04-03 14:13:00
         - $c->req->params restored after sub_request
 0.10  2005-12-08 13:15:00  
         - Updated test suite to work with new catalyst.

Modified: trunk/Catalyst-Plugin-SubRequest/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-SubRequest/Makefile.PL	2007-04-03 16:03:40 UTC (rev 6258)
+++ trunk/Catalyst-Plugin-SubRequest/Makefile.PL	2007-04-03 16:04:34 UTC (rev 6259)
@@ -4,7 +4,7 @@
     NAME      => 'Catalyst::Plugin::SubRequest',
     AUTHOR    => 'Marcus Ramberg <marcus at thefeed.no>',
     PREREQ_PM => {
-        Catalyst     => '2.99',
+        Catalyst     => '5.00',
     },
     VERSION_FROM => 'SubRequest.pm'
 );




More information about the Catalyst-commits mailing list