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  280bd52   releasing package libtest-simple-perl version 1.302062-1
      adds  0769cff   Fix double throw from #729
      adds  4e46a29   Version Bump
      adds  36b7de4   v1.302063
      adds  70a3113   Add some downstream dists for testing
      adds  4492f06   Use base instead of parent in recent test
      adds  7aa8794   Better handling of events that cause fail but do not bump 
count
      adds  47bbec9   Fix irc link
      adds  0413abd   Better handling of diag vs info in ->send_event
      adds  21dc978   Generate some stuff automatically
      adds  08aaed3   Version Bump
      adds  9e0be57   Auto version bumping
      adds  fd597aa   Fix problems with last dist.ini change
      adds  accc815   v1.302064
      adds  e6350dc   Automated Version Bump
      adds  c66c8e1   Fix tests
      adds  cf8c149   More test fixes
      adds  8b929f1   Silence warning in windows
      adds  6717dcc   Fix oldest reported bug (cmp_ok confusing output)
      adds  b39c496   Add can() to Test::Tester::Delegate
      adds  64f9555   Revert "Silence warning in windows"
      adds  5f2e771   handle the minus on negative pids in forks on windows
      adds  a9ded41   Merge pull request #732 from wchristian/negative_pids
      adds  26e33e6   Add missing authordep
      adds  3b54f87   Set TEST_ACTIVE and TEST2_ACTIVE
      adds  4d0159d   Update travis perl list
      adds  6926072   Update Changes
      adds  0f813e8   v1.302065
      adds  3c0f723   Automated Version Bump
      adds  36e4071   Exit early in downstream tests
      adds  569543f   Never add test.pl
      adds  683e9f2   Test::Moose before 2.1210 calls $tb->history for versions 
> 1.5
      adds  3d951f4   Import 'context' into Test2::IPC, it is used by cull()
      adds  d9485ce   SysV IPC can be available but not enabled.
      adds  ee0b586   Propogate warnings settings to use_ok
      adds  76fca54   Merge branch 'fix_736'
      adds  dc9bb7f   v1.302066
      adds  75ce7ad   Automated Version Bump
      adds  a2213ea   __LINE__ and (caller)[2] may be different under 
Data::Dumper
      adds  21f058e   Merge pull request #739 from arc/master
      adds  966fa62   switch version provider plugins
      adds  cd01cd1   Merge pull request #740 from 
Test-More/topic/fixed_version_provider
      adds  814ba20   Update Changes
      adds  901e54c   v1.302067
      adds  caec4f9   New upstream version 1.302067
       new  f218168   Merge tag 'upstream/1.302067'
       new  c85cd4f   Update debian/changelog
       new  f732e31   Add another Breaks in debian/control.
       new  b2da5ca   releasing package libtest-simple-perl version 1.302067-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                                 | 33 +++++++++++++++
 MANIFEST                                |  3 ++
 META.json                               |  3 +-
 META.yml                                |  3 +-
 Makefile.PL                             |  2 +-
 README                                  | 59 ++++++++++++++++++++++++---
 README.md                               | 56 +++++++++++++++++++++++---
 appveyor.yml                            |  2 +-
 debian/changelog                        |  7 ++++
 debian/control                          |  1 +
 dist.ini                                | 52 +++++++++++++++++++++++-
 lib/Test/Builder.pm                     | 34 +++++++++++++++-
 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                        | 13 +++---
 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             | 12 +++++-
 lib/Test/use/ok.pm                      |  2 +-
 lib/Test2.pm                            | 12 +++---
 lib/Test2/API.pm                        |  7 +++-
 lib/Test2/API/Breakage.pm               |  2 +-
 lib/Test2/API/Context.pm                | 11 +++--
 lib/Test2/API/Instance.pm               | 10 ++++-
 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              |  2 +-
 lib/Test2/Event/Info.pm                 |  2 +-
 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              |  2 +-
 lib/Test2/Hub.pm                        | 14 ++++---
 lib/Test2/Hub/Interceptor.pm            |  2 +-
 lib/Test2/Hub/Interceptor/Terminator.pm |  2 +-
 lib/Test2/Hub/Subtest.pm                |  2 +-
 lib/Test2/IPC.pm                        |  3 +-
 lib/Test2/IPC/Driver.pm                 |  2 +-
 lib/Test2/IPC/Driver/Files.pm           | 17 ++++----
 lib/Test2/Util.pm                       |  6 ++-
 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/6_cmp_ok.t          | 17 ++++++++
 t/Legacy/Regression/736_use_ok.t        | 31 ++++++++++++++
 t/Legacy/auto.t                         |  8 +++-
 t/Legacy/fail-more.t                    | 11 ++---
 t/Legacy_And_Test2/hidden_warnings.t    | 20 ++++++++++
 t/Test2/behavior/Formatter.t            |  2 +-
 t/Test2/modules/API/Context.t           |  5 ++-
 t/Test2/modules/Event/Info.t            |  6 +++
 t/Test2/modules/IPC/Driver/Files.t      | 71 +++++++++++++++++----------------
 65 files changed, 467 insertions(+), 132 deletions(-)
 create mode 100644 t/Legacy/Regression/6_cmp_ok.t
 create mode 100644 t/Legacy/Regression/736_use_ok.t
 create mode 100644 t/Legacy_And_Test2/hidden_warnings.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to