[Catalyst-commits] r10731 -
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Jun 29 22:05:12 GMT 2009
Author: rafl
Date: 2009-06-29 22:05:12 +0000 (Mon, 29 Jun 2009)
New Revision: 10731
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm
Log:
Remove useless asignment.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm 2009-06-29 22:05:02 UTC (rev 10730)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm 2009-06-29 22:05:12 UTC (rev 10731)
@@ -6,7 +6,6 @@
sub make_context_closure {
my ($self, $closure, $ctx) = @_;
- my $weak_ctx = $ctx;
weaken $ctx;
return sub { $closure->($ctx, @_) };
}
More information about the Catalyst-commits
mailing list