do not include .git directory
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Collection / Persistent / ResultSet.pm
CommitLineData
7adfd53f 1package Reaction::InterfaceModel::Collection::Persistent::ResultSet;
2
3use Reaction::Class;
4
5# WARNING - DANGER: this is just an RFC, please DO NOT USE YET
6
81393881 7use namespace::clean -except => [ qw(meta) ];
8extends "Reaction::InterfaceModel::Collection::Persistent";
7adfd53f 9
81393881 10with "Reaction::InterfaceModel::Collection::DBIC::Role::Base";
11
12__PACKAGE__->meta->make_immutable;
7adfd53f 13
7adfd53f 14
151;
16
17=head1 NAME
18
19Reaction::InterfaceModel::Collection::Persistent::ResultSet
20
21=head1 DESCRIPTION
22
23A persistent collection powered by a resultset
24
25=head1 ROLES CONSUMED
26
27The following roles are consumed by this class, for more information about the
28methods and attributes provided by them please see their respective documentation.
29
30=over 4
31
32=item L<Reaction::InterfaceModel::Collection::DBIC::Role::Base>
33
34=back
35
36=head1 AUTHORS
37
38See L<Reaction::Class> for authors.
39
40=head1 LICENSE
41
42See L<Reaction::Class> for the license.
43
44=cut