| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to 0.17 see /usr/share/doc/packages/perl-Router-Simple/Changes
- updated to 0.15 - minil migrate. (tokuhirom) - typo fix (David Steinbrunner)
- updated to 0.14
- added 'routes' acecessor for Router::Simple class.
And switch to Class::Accessor::Lite.
- Added ->method_not_allowed()
- minor pod fix
- Added warnings when regexp contains parens.
i.e. following code does not works.
/{year:(\d+)}/{month:(\d+)}{day:(\d+)}
Q. Why don't you croak?
A. I don't want to break existed code.
But I may change this feature in future version.
- handle empty PATH_INFO as root
(tokuhirom)
- update to 0.09 - modernize package
- initial version (0.08)