package Plack::Server::FCGI::Engine; use Moose; our $VERSION = '0.19'; our $AUTHORITY = 'cpan:STEVAN'; extends 'Plack::Handler::FCGI::Engine'; __PACKAGE__->meta->make_immutable; no Moose; 1; __END__ =pod =head1 NAME Plack::Server::FCGI::Engine - DEPRECATED use Plack::Handler::FCGI::Engine =head1 DESCRIPTION B use Plack::Handler::FCGI::Engine. =head1 BUGS All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT. =head1 AUTHOR Stevan Little Estevan.little@iinteractive.comE =head1 COPYRIGHT AND LICENSE Copyright 2009-2010 Infinity Interactive, Inc. L This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut