Commit graph

10 commits

Author SHA1 Message Date
wen
e5da28f5a6 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-08-15 08:20:37 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
484a43e949 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
2011-12-02 09:52:01 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
sno
fdbd96913e Updating devel/p5-Test-Aggregate from 0.36.1 to 0.36.3
Upstream changes:
0.363  24/11/2009
        - Pass current test name to setup and teardown.

0.362  17/11/2009
        - Removed broken "check_plan" from Test::Aggregate.  It was always
          dodgy and really doesn't contribute much and the latest release
          broke with 'no_plan'.  We now warn if we see this.
        - Minimum Test::More is now 0.94.  This gives us more robust nested
          TAP.
2010-01-17 01:03:10 +00:00
sno
529497cd9e Updating devel/p5-Test-Aggregate from 0.35 to 0.36.1
pkgsrc changes:
  - Adjusting license definition
  - Adjusting dependencies according to META.yml (choosing the higher
    versions in case of duplicated entries)

Upstream changes:
0.361   20/10/2009
        - Keep Makefile.PL in synch.

0.36    18/10/2009
        - Mark for production.
        - Removed 'dump.t' files in tests.
        - Improve Test::Aggregate::Nested docs.
        - Removed some dead code.
        - Suppress multiple plans (#48352, Chisel Wright)

0.35_07 19/08/2009
        - Added missing files to MANIFEST.

0.35_06 28/06/2009
        - Added support for nested TAP via Test::Aggregate::Nested.
        - I really, really need to get a real release out.

0.35_05 20/05/2009
        - Removed bogus test file throwing my counts off.  No wonder all tests
          were failing for people!
        - Remove development lib links.

0.35_04 Unreleased.
        - Unlink dump files in tests.

0.35_03 15/05/2009
        - Don't run done_testing() in tests if it doesn't exist.

0.35_02 14/05/2009
        - Deprecate tests run in BEGIN/END/CHECK/INIT.
          See http://use.perl.org/~Ovid/journal/38974 for more information.
        - check_plan, if set, is now done at the end of each test instead of
          the end of all tests.
        - Make it work with the Test::Builder 0.88 and previous versions.
        - Embed the calling test script name in a comment at the top of the
          dump file.
        - Fix a doc typo (thanks to Offer Kaye for the report)
        - Cleaned up some tests.

0.35_01 18/11/2008
        - Make 'exit()' scream loudly if called.
        - Move Test::Aggregate::Builder globals into a hashref in the object.
          Further encapsulation to come later.
        - Export &run_this_test_program from Test::Aggregate to make dump
          files cleaner.
        - Reorganize the test suite to avoid false negatives.
2009-10-25 11:36:32 +00:00
sno
ac30ee6740 PkgSrc import of perl 5 module Test::Aggregate. This module is a required
dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime)
to 5.800.

A common problem with many test suites is that they can take a long time to
run. The longer they run, the less likely you are to run the tests. This
module borrows a trick from Apache::Registry to load up your tests at once,
create a separate package for each test and wraps each package in a method
named run_the_tests. This allows us to load perl only once and related
modules only once. If you have modules which are expensive to load, this can
dramatically speed up a test suite.
2009-04-29 19:37:57 +00:00