The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Router::Resource.

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.