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
/
Feed.pm
blob
6778114cc538d723a2b40018b605bd5702a3c70b
1
package
CXGN
::
Feed
;
2
3
use
strict
;
4
5
sub
update_feed
{
6
my
(
$title
,
$description
) =
@_
;
7
# nothing to see here
8
}
9
10
1
;