CPAN-Changes

 view release on metacpan or  search on metacpan

corpus/dists/Test-Aggregate.changes  view on Meta::CPAN

        - Keep Makefile.PL in synch.  Reported by Andreas Koenig
          (https://rt.cpan.org/Ticket/Display.html?id=50673)

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.

0.35    27/10/2008
        - Move from developer to production version number.
        - Add 'use Test::Aggregate' to the dump file.
        - Updated the docs to explain that the C<Test::More> functions are
          re-exported.

0.34_09 15/10/2008
        - Added 'tests' key to the constructor.  This is an optional method of
          identifying which tests you wish to aggregate.

0.34_08 14/10/2008
        - Much refactoring of internals.  This moves some autogenerated code
          directly into the Test::Aggregate namespace and Test::Aggregate->run
          calls this code directly to better synchronize behavior between
          running the code and running the dump file.  This has the side
          effect of making individual test files much easier to find and read
          and makes the 'dump.t' file smaller.
        - Fixed a bug where a test dieing could cause the wrong test to be
          reported as failing.
        - Removed %INC from the list of localized variables.  Localazing this
          doesn't remove the code from the symbol tables, so attempting to
          later reload this code leads to strange failures.

0.34_07 13/10/2008
        - Fixed bug where dump file tests would fail if check_plan is set to
          true.
        - Common environment variables are now localized on a "per test file"
          basis.
        - Make the "5.006" requirement explicit in the Build.PL and
          Makefile.PL scripts.

0.34_06 21/10/2008
        - Skip findbin test if FindBin < 1.47.  Seems to cause test failures
          as FindBin *appears* to be getting confused by the setting of $0,
          but I'm not sure yet as I don't have an older Perl installed.

0.34_05 19/09/2008
        - Changed 'unlink dump.t or die' to a warn (tests only).

0.34_03 18/09/2008
        - Fixed major regression where --dry was eliminated and test counts (X
          of Y tests) were eliminated.
        - Automatically build a proper Makefile.PL.
        - Add FindBin to the dependencies.
        - Major refactoring of internals to make debugging dump files much
          cleaner and easier (and reduce their size, while we're at it).

0.34_03 15/09/2008
        - Again cleaned up dump file generated when running tests.  Need to
          guard against that better.  Also removed it from the MANIFEST.

0.34_02 14/09/2008
        - Allow skip_all tests.

0.34_01 04/09/2008
        - Add an option to reinitialize FindBin for each aggregated test.
        - Don't emit a plan when not running any tests.

0.33    03/09/2008
        - Upload 0.32_05 as a non-development release.

0.32_02 03/08/2008
        - Added Test::Aggregate::Builder to the MANIFEST.

0.32_01 03/08/2008
        - Added line directives to aggregated tests to ensure that
          Test::Builder::ok can now report the correct filename and line
          number.
        - set_filenames => 1 is now the default behavior.
        - Split the Test::Builder override into its own package.

0.31    22/07/2008
        - Minor bugfix to play well with Test::Most (reset test failure when
          forcing failure after test program eval).



( run in 0.419 second using v1.01-cache-2.11-cpan-f56aa216473 )