Skip Menu |

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

Report information
The Basics
Id: 119
Status: resolved
Priority: 0/
Queue: CGI-Application

People
Owner: Nobody in particular
Requestors: captvanhalen [...] yahoo.com
Cc:
AdminCc:

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



Subject: carp if setup called by client?
I recently gave some bad advice at http://www.perlmonks.org/index.pl?node_id=136736 I advised to hack and call the setup method in order to keep a handle on a DBI::db object instead of using the teardown object. The user didn't need to keep the object, just needed to destroy it and wasn't using teardown. It made me wonder if setup() and possibly others should carp if they were called by the client ... of course this won't solve someone not RTFM'ing (like me, obviously) no big whoop, Jeff Anderson