Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 70cbce258a2f0c602dd4e986bb1d31ec3d459158
      
https://github.com/Perl/perl5/commit/70cbce258a2f0c602dd4e986bb1d31ec3d459158
  Author: Michiel Beijen <[email protected]>
  Date:   2021-12-04 (Sat, 04 Dec 2021)

  Changed paths:
    M AUTHORS
    M lib/B/Deparse-core.t
    M lib/B/Deparse-subclass.t
    M lib/Benchmark.t
    M lib/Config/Extensions.t
    M lib/DB.t
    M lib/DBM_Filter/t/01error.t
    M lib/DBM_Filter/t/02core.t
    M lib/DBM_Filter/t/compress.t
    M lib/DBM_Filter/t/encode.t
    M lib/DBM_Filter/t/int32.t
    M lib/DBM_Filter/t/null.t
    M lib/DBM_Filter/t/utf8.t
    M lib/DirHandle.t
    M lib/English.t
    M lib/File/Basename.t
    M lib/File/Compare.t
    M lib/File/Copy.t
    M lib/FileHandle.t
    M lib/Getopt/Std.t
    M lib/Internals.t
    M lib/Net/hostent.t
    M lib/Pod/t/Usage.t
    M lib/Symbol.t
    M lib/Thread.t
    M lib/Tie/ExtraHash.t
    M lib/Tie/Handle/stdhandle.t
    M lib/Tie/Handle/stdhandle_from_handle.t
    M lib/Tie/Hash.t
    M lib/Tie/Scalar.t
    M lib/Time/gmtime.t
    M lib/Time/localtime.t
    M lib/User/grent.t
    M lib/blib.t
    M lib/dumpvar.t
    M lib/filetest.t
    M lib/h2xs.t
    M lib/integer.t
    M lib/less.t
    M lib/overload64.t
    M lib/overloading.t
    M lib/sort.t
    M lib/vmsish.t

  Log Message:
  -----------
  do not count tests, instead use done_testing()

Having to count tests is annoying for maintainers.

Also, manually updating count tests is problematic when multiple people
are working on the same code; it causes merge conflicts and recounts.

done_testing() is available since Test::More 0.88 which was released in
2009.

This commit changes all tests under lib/ that use Test::More and were
planning the number of tests.

Michiel Beijen is now a Perl author


  Commit: 702d9849e7acac6cf1fa8e630ffd73a481258704
      
https://github.com/Perl/perl5/commit/702d9849e7acac6cf1fa8e630ffd73a481258704
  Author: James E Keenan <[email protected]>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M AUTHORS
    M lib/B/Deparse-core.t
    M lib/B/Deparse-subclass.t
    M lib/Benchmark.t
    M lib/Config/Extensions.t
    M lib/DB.t
    M lib/DBM_Filter/t/01error.t
    M lib/DBM_Filter/t/02core.t
    M lib/DBM_Filter/t/compress.t
    M lib/DBM_Filter/t/encode.t
    M lib/DBM_Filter/t/int32.t
    M lib/DBM_Filter/t/null.t
    M lib/DBM_Filter/t/utf8.t
    M lib/DirHandle.t
    M lib/English.t
    M lib/File/Basename.t
    M lib/File/Compare.t
    M lib/File/Copy.t
    M lib/FileHandle.t
    M lib/Getopt/Std.t
    M lib/Internals.t
    M lib/Net/hostent.t
    M lib/Pod/t/Usage.t
    M lib/Symbol.t
    M lib/Thread.t
    M lib/Tie/ExtraHash.t
    M lib/Tie/Handle/stdhandle.t
    M lib/Tie/Handle/stdhandle_from_handle.t
    M lib/Tie/Hash.t
    M lib/Tie/Scalar.t
    M lib/Time/gmtime.t
    M lib/Time/localtime.t
    M lib/User/grent.t
    M lib/blib.t
    M lib/dumpvar.t
    M lib/filetest.t
    M lib/h2xs.t
    M lib/integer.t
    M lib/less.t
    M lib/overload64.t
    M lib/overloading.t
    M lib/sort.t
    M lib/vmsish.t

  Log Message:
  -----------
  Merge branch 'do-not-count-tests-if-possible' into blead


Compare: https://github.com/Perl/perl5/compare/2669990f25f5...702d9849e7ac

Reply via email to