8
0

Accepting request 1084380 from devel:languages:perl:autoupdate

- updated to 0.4234
   see /usr/share/doc/packages/perl-Module-Build/Changes
  0.4234 - Fri 28 Apr 2023 10:46:26 CEST
    - PodParser now respects =encoding directives
    - Don't use libraries in t/bundled for Build.PL
    - make_tarball: workaround for broken tar on Darwin
    - Respect $Config{man1ext}/$Config{man3ext}
    - Do not require a compiler if c_source is an empty list
  0.42_33 - 
    - PodParser now respects =encoding directives
    - Don't use libraries in t/bundled for Build.PL
    - make_tarball: workaround for broken tar on Darwin
    - Respect $Config{man1ext}/$Config{man3ext}
    - Do not require a compiler if c_source is an empty list

OBS-URL: https://build.opensuse.org/request/show/1084380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=56
This commit is contained in:
2023-05-03 15:19:46 +00:00
committed by Git OBS Bridge
parent a8cdb40532
commit 0f99a7546a
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 29 03:09:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.4234
see /usr/share/doc/packages/perl-Module-Build/Changes
0.4234 - Fri 28 Apr 2023 10:46:26 CEST
- PodParser now respects =encoding directives
- Don't use libraries in t/bundled for Build.PL
- make_tarball: workaround for broken tar on Darwin
- Respect $Config{man1ext}/$Config{man3ext}
- Do not require a compiler if c_source is an empty list
0.42_33 - Wed Mar 29 10:38:56 PM CEST 2023
- PodParser now respects =encoding directives
- Don't use libraries in t/bundled for Build.PL
- make_tarball: workaround for broken tar on Darwin
- Respect $Config{man1ext}/$Config{man3ext}
- Do not require a compiler if c_source is an empty list
-------------------------------------------------------------------
Fri Dec 9 03:08:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>