Rand Stats

P5opendir

zef:lizmat
Revision history for P5opendir

0.0.8  2023-08-07T18:45:25+02:00
    - Update test file extension
    - Limit implicit use of $_ to direct caller only
    - Added sponsor link
    - Removed deprecated functionality
    - Removed unneeded P5opendir module

0.0.7  2021-09-09T13:02:19+02:00
    - Change file extension to .rakumod
    - Migrate to zef ecosystem
    - Update email address
    - Update copyright year

0.0.6  2020-11-11T21:34:42+01:00
    - Change name of distribution
    - Force to highest possible Raku version
    - Update copyright year
    - Add PORTING CAVEATS section about access caller's $_

0.0.5  2019-11-10T13:16:05+01:00
    - changed Perl 5 to Perl

0.0.4  2019-03-17T14:41:44+01:00
    - Deprecate :scalar in favour of Scalar as first positional
    - Deprecate :void in favour of Mu as first positional
    - Update copyright year

0.0.3  2018-05-21T20:41:52+02:00
    - Add original Perl 5 documentation

0.0.2  2018-04-29T12:28:10+02:00
    - Make sure DIRHANDLE stringifies to its path, so it can be used with
      the chdir() of P5chdir.  Also add 'path' attribute to support this.

0.0.1  2018-04-29T00:37:31+02:00
    - Initial version