fix interface issues; add search controller; tweaks.
[SMMID.git] / script / smmid_cgi.pl
blob01958d83e0512c481b0c913772ce67149eb60993
1 #!/usr/bin/env perl
3 use Catalyst::ScriptRunner;
4 Catalyst::ScriptRunner->run('SMMID', 'CGI');
6 1;
8 =head1 NAME
10 smmid_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