Rand Stats

Scalar::Util

zef:lizmat
Revision history for Scalar::Util

0.0.10  2021-09-09T20:21:06+02:00
    - Change file extension to .rakumod
    - Migrate to zef ecosystem
    - Update email address
    - Update copyright year

0.0.9  2020-11-12T20:35:23+01:00
    - Change name of distribution
    - Force to highest possible Raku version

0.0.8  2020-03-31T18:36:43+02:00
    - Mention openhandle in the SYNOPSIS, tbrowder++
    - Update copyright year

0.0.7  2020-03-31T15:16:27+02:00
    - Added implementation of openhandle(), tbrowder++ for nudge

0.0.6  2019-11-10T13:00:00+01:00
    - Changed Perl 6 to Raku, and Perl 5 to Perl

0.0.5  2018-09-18T10:38:16+02:00
    - Avoid nqp::p6bool / nqp::hllbool transition

0.0.4  2018-04-25T19:30:26+02:00
    - Scalar::Util must be a module, not a class
    - also add authority to the version information

0.0.3  2018-04-11T22:42:51+02:00
    - Follow App:Mi6's default Changes format

0.0.2  2018-01-11T22:05:02+01:00
    - Make sure that unknown exports aren't silently ignored.
    - Make sure we don't export anything when no functions are specified.
    - Add tests to make sure exporting works like we think they should.

0.0.1  2018-01-11T15:20:01+01:00
    - Initial implementation.