https://github.com/zostay/path-router-route-slurpy
Add slurpy matching to Path::Router
https://github.com/zostay/path-router-route-slurpy
Last synced: 7 months ago
JSON representation
Add slurpy matching to Path::Router
- Host: GitHub
- URL: https://github.com/zostay/path-router-route-slurpy
- Owner: zostay
- Created: 2014-05-13T15:14:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T15:20:45.000Z (about 12 years ago)
- Last Synced: 2024-12-29T10:29:06.866Z (over 1 year ago)
- Language: Perl
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- Changelog: Changes
Awesome Lists containing this project
README
# Path::Router::Route::Slurpy
This is an add-on library that adds slurpy path matching to Path::Router.
This is library that you probably want to install from CPAN. Patches are
welcome. You will need Path::Router installed (see CPAN) and all its
prerequisites.
To install from CPAN, you can use cpanm:
cpanm Path::Router::Route::Slurpy
If you want to work with development, you will need to know how to use
Dist::Zilla, but after you have a cloned copy, you can develop and test using
the dzil command like this:
dzil test
That's it.