The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.008     2019-04-22 16:44:54+03:00 Asia/Jerusalem

    * GH #3: Some typo fixed. (Jakub Wilk)

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.