
DBIx::Class::ResultSourceHandle - Decouple Rows/ResultSets objects from their Source objects

This module removes fixed link between Rows/ResultSets and the actual source objects, which gets round the following problems
$schema in scope,
since any objects/result_sets will have a $schema object through their source handle
Resolve the moniker into the actual ResultSource object
Freezes a handle.
Thaws frozen handle.
Resets the internal schema reference to the package variable $thaw_schema.
The recomened way of setting this is to use $schema->thaw($ice) which handles this for you.

Ash Berlin <ash@cpan.org>