prepared to release fixed subrequest
Marcus Ramberg [Thu, 8 Dec 2005 12:16:35 +0000 (12:16 +0000)]
Changes
Makefile.PL
t/lib/TestApp.pm

diff --git a/Changes b/Changes
index d7b4098..a073656 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,11 @@
 Revision history for Perl extension Catalyst::Plugin::SubRequest
 
-0.09  2005-28-10 01:07:00 
-       - localize body rather than output, which is an alias
+0.10  2005-12-08 13:15:00  
+        - Updated test suite to work with new catalyst.
+0.09  2005-10-28 01:07:00 
+       - localize body rather than output, which is an alias
 0.08  2005-12-10 01:34:00 
-       - patch to handle NEXT trouble.
+           - patch to handle NEXT trouble.
 0.07  2005-08-01 12:08:00 
         - reset path.
         - allow passing params.
index 25fbb25..80dd515 100644 (file)
@@ -5,6 +5,7 @@ WriteMakefile(
     AUTHOR    => 'Marcus Ramberg <marcus@thefeed.no>',
     PREREQ_PM => {
         Catalyst     => '2.99',
+        File::Slurp  => '0',
     },
     VERSION_FROM => 'SubRequest.pm'
 );
index 9c68eb7..139905e 100644 (file)
@@ -1,6 +1,6 @@
 package TestApp;
 
-use Catalyst qw[-Engine=Test SubRequest];
+use Catalyst qw[SubRequest];
 
 __PACKAGE__->config(
     name=>"subrequest test"