Merge branch 'master' into topic/blast_slurm
[sgn.git] / cgi-bin / oldwebsiteupdates.pl
blob2139747c3b626c55c9af9dd49b901fa4b35ca3f0
2 =head1 NAME
4 oldwebsiteupdates.pl - a module to display content from /homepage/oldwebsiteupdates.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>
14 =cut
16 use strict;
18 use CXGN::MasonFactory;
20 my $m = CXGN::MasonFactory->new();
22 $m->exec('/homepage/oldwebsiteupdates.mas');