Merge pull request #5199 from solgenomics/topic/tracking_transformation
[sgn.git] / bin / sgn_cgi.pl
blob91d406d11944633aa84ee66b87f6205bb67e1e85
1 #!/usr/bin/env perl
3 use Catalyst::ScriptRunner;
4 Catalyst::ScriptRunner->run('SGN', 'CGI');
6 1;
8 =head1 NAME
10 sgn_cgi.pl - Catalyst CGI
12 =head1 SYNOPSIS
14 See L<Catalyst::Manual>
16 =head1 DESCRIPTION
18 Run a Catalyst application as a cgi script.
20 =head1 AUTHORS
22 Catalyst Contributors, see Catalyst.pm
24 =head1 COPYRIGHT
26 This library is free software. You can redistribute it and/or modify
27 it under the same terms as Perl itself.
29 =cut