Help language development. Donate to The Perl Foundation
Revision history for P5sleep 0.0.10 2021-09-09T17:46:19+02:00 - Change file extension to .rakumod - Migrate to zef ecosystem - Update email address - Update copyright year 0.0.9 2020-11-11T22:39:15+01:00 - Change name of distribution - Force to highest possible Raku version - Update copyright year 0.0.8 2019-11-10T19:55:05+01:00 - Changed Perl 5 to Perl 0.0.7 2018-05-21T21:43:26+02:00 - Added original Perl 5 documentation 0.0.6 2018-05-15T19:44:31+02:00 - Added authority information 0.0.5 2018-04-28T09:33:11+02:00 - Simplify sleep return value logic using sleep-timer - Remove some pod droppings 0.0.4 2018-04-11T16:34:31+02:00 - Follow App:Mi6's default Changes format 0.0.3 2018-01-31T00:24:03+01:00 - Resolve the original sleep() at compile time. 0.0.2 2018-01-30T10:50:02+01:00 - Make sure we respect the Int-ness of sleep() on Perl 5. Only the sleep() exported by Time::Hires knows about fractional sleep times. Zoffix++ for pointing that out. 0.0.1 2018-01-30T10:01:01+01:00 - Initial implementation.