libtest-mocktime-perl 0.15-1 source package in Ubuntu

Changelog

libtest-mocktime-perl (0.15-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Fri, 04 Sep 2015 23:55:02 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mocktime-perl_0.15-1.dsc 2.2 KiB 99059e18575ab4bf3e69338a03644c607646bf3e52445b885e609ea9238761f5
libtest-mocktime-perl_0.15.orig.tar.gz 5.5 KiB 88210201de97aab66cb100edc2be3368c0062a9de635f4f8ec258a2267edcc48
libtest-mocktime-perl_0.15-1.debian.tar.xz 2.1 KiB 8ba6272ee2d0b577afd827a47e47cb2c0cc3dde62b92d21d3b4c4f193cc37923

Available diffs

No changes file available.

Binary packages built by this source

libtest-mocktime-perl: module to simulate time in tests

 Test::MockTime enables test suites to test code at specific points in time.
 Specifically it overrides the localtime, gmtime and time functions at compile
 time and then relies on the user supplying a mock time via set_relative_time,
 set_absolute_time or set_fixed_time to alter future calls to gmtime, time or
 localtime.