Merge pull request #2284 from solgenomics/topic/cross_wishlist_interface
[sgn.git] / cgi-bin / oldannotationupdates.pl
blobff7904c4bb3d5454e6f8396cc91beca9fbfd24cd
2 =head1 NAME
4 oldannotationupdates.pl - a module to display content from /homepage/oldannotationupdates.mas mason that reads from a file.
6 =head1 DESCRIPTION
8 The module does not require any parameters.
10 =head1 AUTHOR
12 Surya Saha <ss2489 at cornell dot edu>
13 Prashant Hosmani <psh65 at cornell dot edu>
14 =cut
16 use strict;
18 use CXGN::MasonFactory;
20 my $m = CXGN::MasonFactory->new();
22 $m->exec('/homepage/oldannotationupdates.mas');