work in progress, listview still broken
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Collection / Persistent.pm
CommitLineData
7adfd53f 1package Reaction::InterfaceModel::Collection::Persistent;
2
3use Reaction::Class;
4use aliased 'Reaction::InterfaceModel::Collection';
5
6class Persistent is Collection, which {
7
8
9};
10
111;
12
13=head1 NAME
14
15Reaction::InterfaceModel::Collection::Persistent - Base class for Presistent Collections
16
17=head1 DESCRIPTION
18
19A subclass of L<Reaction::InterfaceModel::Collection>s, this class is a base
20to Persistent collections.
21
22=head1 AUTHORS
23
24See L<Reaction::Class> for authors.
25
26=head1 LICENSE
27
28See L<Reaction::Class> for the license.
29
30=cut