Help language development. Donate to The Perl Foundation
Revision history for List::Util 0.0.10 2021-09-09T19:33:04+02:00 - Change file extension to .rakumod - Migrate to zef ecosystem - Update email address - Update copyright year 0.0.9 2020-11-12T14:48:54+01:00 - Change name of distribution - Force to highest possible Raku version - Update copyright year 0.0.8 2019-11-10T13:06:52+01:00 - changed Perl 6 to Raku, and Perl 5 to Perl 0.0.7 2019-03-17T14:17:00+01:00 - Streamline some subs that should return Nil when nothing to do 0.0.6 2018-04-25T19:20:00+02:00 - List::Util must be a module, not a class - also add authority to the version information 0.0.5 2018-04-14T14:27:21+02:00 - =cut is not part of the pod6 definition 0.0.4 2018-04-11T14:24:05+02:00 - Follow App:Mi6's default Changes format 0.0.3 2018-01-11T22:24:03+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 it should. 0.0.2 2018-01-10T23:37:02+01:00 - Minor meta-information tweaks 0.0.1 2018-01-10T15:01:01+01:00 - Initial implementation.