Skip Menu |

This queue is for tickets about the Class-DBI-Plugin-NoCache CPAN distribution.

Report information
The Basics
Id: 17300
Status: new
Priority: 0/
Queue: Class-DBI-Plugin-NoCache

People
Owner: Nobody in particular
Requestors: perrin [...] elem.com
Cc:
AdminCc:

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



Subject: Documentation gives incorrect info about Class::DBI
The POD for this module states that Class::DBI has caching, and that this can be a problem in multi-process apps. This is not true. Class::DBI has no caching: the object index feature uses weak references and will never prevent an object from going out of scope normally. If something appears to be staying around, it's because of a scoping issue in your application, not because of the object index.