Subject: | circular reference bug |
Reported by Bradley Bailey
Show quoted text
> In the AUTOLOAD sub I think it is making a circular reference to the
> CGIApp object ($c) since the sub creates a closure which is stored
> inside of $c for the runmodes.
>
> If inside that sub reference I add 'my $c = shift;' first the problem
> goes away, but I am not sure if that breaks the plugin at all since I do
> not use it.