Sebastian Riedel
/
1.17
(SRI on 2021-03-23)
1.16
(SRI on 2021-03-18)
1.15
(SRI on 2021-02-20)
1.14
(SRI on 2021-02-09)
1.13
(SRI on 2021-01-03)
1.12
(SRI on 2020-06-12)
1.11
(SRI on 2020-05-31)
1.10
(SRI on 2020-05-26)
1.09
(SRI on 2020-05-25)
1.08
(SRI on 2020-02-16)
1.07
(SRI on 2020-02-14)
1.06
(SRI on 2020-02-13)
1.05
(SRI on 2020-02-13)
1.04
(SRI on 2020-02-12)
1.03
(SRI on 2020-02-12)
1.02
(SRI on 2020-02-10)
1.01
(SRI on 2019-10-07)
1.0
(SRI on 2018-09-18)
0.03
(SRI on 2018-07-23)
0.02
(SRI on 2018-07-22)
0.01
(SRI on 2018-07-22)
Mojolicious-Plugin-Status-1.17
River stage zero
No dependents
18 ++
/
README.md
Mojolicious-Plugin-Status
A server status ui for the Mojolicious real-time web framework. Note that this module is
EXPERIMENTAL and should therefore only be used for debugging purposes.
use Mojolicious::Lite;
plugin 'Status';
app->start;
Installation
All you need is a one-liner, it takes less than a minute.
$ curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mojolicious::Plugin::Status
We recommend the use of a Perlbrew environment.
Want to know more?
Take a look at our excellent
documentation !