[libtest-simple-perl] branch master updated (0fe319e -> ab0c107)

gregor herrmann gregoa at debian.org
Thu Jun 30 16:10:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtest-simple-perl.

      from  0fe319e   releasing package libtest-simple-perl version 1.302022-1
      adds  5f5efab   update t/Legacy/Regression/637.t
      adds  1861680   Version Bump
      adds  d5fbdf6   Do not fail if Test2::API::Breakage cannot be loaded
      adds  e9c5e8b   v1.302023
      adds  2b6aaf6   Add generic event type
      adds  c220479   Verson Bump
      adds  3cc4ea8   v1.302024
      adds  1168c17   Make sure enabling culling/shm vivifies pid/tid
      adds  a7bf0b1   Version Bump
      adds  78192fb   v1.302025
      adds  38f34ba   Version Bump
      adds  db1f834   v1.302026
      adds  d7eb9a6   subtest: document it passes extra arguments to the callback
      adds  e0c3794   Merge pull request #680 from salva/master
      adds  11b4033   Use pre_filter instead of filter in Test::Builders TODO logic
      adds  cd3ccc6   Fix #681 (doc updates)
      adds  66606dd   Version Bump
      adds  03ee772   v1.302027
      adds  2b5ee44   Add inhert_trace option to run_subtest
      adds  64b080b   Version Bump
      adds  c7d88d8   v1.302028
      adds  e96bc65   Fix thread test
      adds  40e0aa9   Version Bump
      adds  9c391a0   v1.302029
      adds  2252c98   Version Bump
      adds  e952c09   v1.302030
      adds  a13822e   Remove Carp from deps
      adds  2f98b20   Version Bump
      adds  00f1832   v1.302031
      adds  a51fcfa   Version Bump
      adds  ff64892   v1.302032
      adds  497831f   Add downstream tests for other Test2 things
      adds  eaba3a3   Version Bump
      adds  8eb3278   Update Changes
      adds  c28687a   v1.302033
      adds  ff199fa   Declare breakage of Test::UseAllModules >= 0.12, <= 0.14 (GH #685)
      adds  1b14296   Merge pull request #686 from dolmen/breakage-Test-UseAllModules
      adds  bed2ac0   Remove accessors=>[] in Test2::Formatter::TAP pod
      adds  6c47cd5   Update TAP.pm
      adds  ca30f7b   Merge pull request #678 from cpansprout/patch-1
      adds  5d9a256   Update Changes
      adds  c519371   Version Bump
      adds  196867e   v1.302034
      adds  877ef7e   Version Bump
      adds  4a62648   v1.302035
      adds  fe7ea95   Imported Upstream version 1.302035
       new  4feea3b   Merge tag 'upstream/1.302035'
       new  afda049   Update debian/changelog
       new  71e2482   Update list of breaks in debian/control.
       new  ab0c107   releasing package libtest-simple-perl version 1.302035-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  56 +++++
 MANIFEST                                           |   5 +
 META.json                                          |   4 +-
 META.yml                                           |   4 +-
 Makefile.PL                                        |   4 +-
 cpanfile                                           |   1 -
 debian/changelog                                   |   7 +
 debian/control                                     |   4 +-
 dist.ini                                           |   3 +-
 lib/Test/Builder.pm                                |  15 +-
 lib/Test/Builder/Formatter.pm                      |   2 +-
 lib/Test/Builder/Module.pm                         |   2 +-
 lib/Test/Builder/Tester.pm                         |   2 +-
 lib/Test/Builder/Tester/Color.pm                   |   2 +-
 lib/Test/Builder/TodoDiag.pm                       |   2 +-
 lib/Test/More.pm                                   |  17 +-
 lib/Test/Simple.pm                                 |   2 +-
 lib/Test/Tester.pm                                 |   2 +-
 lib/Test/Tester/Capture.pm                         |   2 +-
 lib/Test/Tester/CaptureRunner.pm                   |   2 +-
 lib/Test/Tester/Delegate.pm                        |   2 +-
 lib/Test/use/ok.pm                                 |   2 +-
 lib/Test2.pm                                       |   2 +-
 lib/Test2/API.pm                                   |  40 +++-
 lib/Test2/API/Breakage.pm                          |   3 +-
 lib/Test2/API/Context.pm                           |   2 +-
 lib/Test2/API/Instance.pm                          |  11 +-
 lib/Test2/API/Stack.pm                             |   2 +-
 lib/Test2/Event.pm                                 |   2 +-
 lib/Test2/Event/Bail.pm                            |   2 +-
 lib/Test2/Event/Diag.pm                            |   2 +-
 lib/Test2/Event/Exception.pm                       |   2 +-
 lib/Test2/Event/Generic.pm                         | 263 +++++++++++++++++++++
 lib/Test2/Event/Note.pm                            |   2 +-
 lib/Test2/Event/Ok.pm                              |   2 +-
 lib/Test2/Event/Plan.pm                            |   2 +-
 lib/Test2/Event/Skip.pm                            |   2 +-
 lib/Test2/Event/Subtest.pm                         |   2 +-
 lib/Test2/Event/Waiting.pm                         |   2 +-
 lib/Test2/Formatter.pm                             |   2 +-
 lib/Test2/Formatter/TAP.pm                         |   4 +-
 lib/Test2/Hub.pm                                   |   6 +-
 lib/Test2/Hub/Interceptor.pm                       |   2 +-
 lib/Test2/Hub/Interceptor/Terminator.pm            |   2 +-
 lib/Test2/Hub/Subtest.pm                           |   2 +-
 lib/Test2/IPC.pm                                   |   2 +-
 lib/Test2/IPC/Driver.pm                            |   2 +-
 lib/Test2/IPC/Driver/Files.pm                      |   2 +-
 lib/Test2/Transition.pod                           |  14 +-
 lib/Test2/Util.pm                                  |   2 +-
 lib/Test2/Util/ExternalMeta.pm                     |   2 +-
 lib/Test2/Util/HashBase.pm                         |   2 +-
 lib/Test2/Util/Trace.pm                            |   2 +-
 lib/ok.pm                                          |   2 +-
 t/Legacy/Regression/637.t                          |  13 +-
 .../threads.t => Regression/683_thread_todo.t}     |  25 +-
 t/Test2/behavior/run_subtest_inherit.t             |  84 +++++++
 t/Test2/modules/API/Instance.t                     |   3 +
 t/Test2/modules/Event/Generic.t                    | 129 ++++++++++
 t/regression/684-nested_todo_diag.t                |  23 ++
 60 files changed, 725 insertions(+), 85 deletions(-)
 create mode 100644 lib/Test2/Event/Generic.pm
 copy t/Legacy/{subtest/threads.t => Regression/683_thread_todo.t} (53%)
 create mode 100644 t/Test2/behavior/run_subtest_inherit.t
 create mode 100644 t/Test2/modules/Event/Generic.t
 create mode 100644 t/regression/684-nested_todo_diag.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-simple-perl.git



More information about the Pkg-perl-cvs-commits mailing list