Merge pull request #42 from solgenomics/topic/duplicate_image_warning
[cxgn-corelibs.git] / lib / CXGN / People.pm
blobb56f1ae2f522b084178ae0be78ed6bc428f6441b
1 =head1 NAME
3 CXGN::People -- classes to deal with community data, login, user comments etc
4 for the SGN website.
6 =head1 DESCRIPTION
8 This is just an empty subclass of L<CXGN::DB::Object>;
10 =cut
12 package CXGN::People;
13 use strict;
14 use warnings;
16 use base qw | CXGN::DB::Object |;
18 ###
19 1;#do not remove
20 ###