Skip Menu |

This queue is for tickets about the Dancer-Plugin-PaypalExpressRoutes CPAN distribution.

Report information
The Basics
Id: 94358
Status: new
Priority: 0/
Queue: Dancer-Plugin-PaypalExpressRoutes

People
Owner: Nobody in particular
Requestors: racke [...] linuxia.de
Cc:
AdminCc:

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



Subject: Use of global variables will break this module
register getppdetails => sub { return(\%ppdetails) }; This is likely to break when use multiple instances of a Dancer application (as in production) and bad coding style in general. Shouldn't that live in the user's session? Regards Racke