2015-04-28 08:59:23 by Makoto Fujiwara | Files touched by this commit (7) |
Log message:
Add BUILD_DEPENDS for make test.
|
2014-11-23 15:29:45 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 0.34. From the changelog:
- Make compatible with the new Test::Builder (exodist - Chad Granum)
- Backwards-incompatible change: reftype no longer exported by
default. See https://github.com/Ovid/test--most/issues/6 (reported
by rjattril). This should not be noticed by most users
(crosses-fingers).
- defer_plan() has long been deprecated and will be removed in a
future release. This release carp()s if you try to call it.
|
2014-06-09 21:02:18 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 0.33. From the changelog:
- Fixed "(in cleanup) Can't use an undefined value as a subroutine
reference" error.
- Remove Build.PL.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
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-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238) |
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
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-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-09-10 13:34:32 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Packaging update for CPAN module Test::Most in devel/p5-Test-Most from
0.25 to 0.31.
pkgsrc changes:
- adjust dependencies
upstream changes since 0.25:
0.31 2012-09-06
- Fix "You tried to plan twice" bug (reported on #78564)
0.30 2012-09-05
- Bugfix: Moose can now be used safely as we exclude
Test::Deep::blessed by default (multiple reports)
- Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
- carp instead of warn (Olivier Mengué)
- Remove autogenerated files (Olivier Mengué)
|
2011-11-28 14:05:12 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Test-Most to 0.25.
Changes from previous:
0.25 2011-08-17
- Add timeit() function to time individual behaviours.
0.24 2011-06-18
- Update dependencies to pick up multiple bug fixes, new behaviours,
in various Test:: libraries.
|