Revision history for Perl extension Router::Resource.
0.20 2015-03-10T17:33:08Z
- 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 2010-12-29T01:26:29
- 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 2010-10-16T03:08:50
- Initial version.