Revision history for P5getgrnam
0.0.10 2023-08-10T18:06:33+02:00
- Update test file extension
- Removed deprecations
- Added sponsor link
0.0.9 2021-09-09T11:46:51+02:00
- Change file extension to .rakumod
- Migrate to zef ecosystem
- Update email address
- Update copyright year
0.0.8 2020-11-11T20:02:03+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.7 2019-11-09T22:55:16+01:00
- changed Perl 5 to Perl
0.0.6 2019-03-17T16:32:34+01:00
- Deprecate :scalar in favour of Scalar as first positional
- Update copyright year
0.0.5 2018-05-20T13:07:47+02:00
- Added original Perl 5 documentation
0.0.4 2018-05-03T15:46:32+02:00
- Added support for setgrent, which somehow got forgotten
- Added tests for undocumented return value of endgrent / setgrent
0.0.3 2018-05-02T12:26:39+02:00
- Make sure getgrnam and getgrgid also handle failure gracefully
0.0.2 2018-05-01T15:38:09+02:00
- Fix the way the gr_mem field is exposed
0.0.1 2018-05-01T13:35:15+02:00
- Initial version