Release history for Router-Resource
0.22 Sat 04 Aug 2022
- No functional changes
- Updated packaging and package metadata
0.21 Sat 15 Aug 2015
- Added the `PATCH` method. Thanks to Chris Reinhardt for the pull
request!
0.20 Tue 10 Mar 2015
- Added the `auto_options` option, which will auto-generate an `OPTIONS`
method for each resource. Thanks to Chris Reinhardt for the pull
request!
- Removed Pod tests from the distribution.
0.11 Wed 29 Dec 2010
- Fixed the headers returned on method lookup failure: they should not
have been in a double array ref. So now instead of something like
`[[Allow => 'GET, HEAD']]`, the headers are properly set to
`[Allow => 'GET, HEAD']`, and therefore parseable by HTTP::Headers.
0.10 Sat 16 Oct 2010
- Initial release