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

NAME

DTA::CAB::Server::HTTP::Handler::Builtin - DTA::CAB::Server::HTTP::Handler: built-in classes

SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 
 use DTA::CAB::Server::HTTP::Handler::Builtin;

DESCRIPTION

DTA::CAB::Server::HTTP::Handler::Builtin just loads the common built-in DTA::CAB::Server::HTTP::Handler subclasses.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2010-2019 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

DTA::CAB::Server::HTTP(3pm), DTA::CAB::Server::HTTP::Handler(3pm), DTA::CAB::Server::HTTP::Handler::CGI(3pm) DTA::CAB::Server::HTTP::Handler::Directory(3pm) DTA::CAB::Server::HTTP::Handler::File(3pm) DTA::CAB::Server::HTTP::Handler::Query(3pm) DTA::CAB::Server::HTTP::Handler::Response(3pm) DTA::CAB::Server::HTTP::Handler::XmlRpc(3pm) DTA::CAB(3pm), perl(1), ...