Add Storable freeze/thaw hooks to ResultSet to detach active cursors
authorPeter Rabbitson <ribasushi@cpan.org>
Sat, 30 Oct 2010 09:42:43 +0000 (11:42 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 10 Nov 2010 15:32:38 +0000 (16:32 +0100)
commit0b66414bdc046f0980221e3ef3cfb6945814824a
treeca304d3858bd5834483e485da619dc03165b6c08
parent26148d36e66d7f7c67863cea8d6501739b765692
Add Storable freeze/thaw hooks to ResultSet to detach active cursors

This allows serialization of resultsets "in-progress". Furthermore
testing revealed cached resultsets are serializable just fine \o/
Changes
lib/DBIx/Class/ResultSet.pm
t/84serialize.t
xt/podcoverage.t