From 83529ec10275fa6aef95000ccb1f846b16a7e396 Mon Sep 17 00:00:00 2001 From: matthewt Date: Thu, 30 Apr 2009 17:18:53 +0000 Subject: changes for 0.002000, thank you xinming for reminding me, I'm a fucking idiot --- lib/Reaction/UI/Controller.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Reaction/UI/Controller.pm') diff --git a/lib/Reaction/UI/Controller.pm b/lib/Reaction/UI/Controller.pm index a9eeb59..d5c2b28 100644 --- a/lib/Reaction/UI/Controller.pm +++ b/lib/Reaction/UI/Controller.pm @@ -12,7 +12,6 @@ with 'Catalyst::Component::InstancePerContext'; sub build_per_context_instance { my ($self, $c, @args) = @_; my $newself = $self->new($self->_application, {%$self, context => $c, @args}); - weaken $newself->{context}; #stopgap till cat 5.8 return $newself; } -- cgit v1.2.3-54-g00ecf