2013-06-17 12:02:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 17 12:01:30 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2013-06-17 12:00:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 17 12:00:26 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 0.09
|
|
|
|
- modernize package
|
|
|
|
|
2011-02-16 14:59:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 16 14:58:52 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.08)
|
|
|
|
|