forked from pool/perl-Router-Simple
automatic update OBS-URL: https://build.opensuse.org/request/show/295962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Router-Simple?expand=0&rev=10
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Apr 13 19:07:42 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.17
|
|
see /usr/share/doc/packages/perl-Router-Simple/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 09:13:25 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 0.15
|
|
- minil migrate. (tokuhirom)
|
|
- typo fix (David Steinbrunner)
|
|
|
|
-------------------------------------------------------------------
|
|
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)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 12:00:26 UTC 2013 - coolo@suse.com
|
|
|
|
- update to 0.09
|
|
- modernize package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 16 14:58:52 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.08)
|
|
|