1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
---
abstract: 'simple HTTP router'
author:
- 'Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>'
build_requires:
Test::More: '0.98'
configure_requires:
Module::Build: '0.38'
dynamic_config: 0
generated_by: 'Minilla/v2.1.1, CPAN::Meta::Converter version 2.141520'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Router-Simple
no_index:
directory:
- t
- xt
- inc
- share
- eg
- examples
- author
- builder
provides:
Router::Simple:
file: lib/Router/Simple.pm
version: '0.17'
Router::Simple::Declare:
file: lib/Router/Simple/Declare.pm
Router::Simple::Route:
file: lib/Router/Simple/Route.pm
Router::Simple::SubMapper:
file: lib/Router/Simple/SubMapper.pm
requires:
Class::Accessor::Lite: '0.05'
List::Util: '0'
Scalar::Util: '0'
parent: '0'
perl: 5.008_001
resources:
bugtracker: https://github.com/tokuhirom/p5-router-simple/issues
homepage: https://github.com/tokuhirom/p5-router-simple
repository: git://github.com/tokuhirom/p5-router-simple.git
version: '0.17'
x_contributors:
- 'Shawn M Moore <sartak@gmail.com>'
- 'Tatsuhiko Miyagawa <miyagawa@bulknews.net>'
- 'nipotan <nipotan@nipotan.org>'
- 'Naoki Tomita <tomita@cpan.org>'
- 'Philippe Bruhat (BooK) <book@cpan.org>'
- 'David Steinbrunner <dsteinbrunner@pobox.com>'
- 'Neil Bowers <neil@bowers.com>'
- 'Fayland Lam <fayland@gmail.com>'
- 'Maurice Aubrey <maurice.aubrey@gmail.com>'
- 'Tokuhiro Matsuno <tokuhirom@gmail.com>'
|