Accepting request 914009 from devel:languages:perl:autoupdate

- updated to 0.13
   see /usr/share/doc/packages/perl-TAP-Formatter-JUnit/Changes
  0.13      2021-05-04 10:04:17-07:00 America/Vancouver
      - Fix install of "script/tap2junit"
  0.12      2021-01-05 21:23:07-08:00 America/Vancouver
      - Switch to Dist::Zilla for release management.
      - Various POD fixups; syntax, spelling, SYNOPSIS fixes
      - Cleaned up and removed unused variables
      - Bump minimum required Perl to 5.008, as that's the oldest version I can
        still test against.

OBS-URL: https://build.opensuse.org/request/show/914009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-TAP-Formatter-JUnit?expand=0&rev=7
This commit is contained in:
Mike Latimer
2021-08-25 16:09:23 +00:00
committed by Git OBS Bridge
parent c08234e467
commit d788111d0b
5 changed files with 102 additions and 32 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed May 5 03:07:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.13
see /usr/share/doc/packages/perl-TAP-Formatter-JUnit/Changes
0.13 2021-05-04 10:04:17-07:00 America/Vancouver
- Fix install of "script/tap2junit"
0.12 2021-01-05 21:23:07-08:00 America/Vancouver
- Switch to Dist::Zilla for release management.
- Various POD fixups; syntax, spelling, SYNOPSIS fixes
- Cleaned up and removed unused variables
- Bump minimum required Perl to 5.008, as that's the oldest version I can
still test against.
-------------------------------------------------------------------
Mon Jul 20 17:18:45 UTC 2015 - mlatimer@suse.com