summaryrefslogtreecommitdiff
path: root/time/p5-Test-MockTime
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-01Follow some remaining search.cpan.org redirects.nia1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-04-04Updated time/p5-Test-MockTime to 0.17mef2-7/+7
0.17 - 01 Apr 2018 * Fixed future timestamp on t/test.t. Irony not intended, but a nice bug for April Fools Day. Happy Easter to Torsten Raudssus for RT #124985.
2018-02-25p5-Test-MockTime: update to 0.16.wiz2-8/+7
0.16 - 22 Feb 2018 * Fixed calls to CORE::localtime in test suite to cope with years > 2020 as per RT #124508. Thanks to Bernhard M. W. for patch.
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-232012-06-14 SATOH Hiroh <cho45@lowreal.net>mef2-8/+10
* 0.02: Fix Makefile.PL (by motemen) * 0.03: miss * 0.04: Add prototypes to overriden time and sleep (by naturalist)
2015-11-02Add SHA512 digests for distfiles for time categoryagc1-1/+2
Problems found with mismatching existing digests for: distfiles/asclock-classic-1.0.tar.gz distfiles/asclock-gtk-2.1.10beta.tar.gz distfiles/asclock-xlib-2.0.11.tar.gz distfiles/emiclock-2.0.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-12-04(pkgsrc)mef2-8/+7
-LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} (upstream) Update 0.12 to 0.13 0.13 - 07 Aug 2014 * explicit license in META as per RT #97806 * included other updates to Makefile.PL details (author, etc)
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-05-02Importing package for p5 module Test::MockTime version 0.12 as dependencysno3-0/+29
of upcoming DateTime::Format::Natural update. This module was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time 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.