Accepting request 1278635 from devel:languages:perl:autoupdate

- updated to 1.440.0 (1.44)
   see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
  1.44 2025-05-04
      - Update LICENSE text (for real this time)
  1.43 2025-05-04
      - Update LICENSE text
      - Promoting trial changes to stable release
  1.42 2023-09-30 (TRIAL RELEASE)
      - Restore detection for Perl version 5.008, which means that 5.006 is now the minimum
        required version that will be reported.
      - Recognize the minimum required Perl versions for:
        - the "use re '/flags'" pragma (GH#29)
        - postfix dereferences (GH#30)
        - the <<>> operator (GH#31)
  1.41 2023-05-17 (TRIAL RELEASE)
      - Remove detection for Perl versions 5.008 and older. This means that 5.008 is now the
        minimum required version that will be reported. (GH#7)
      - Fix formatting of the summary printed by the perlver script (GH#14)
      - Recognize the minimum required version for the tr///r flag (GH#25)
        and indented heredocs (GH#27)

OBS-URL: https://build.opensuse.org/request/show/1278635
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-MinimumVersion?expand=0&rev=6
This commit is contained in:
2025-05-24 14:55:25 +00:00
committed by Git OBS Bridge
parent 504a636d0e
commit 01477e04e6
4 changed files with 40 additions and 15 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 5 05:39:13 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.440.0 (1.44)
see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
1.44 2025-05-04
- Update LICENSE text (for real this time)
1.43 2025-05-04
- Update LICENSE text
- Promoting trial changes to stable release
1.42 2023-09-30 (TRIAL RELEASE)
- Restore detection for Perl version 5.008, which means that 5.006 is now the minimum
required version that will be reported.
- Recognize the minimum required Perl versions for:
- the "use re '/flags'" pragma (GH#29)
- postfix dereferences (GH#30)
- the <<>> operator (GH#31)
1.41 2023-05-17 (TRIAL RELEASE)
- Remove detection for Perl versions 5.008 and older. This means that 5.008 is now the
minimum required version that will be reported. (GH#7)
- Fix formatting of the summary printed by the perlver script (GH#14)
- Recognize the minimum required version for the tr///r flag (GH#25)
and indented heredocs (GH#27)
-------------------------------------------------------------------
Fri Apr 23 03:08:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>