Accepting request 927288 from devel:languages:perl:autoupdate

- updated to 0.74
   see /usr/share/doc/packages/perl-Test-HTTP-LocalServer/Changes
  0.74 2021-10-24
      * Restore compatibility with Perl 5.8.x
  0.73 2021-10-22
      * Actually allow sub-second delays for the "request_pause" option
  0.72 2021-10-21
      * Introduce the "request_pause" option to adjust the pause between requests.
        Depending on the UA under test, the default of 1 second may slow down
        testing too much, or may be necessary.

OBS-URL: https://build.opensuse.org/request/show/927288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-HTTP-LocalServer?expand=0&rev=2
This commit is contained in:
2021-10-26 12:52:32 +00:00
committed by Git OBS Bridge
parent 46d910c121
commit f5a12996c2
5 changed files with 62 additions and 12 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Oct 25 03:07:26 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.74
see /usr/share/doc/packages/perl-Test-HTTP-LocalServer/Changes
0.74 2021-10-24
* Restore compatibility with Perl 5.8.x
0.73 2021-10-22
* Actually allow sub-second delays for the "request_pause" option
0.72 2021-10-21
* Introduce the "request_pause" option to adjust the pause between requests.
Depending on the UA under test, the default of 1 second may slow down
testing too much, or may be necessary.
-------------------------------------------------------------------
Sun Oct 18 11:48:43 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>