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

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.2.0.
  * Update alternative (test) dependencies.
  * Declare compliance with Debian Policy 4.6.2.
  * Annotate test-only build dependencies with <!nocheck>.
  * Import upstream version 0.2.1.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 02:13:19 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mock-time-perl_0.2.1-1.dsc 2.6 KiB a40c6b7a6f6f35e0436b459f432f246ec5ad0ac13b10460b1c21168605b9928e
libtest-mock-time-perl_0.2.1.orig.tar.gz 12.6 KiB 322beb5d83e19d23d190c758ac4db614c61e82d67298fb80745f98d37316e159
libtest-mock-time-perl_0.2.1-1.debian.tar.xz 2.7 KiB c751b0987a2974ef648d576bcb32e3851fafdea2b18e1c3b759b40139f9503ba

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.).