The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Parse-Keyword

0.05  2013-07-24
      - fix skipping tests

0.04  2013-07-23
      - pass the keyword name into the parsing function

0.03  2013-07-23
      - the parse_* functions now return undef when there was a parse error
      - various bugs related to error handling should be fixed
      - remove unnecessary test dep on B::Hooks::EndOfScope

0.02  2013-07-22
      - work around some issues that would happen when you peeked past the end
        of the line
      - allow parsing into non-anonymous subs (this makes a difference in some
        obscure situations)
      - fix compilation on threaded perls

0.01  2013-07-21
      - Initial release