Skip to content

Instantly share code, notes, and snippets.

@dagolden
Created April 29, 2015 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagolden/25c9981c69a2b0468fff to your computer and use it in GitHub Desktop.
Save dagolden/25c9981c69a2b0468fff to your computer and use it in GitHub Desktop.
$ git diff --stat edbf30f..master lib
lib/Test/Builder.pm | 8 +-
lib/Test/Builder/Module.pm | 2 +-
lib/Test/Builder/Tester.pm | 4 +-
lib/Test/Builder/Tester/Color.pm | 2 +-
lib/Test/FAQ.pod | 6 +-
lib/Test/More.pm | 118 ++-------
lib/Test/Simple.pm | 4 +-
lib/Test/Stream.pm | 218 +++++++++------
lib/Test/Stream/Block.pm | 5 +-
lib/Test/Stream/Concurrency.pm | 497 +++++++++++++++++++++++++++++++++++
lib/Test/Stream/Concurrency/Files.pm | 264 +++++++++++++++++++
lib/Test/Stream/Context.pm | 30 +--
lib/Test/Stream/Event.pm | 2 +-
lib/Test/Stream/Event/Bail.pm | 4 +-
lib/Test/Stream/Event/Exception.pm | 173 ++++++++++++
lib/Test/Stream/Event/Subtest.pm | 23 +-
lib/Test/Stream/Hub.pm | 378 +++++++++++++++-----------
lib/Test/Stream/Meta.pm | 19 +-
lib/Test/Stream/State.pm | 6 +
lib/Test/Stream/Subtest.pm | 276 +++++++++++++++++--
lib/Test/Stream/Toolset.pm | 1 +
lib/Test/Tester.pm | 2 +-
lib/Test/use/ok.pm | 2 +-
lib/ok.pm | 2 +-
24 files changed, 1624 insertions(+), 422 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment