-
-
09 Nov 2020 09:19:36 UTC
- Distribution: Amon2
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (12)
- Testers (402 / 4 / 2)
- Kwalitee
Bus factor: 1- 69.54% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (934.99KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 35 contributors-
Tokuhiro Matsuno
-
Adrian
-
Fuji, Goro
-
Geraud
-
Geraud CONTINSOUZAS
-
Hiroyuki Akabane
-
ITO Nobuaki
-
Ichito Nagata
-
Katsuhiro Konishi
-
Kazuhiro Osawa
-
Keiji, Yoshimi
-
Kentaro Kuribayashi
-
Koichi SATOH
-
Masahiro Nagano
-
Neil Bowers
-
Nishibayashi Takuji
-
Syohei YOSHIDA
-
Takafumi Ono
-
Yuki Ibe
-
Zak B. Elep
-
clicktx
-
dragon3
-
hatyuki
-
hiratara
-
hisaichi5518
-
issm
-
karupanerura
-
magnolia
-
mattn
-
moznion
-
noblejasper
-
rightgo09
-
s-aska
-
tokubass
-
wata
- Dependencies
- Digest::SHA
- Encode
- Exporter
- File::Copy::Recursive
- File::ShareDir
- File::Temp
- Getopt::Long
- HTML::FillInForm::Lite
- HTTP::Headers
- HTTP::Session2
- Hash::MultiValue
- JSON
- MIME::Base64
- Module::CPANfile
- Plack
- Plack::Request
- Plack::Response
- Plack::Session
- Plack::Util
- Pod::Usage
- Router::Boom
- Scalar::Util
- Text::Xslate
- Time::HiRes
- Try::Tiny
- URI
- URI::Escape
- URI::QueryParam
- mro
- parent
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Amon2::Web::Dispatcher::Lite - Sinatra like dispatcher for Amon2
SYNOPSIS
package MyApp::Web; use Amon2::Web::Dispatcher::Lite; get '/' => sub { render('index.mt'); }; get '/hello/:name' => sub { my ($c, $args) = @_; render('hello.mt', $args->{name}); }; 1;
DESCRIPTION
It's in alpha quality
We will split this module from Amon2 core distribution. You need to list this class to your cpanfile.
Module Install Instructions
To install Amon2, copy and paste the appropriate command in to your terminal.
cpanm Amon2
perl -MCPAN -e shell install Amon2
For more information on module installation, please visit the detailed CPAN module installation guide.