https://github.com/norm/p5-uri-dispatch
https://github.com/norm/p5-uri-dispatch
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/norm/p5-uri-dispatch
- Owner: norm
- Created: 2011-04-19T20:17:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-06T08:53:05.000Z (almost 15 years ago)
- Last Synced: 2025-01-19T10:32:40.240Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
URI::Dispatch 1.4
=================
URI::Dispatch is a dispatcher for handling URI paths, most commonly in a
web framework.
Includes functionality to add path handlers, determine which handler should
deal with a given path, automatically dispatch to that handler, and the
reverse -- construct a valid path given arguments.
It also doesn't use valid URI path characters for it's functionality, unlike
most others.
Dependencies
------------
- Perl v5.10 or better
- Modern::Perl
- Plack
- Ouch
- MooseX::Declare
Copyright and license
---------------------
Copyright (c) 2011 Mark Norman Francis .
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.