summaryrefslogtreecommitdiff
path: root/Changes
blob: 440d6738259961cda101938fc673e14ce5e91092 (plain)
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
0.007     2018-08-17 08:32:29+03:00 Asia/Jerusalem

    * Fix for reference aliasing syntax. (foreach \my %hash...)
      Thanks, Ahmed Abdrabo!
    * Fix edge case of empty for with function.
      (for Class->method($foo);)
    * Made slightly faster by avoiding an isa() call.
      Thanks, Jader Dias!

0.006     2018-07-13 15:48:29+03:00 Asia/Jerusalem

    * Fix for variable attributes (my Dog $pet (%foo)).
      Thanks, Maciej Sokolowski!

0.005     2018-05-31 11:59:25+03:00 Asia/Jerusalem

    * RT#125437: Fix "say for @array", reported by
      Ahmed Abdrabo and Andy (@petdance) Lester.

0.004     2018-05-28 12:19:40+03:00 Asia/Jerusalem

    * Fix handling of $hash{for} and $hashref->{for}.
      Thanks, Igor Yamolov!

0.003     2018-03-12 18:33:08+01:00 Europe/Amsterdam

    * GH #1: Fix example in POD.

0.002     2018-03-12 09:19:59+01:00 Europe/Amsterdam

    * Fix false positives on map/grep.

0.001     2018-03-08 16:40:44+01:00 Europe/Amsterdam

    * Blame Ruud H.G. van Tol.