Subject: | print to STDOUT in action_args() |
Hi,
the action_args function has a real big bug, because it prits some
debugging infos to STDOUT, which can cause some nice Servererrors. The
good thing is if you have found it, it is really easy to solve. Just
remove the line
print @args, Dumper($self), "\n\n";
from the function and everything works fine. I would be happy to see an
0.92, which fixes this soon.
Best regards,
Tim