• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H21-Oct-2009-2,6461,958

lib/Plack/Server/H21-Oct-2009-239180

t/H21-Oct-2009-11396

ChangesH A D21-Oct-2009340 98

MANIFESTH A D21-Oct-2009464 2120

META.ymlH A D21-Oct-2009671 3231

Makefile.PLH A D03-May-2022368 1614

READMEH A D21-Oct-2009393 2215

README

1NAME
2    Plack::Server::POE - Plack Server implementation for POE
3
4SYNOPSIS
5        use Plack::Server::POE;
6
7        my $server = Plack::Server::POE->new(
8            host => $host,
9            port => $port,
10        );
11        $server->run($app);
12
13AUTHOR
14    Paul Driver, "<frodwith at cpan.org>"
15
16LICENSE
17    This module is licensed under the same terms as Perl itself.
18
19SEE ALSO
20    Plack
21
22