summaryrefslogtreecommitdiffstats
path: root/Changes
blob: 40f4aa22d049986bdf61d5499ae35be8ca1e62ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for Parse-Keyword

{{$NEXT}}

0.08  2013-10-10
      - doc tweaks to make the deprecation notice more visible

0.07  2013-10-10
      - THIS MODULE IS NO LONGER SUPPORTED DUE TO UNFIXABLE BROKENNESS
        see the warning in the documentation for more details
      - fix tests for newer Carp (abraxxa)

0.06  2013-08-01
      - support building on windows (forwardever, #3)

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