Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-ActionDispatch CPAN distribution.

Report information
The Basics
Id: 39118
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-ActionDispatch

People
Owner: Nobody in particular
Requestors: tib [...] heise.de
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.91
Fixed in: (no value)



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
Fixed in 0.9.5