Accepting request 914272 from devel:languages:perl:autoupdate

- updated to 1.40
   see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
  1.40 2021-04-21
      - No changes from 1.39
  1.39 2021-04-11 (TRIAL RELEASE)
      - Features enabled via the 'experimental' pragma are now recognized (GH#5)
      - Depend on PPIx::Utils instead of Perl::Critic::Utils (GH#6)
      - Recognize several new features and their minimum required Perl versions (GH#10, GH#20)
        - 'say', 'smartmatch', 'postderef', 'postderef_qq', 'signatures',
          'refaliasing', 'bitwise', 'declared_refs', 'isa', 'indirect'

OBS-URL: https://build.opensuse.org/request/show/914272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-MinimumVersion?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2021-08-29 15:06:18 +00:00
committed by Git OBS Bridge
parent 4808caa289
commit 8872147a37
5 changed files with 76 additions and 27 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Apr 23 03:08:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.40
see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
1.40 2021-04-21
- No changes from 1.39
1.39 2021-04-11 (TRIAL RELEASE)
- Features enabled via the 'experimental' pragma are now recognized (GH#5)
- Depend on PPIx::Utils instead of Perl::Critic::Utils (GH#6)
- Recognize several new features and their minimum required Perl versions (GH#10, GH#20)
- 'say', 'smartmatch', 'postderef', 'postderef_qq', 'signatures',
'refaliasing', 'bitwise', 'declared_refs', 'isa', 'indirect'
-------------------------------------------------------------------
Tue Apr 14 19:50:12 UTC 2015 - coolo@suse.com