The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mojo::Server::CGI::LegacyMigrate - Migrate older Legacy CGI scripts

DESCRIPTION

Mojo::Server::CGI::LegacyMigrate is a subclass of Mojo::Server::CGI. It has one important modification.

If something has been printed to STDOUT

This module assumes that you're migrating a legacy CGI application that uses print. Put another way, that you're coming from a technology that doesn't use Mojo to prepare response headers and the response body. If so, you're on your own. Enjoy the mojo router.

If nothing has been printed to STDOUT

This module acts in every other way exactly like Mojo::Server::CGI and any other deviaition is a bug.

AUTHOR

Evan Carroll, <me at evancarroll.com>

BUGS

Please report any bugs or feature requests to bug-mojo-server-cgi-legacymigrate at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mojo-Server-CGI-LegacyMigrate. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Mojo::Server::CGI::LegacyMigrate

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2019 by Evan Carroll.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)