[Catalyst-commits] r9060 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Jan 12 03:52:42 GMT 2009
Author: t0m
Date: 2009-01-12 03:52:42 +0000 (Mon, 12 Jan 2009)
New Revision: 9060
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Catalyst-Runtime/5.80/trunk/TODO
Log:
Note which new releases of stuff we're waiting for, fix warning from Makefile.PL
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-01-12 03:52:37 UTC (rev 9059)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-01-12 03:52:42 UTC (rev 9060)
@@ -135,7 +135,7 @@
my $found = 0;
for my $mod ( sort keys %conflicts ) {
- eval "require $mod";
+ eval "require($mod)";
next if $@;
my $installed = $mod->VERSION();
Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO 2009-01-12 03:52:37 UTC (rev 9059)
+++ Catalyst-Runtime/5.80/trunk/TODO 2009-01-12 03:52:42 UTC (rev 9060)
@@ -21,7 +21,10 @@
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:
More information about the Catalyst-commits
mailing list