| Feersum::Runner(3pm) | User Contributed Perl Documentation | Feersum::Runner(3pm) |
Feersum::Runner - feersum script core
use Feersum::Runner;
my $runner = Feersum::Runner->new(
listen => 'localhost:5000',
pre_fork => 0,
quiet => 1,
app_file => 'app.feersum',
);
$runner->run($feersum_app);
Much like Plack::Runner, but with far fewer options.
The fork is run immediately at startup and after the app is loaded (i.e. in the run() method).
Jeremy Stashewsky, "stash@cpan.org"
Copyright (C) 2010 by Jeremy Stashewsky & Socialtext Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.
| 2024-10-15 | perl v5.40.0 |