2015-01-28 02:50:06 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 0.372
---------------
0.372 2015-01-07
- Add 'no_generate_plan' option to Test::Aggregate::Nested.
Thanks to David D Lowe for the pull request (gh-3 and rt-100246).
|
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.
|
2014-02-23 12:20:28 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.371
Upstream changes:
0.371 2013-09-23
- Fix bug in our test suite that failed to count enough diagnostics
when run under verbose mode.
Closes rt-88912 (and http://bugs.debian.org/724297).
Thanks to gregor herrmann, Debian Perl Group for reporting.
|
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-09-05 03:11:19 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.370
Upstream changes:
0.370 Not Released
- Fix interpolation bug that could cause 'Unrecognized escape'
warning on some platforms.
- Skip nested fork test on Windows.
0.369 2013-08-25
- Don't print warning when exit() is called if it's called from
a child process (if the pid has changed),
since it seems likely that if the process has forked
the child is expected to exit in some way.
- Reformat dates in change log to appease CPAN::Changes.
Thanks, Neil Bowers.
|
2013-08-15 10:20:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.368
Upstream changes:
0.368 2013-08-14
- Fix tests on windows
0.367 2013-08-13
- Improve Test::Aggregate::Nested error handling:
Don't treat undef as a failure;
Show a warning and let Test::More::subtest() determine the result.
This solves the false negative reported in
https://rt.cpan.org/Public/Bug/Display.html?id=87240
Thanks to the venerable Andreas J. Kænig for reporting!
- Add more tests.
- Actually include previously added tests to the dist
(Where are you Dist::Zilla?)
0.366 2013-07-11
- Update metadata; Re-release to reindex with additional permissions
0.365 2013-07-10
- Avoid printing unnecessary "ok - "'s diag()s when they are \
passing,
and when the 'verbose' option is set to 0.
- The problem was that the $verbose option was hard-coded as
'2' deep inside the module.
- Catch errors in tests under Test::Aggregate::Nested; report as ok(0)
- Pod fixes
- Update repository metadata
|
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.
|
2011-12-02 10:52:02 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Test-Aggregate to 0.364.
Change from previous:
0.364 04/12/2010
- Allow skipping the rest of a test using
plan skip_all => $reason
|