aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/InterfaceModel/Collection/Persistent.pm
blob: d023a6c76a3a1363e1d6ce0c3311133148abb0cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
package Reaction::InterfaceModel::Collection::Persistent;

use Reaction::Class;
use aliased 'Reaction::InterfaceModel::Collection';

class Persistent is Collection, which {


};

1;

=head1 NAME

Reaction::InterfaceModel::Collection::Persistent - Base class for Presistent Collections

=head1 DESCRIPTION

A subclass of L<Reaction::InterfaceModel::Collection>s, this class is a base
to Persistent collections.

=head1 AUTHORS

See L<Reaction::Class> for authors.

=head1 LICENSE

See L<Reaction::Class> for the license.

=cut