summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 76b2d875ca69b6b5c18d6bd8f49f2ce3570a1c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Revision history for Parse-Keyword

{{$NEXT}}
      - 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