libtest-mock-time-perl 0.1.7-1 source package in Ubuntu

Changelog

libtest-mock-time-perl (0.1.7-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.1.7.
  * Add upstream copyright years.
  * Update (build) dependencies.
  * Declare compliance with Debian Policy 4.1.3.
  * Make short description a lower-cased noun phrase.
  * Add more build dependencies which are used in optional tests.

 -- gregor herrmann <email address hidden>  Fri, 12 Jan 2018 18:28:11 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mock-time-perl_0.1.7-1.dsc 2.4 KiB e6faca5e3f67b6f34449064206f3043937e001f07120f78115d27778f0cdba1e
libtest-mock-time-perl_0.1.7.orig.tar.gz 12.4 KiB 82a884b6f42b368f6d62d50d9278417515f636aa758fb414a24da337430665ba
libtest-mock-time-perl_0.1.7-1.debian.tar.xz 2.2 KiB 08fcf02eb3a77356705494e96427ed4db641db92a5018730bd4688ba92395076

Available diffs

No changes file available.

Binary packages built by this source

libtest-mock-time-perl: module for deterministic time & timers in event loop tests

 Test::Mock::Time replaces actual time with simulated time everywhere (core
 time(), Time::HiRes, EV, AnyEvent with EV, Mojolicious, …) and provide a
 way to write deterministic tests for event loop based applications with
 timers.
 .
 IMPORTANT! This module must be loaded by your script/app/test before other
 related modules (Time::HiRes, Mojolicious, EV, etc.).