• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H08-Oct-2018-3628

.travis.ymlH A D21-Aug-2018123 1311

ChangesH A D08-Oct-2018943 2419

MANIFESTH A D08-Oct-2018262 1110

META.jsonH A D08-Oct-20181.3 KiB5453

META.ymlH A D08-Oct-2018685 2726

Makefile.PLH A D21-Aug-2018940 3631

READMEH A D21-Aug-2018233 136

Warp.pmH A D08-Oct-20182.1 KiB8612

Warp.xsH A D21-Aug-20182.7 KiB139112

README

1Time::Warp - offers developers control over the measurement of time
2
3
4SYNOPSIS
5
6    use Time::Warp qw(scale to time);
7
8    to(CORE::time + 5);  # 5 seconds ahead
9    scale(2);            # double speed of time
10
11
12AVAILABLE FROM CPAN!
13