package Reaction::InterfaceModel::Collection::Persistent::ResultSet; use Reaction::Class; # WARNING - DANGER: this is just an RFC, please DO NOT USE YET use namespace::clean -except => [ qw(meta) ]; extends "Reaction::InterfaceModel::Collection::Persistent"; with "Reaction::InterfaceModel::Collection::DBIC::Role::Base"; __PACKAGE__->meta->make_immutable; 1; =head1 NAME Reaction::InterfaceModel::Collection::Persistent::ResultSet =head1 DESCRIPTION A persistent collection powered by a resultset =head1 ROLES CONSUMED The following roles are consumed by this class, for more information about the methods and attributes provided by them please see their respective documentation. =over 4 =item L =back =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut