Accepting request 834849 from devel:languages:perl:autoupdate

- updated to 2.18
   see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
  2.18
  - Add descriptions for 3 tests lacking them
  - Removed bundled Test::More from t/lib
  - 'use strict' added to all files where missing
  - 'use vars' replaced with 'our'
  - Properly scope all variables
  - Minimal supported perl version is now v5.6.0

OBS-URL: https://build.opensuse.org/request/show/834849
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Install?expand=0&rev=12
This commit is contained in:
2020-09-16 10:50:54 +00:00
committed by Git OBS Bridge
parent 778f39e3ef
commit bb5250d504
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 16 03:07:35 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.18
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
2.18
- Add descriptions for 3 tests lacking them
- Removed bundled Test::More from t/lib
- 'use strict' added to all files where missing
- 'use vars' replaced with 'our'
- Properly scope all variables
- Minimal supported perl version is now v5.6.0
-------------------------------------------------------------------
Sun Jun 21 03:08:58 UTC 2020 - Tina Müller <timueller+perl@suse.de>