Rand Stats

P5getpwnam

zef:lizmat
Revision history for P5getpwnam

0.0.10  2021-09-09T12:17:46+02:00
    - Change file extension to .rakumod
    - Migrate to zef ecosystem
    - Update email address
    - Update copyright year

0.0.9  2020-11-11T20:32:34+01:00
    - Change name of distribution
    - Force to highest possible Raku version
    - Update copyright year
    - Add PORTING CAVEATS section about needing POSIX semantics

0.0.8  2019-12-21T10:39:42+01:00
    - fixed test when installing as root, suggested by ghost++

0.0.7  2019-12-17T21:54:35+01:00
    - add support for FreeBSD, which happens to be the same as MacOS
      - spotted by pprocacci++

0.0.6  2019-11-09T22:50:56+01:00
    - changed Perl 5 to Perl

0.0.5  2019-03-17T21:40:27+01:00
    - Deprecate :scalar in favour of Scalar as first positional
    - Update copyright year

0.0.4  2018-05-20T13:41:53+02:00
    - Added original Perl 5 documentation

0.0.3  2018-05-03T21:26:29+02:00
    - Introduce different PwStructs for MacOS, Linux and generic Unix
      This makes Travis go green for Linux.
    - Added support for setpwent, which somehow got forgotten
    - Added tests for undocumented return value of endpwent / setpwent

0.0.2  2018-05-02T12:22:29+02:00
    - Make sure getpwnam and getpwuid also handle failure gracefully

0.0.1  2018-05-01T12:59:42+02:00
    - Initial version