Rand Stats

P5localtime

zef:lizmat
Revision history for P5localtime

0.0.9  2021-09-09T12:52:25+02:00
    - Change file extension to .rakumod
    - Migrate to zef ecosystem
    - Update email address
    - Update copyright year

0.0.8  2020-11-11T21:10:44+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-10T14:22:49+01:00
    - changed Perl 6 to Raku, and Perl 5 to Perl

0.0.6  2019-03-17T22:36:49+01:00
    - Deprecate :scalar in favour of Scalar as first positional
    - Update copyright year

0.0.5  2018-08-03T13:34:21+02:00
    - Fixed test that would fail if day < 10

0.0.4  2018-05-26T22:19:06+02:00
    - Removed off-by-one errors in tests

0.0.3  2018-05-21T15:34:47+02:00
    - Added original Perl 5 documentation

0.0.2  2018-04-30T00:23:18+02:00
    - Fixed gmtime() returning localtime()
    - Added support for :scalar named parameter

0.0.1  2018-04-29T23:10:31+02:00
    - Initial version