Note which new releases of stuff we're waiting for, fix warning from Makefile.PL
Tomas Doran [Mon, 12 Jan 2009 03:52:42 +0000 (03:52 +0000)]
Makefile.PL
TODO

index 50a8cbc..b014ca9 100644 (file)
@@ -135,7 +135,7 @@ sub check_conflicts {
 
     my $found = 0;
     for my $mod ( sort keys %conflicts ) {
-        eval "require $mod";
+        eval "require($mod)";
         next if $@;
 
         my $installed = $mod->VERSION();
diff --git a/TODO b/TODO
index c41e8c2..c891ecc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,7 +21,10 @@ Known issues:
        Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
        an exception. Needs a test case (Caelum)
      
-     - Catalyst::Plugin::Authentication new release.
+     - Waiting on new releases:
+       - Catalyst::Plugin::Authentication - 0.100092
+       - Catalyst::Action::RenderView    - 0.08
+       - Catalyst::Plugin::DebugCookie'    - 0.999002
 
 Cleanups: