repo.or.cz
/
cxgn-corelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #42 from solgenomics/topic/duplicate_image_warning
[cxgn-corelibs.git]
/
lib
/
CXGN
/
People.pm
blob
b56f1ae2f522b084178ae0be78ed6bc428f6441b
1
=head1 NAME
2
3
CXGN::People -- classes to deal with community data, login, user comments etc
4
for the SGN website.
5
6
=head1 DESCRIPTION
7
8
This is just an empty subclass of L<CXGN::DB::Object>;
9
10
=cut
11
12
package
CXGN
::
People
;
13
use
strict
;
14
use
warnings
;
15
16
use
base qw
|
CXGN
::
DB
::
Object
|;
17
18
###
19
1
;
#do not remove
20
###