The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Assert-Refute

0.08    Mon Jan 8 2018
        - DRV Improve Driver::More getters
        - MOD T::Scalar: add experimental maybe_is ($var, $cond)
        - MOD T::Array: add experimental map_subtest, reduce_subtest
        - DOC Improve documentation in A::R NOCODE
        - API Add 'driver' param to configure/use
        - BUG bugfix & tests

0.07    Mon Jan 1 2018
        - MOD Add T::Numeric with is_between, within_delta, and within_relative
        - TST Add examples

0.06    Sat Dec 30 2017
        - TST Add cross-platform Test::More integration test
        - DRV Add subcontract, done_testing to Driver::More
        - MOD Redo T::Array, T::Hash with better build_refute
        - BLD Add manual=>0|1 flag to simplify building sophisticated wrappers
        - API Add A::R::Exec->do_run, subcontract accepts sub
        - REF Speedup
        - TST Upgrade tests to work on perl 5.6.2

0.05    Mon Dec 25 2017
        - API BREAK Importing is, ok, like & co REQUIRES :all or :basic keyword
        - API Add refute_these for runtime assertions
        - API Add configure for per-caller configuration of refute_these
        - MOD T::Hash: keys_are(), values_are()
        - MOD T::Array: is_sorted(), list_of()
        - TST Add a use_ok test, finally
        - API Add get_fail_count to get number of failed tests
        - API BREAK done_testing(0) now means don't die if locked

0.04    Tue Dec 19 2017
        - API BREAK rename contract's own methods into get_*/set_*/do_*
            The new names are:
            is_done is_passing get_count get_tests get_result get_error
            get_tap get_sign do_log get_log set_result

0.0304  Sun Dec 17 2017
        - BUG Fix tests again - splitting t/602 in two didn't work

0.0304  Sun Dec 17 2017
        - BUG Fix tests on perl < 5.8.9 (qr/.../m)

0.0303  Sun Dec 17 2017
        - BUG Fix tests so that they run on windows, too

0.0302  Sun Dec 17 2017
        - BUG Patch hanging test on win (no real fix yet)

0.0301  Sun Dec 17 2017
        - BUG Fixed deep recursion on perl < 5.010

0.03    Sun Dec 17 2017
        - API BREAK Rename want_self => need_object, clone => adjust
        - MOD Add exception test module T::Errors (dies_like, warns_like)
        - API contract: add args => [n,m] to limit number of parameters to apply()
        - DRV Add Test::More backend so that A::R::Build builds tests ready to run with T::M
        - BUG bugs fixed, test coverage improved, docs improved.

0.02    Fri Dec 15 2017
        - API Add contract, refute, and suncontract primitives
        - API Add an arsenal of checks corresponding to that of Test::More
        - API Add Assert::Refute::Contract/Assert::Refute::Exec oo interface
        - API Add Assert::Refute::Builder to extend the checks
        - API Add signature method for testing the tests

0.01    Tue Dec 12 2017
        - API contract { ... }
        - API builder, some basic tests