Revisions of perl-Test-Harness

Tina Müller's avatar Tina Müller (tinita) committed (revision 33)
Fix disabling of __perllib_provides
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1116898 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
- updated to 3.48
   see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.48 2023-10-02
          - Accept TAP version 14
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1108653 from Tina Müller's avatar Tina Müller (tinita) (revision 31)
- updated to 3.47
   see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.47 2023-08-13
          - Add missing negation in EINTR check
          - Fix HARNESS_PERL_SWITCHES=-I handling in TAP::Harness::Env
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1102946 from Tina Müller's avatar Tina Müller (tinita) (revision 30)
- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- updated to 3.46
   see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.46  2023-07-30
          - Color the "ok"s as well.
          - Skip symlink tests on msys2
          - Use use absolute path for executable tests
          - Space-quote executable if has spaces
          - Avoid using Errno::EINTR directly for platforms without it
          - stop calling import on App::Prove plugins
  3.45_02  2023-06-01
          - Avoid using Errno::EINTR directly for platforms without it
  3.45_01  28-04-2023
          - Color the "ok"s as well.
          - Skip symlink tests on msys2
          - Use use absolute path for executable tests
          - Space-quote executable if has spaces
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 970711 from Tina Müller's avatar Tina Müller (tinita) (revision 29)
- updated to 3.44
   see /usr/share/doc/packages/perl-Test-Harness/Changes
  3.44     17-04-2022
          - Release 3.43_06 as non-dev
  3.43_06  11-04-2022
          - Fix skipping SEGV test
  3.43_05  07-04-2022
          - Fix failing SEGV test on Windows
  3.43_04 22-01-2022
          - Remove ASCII-isms to better work on EBCDIC
  3.43_03 30-07-2021
          - Move timer initialization
          - Fix YAMLish behaviour with empty values
          - fix eintr error handling in TAP::Parser::Multiplexer
          - Parse out signal name & core dump.
  3.43_02 25-03-2020
          - Let the aggregator finish gracefully after bailout
          - Make prove respect HARNESS_VERBOSE if no verbosity flags are passed
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 28)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 626452 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 27)
initialized devel package after accepting 626452
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 588894 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 26)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 581519 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 25)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 486293 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 479177 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 23)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 22)
- fix build on sle12
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 358297 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
- readd manual fix

- updated to 3.36
   see /usr/share/doc/packages/perl-Test-Harness/Changes
          - Accept YAML with trailing whitespace in header (Maik Hentsche)
          - Stop bundling Test::More for testing
  
  3.35    2015-01-14
          - Fix prove --version to actually print the version (Leon Timmermans, #101216)
          - Add --version to usage message (Leon Timmermans, #101215)
  
  3.34    2014-11-02
          - Enable printing CPU times spent per test (Jarkko Hietaniemi)
  
  3.33    2014-08-16
          - Various documentation fixes (Leon Timmermans, Justin Cook)
  
  3.32    2014-06-11
          - Remove harness_class from argument hash in T::H::E (Leon Timmermans)
  
  3.31    2014-06-07
          - Implement external rulesfile for TAP::Harness (David Golden)
          - Add harness_class argument to TAP::Harness::Env (Leon Timmermans)
          - Make prove respect environmental variables #28 (Leon Timmermans)
Christian Wittmer's avatar Christian Wittmer (computersalat) committed (revision 20)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209616 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
initialized devel package after accepting 209616
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 18)
- avoid another file conflict
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 17)
- updated to 3.30
      - Fix missing parent prereq in META.{yml,json} and NotBuild.PL
        (Dagfinn Ilmari Mannsåker, #89650)
      - Respect PERL5LIB in tainting source handler test (Dagfinn Ilmari Mannsåker, 
        Leon Timmermans)
      - Use base instead of parent:
        This dist is used for testing all other modules, so it should avoid
        having any non-core prerequisites.  Having parent as a prereq leads to a
        circular dependency of parent -> Test::More -> Test::Harness. (Graham Knop)
      - Various POD fixes (Nathan Gary Glenn)
      - Don't localize all of %ENV in harness.t (Craig Berry)
      - Give TAP::Harness::Beyond a unique NAME (Leon Timmermans)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 16)
- update to 3.29:
  + Get rid of use vars in favor of our in all modules 
    (Leon Timmermans) and tests (Karen Etheridge)
  + Added use warnings to all modules (Leon Timmermans) and tests 
    (Karen Etheridge)
  + Use parent instead of @ISA in all modules (Leon Timmermans) 
    and tests (Karen Etheridge)
  + Fix failing test on VMS (Craig Berry)
  + Improve error message on loading failure 
    (Leon Timmermans, RT#77730)
  + Use Text::ParseWords, deprecate TAP::Parser::Utils
  + Dramatically reduce memory usage (Nick Clark, RT #84939)
  + Store test_num (in Grammar.pm) as a number instead of a string.
    Reduces memory usage (Nick Clark, RT#84939)
  + PERL5LIB is always propogated to a test's @INC, even with 
    taint more (Schwern, RT#84377)
  + restore "always add -w to switches" behavior
  + Renamed env.opts.t to env_opts.t (for VMS)
  + RT #74393: corrected typo in M::B integration docs.
  + RT #63473: fix typo.
  + RT #49732: Attempt to load File::Glob::Windows to get correct
    glob semantics on Win32.
  + RT #47890: Don't use Win32::GetShortPathName.
  + RT #64404: Ignore textness ('-T') of script when reading shebang.
  + Handle the case where we don't know the wait status of the
    test more gracefully.
  + Make the test summary 'ok' line overrideable so that it can be
    changed to a plugin to make the output of prove idempotent.
  + Stop adding '-w' to perl switches by default
  + testargs.t: don't run a world-writable file
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 15)
use gz
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 14)
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by