Damn, should have depended on new Cat, never mind
Tomas Doran [Mon, 23 Nov 2009 22:53:57 +0000 (22:53 +0000)]
Makefile.PL
README

index 79fe822..4d236ea 100644 (file)
@@ -1,9 +1,9 @@
-use inc::Module::Install 0.87;
+use inc::Module::Install 0.91;
 
 name 'Catalyst-Plugin-SubRequest';
 all_from 'lib/Catalyst/Plugin/SubRequest.pm';
 
-requires 'Catalyst::Runtime' => '5.7012';
+requires 'Catalyst::Runtime' => '5.80003';
 requires 'Test::More';
 
 if ($Module::Install::AUTHOR) {
diff --git a/README b/README
index 957a048..71c61f0 100644 (file)
--- a/README
+++ b/README
@@ -25,14 +25,16 @@ METHODS
 SEE ALSO
     Catalyst.
 
-AUTHOR
+AUTHORS
     Marcus Ramberg, "mramberg@cpan.org"
 
+    Tomas Doran (t0m) "bobtfish@bobtfish.net"
+
 THANK YOU
     SRI, for writing the awesome Catalyst framework
 
 COPYRIGHT
-    Copyright (c) 2005 - 2008 the Catalyst::Plugin::SubRequest "AUTHOR" as
+    Copyright (c) 2005 - 2008 the Catalyst::Plugin::SubRequest "AUTHORS" as
     listed above.
 
 LICENSE