8
0
forked from pool/perl-PAR-Dist

Accepting request 852061 from devel:languages:perl:autoupdate

- updated to 0.51
   see /usr/share/doc/packages/perl-PAR-Dist/Changes
  0.51  2020-11-30
  - Fix problem with Cwd::realpath()
    Some versions of Cwd::realpath() must be called on an *existing* path,
    otherwise they will return undef.

OBS-URL: https://build.opensuse.org/request/show/852061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PAR-Dist?expand=0&rev=19
This commit is contained in:
2020-12-01 09:45:15 +00:00
committed by Git OBS Bridge
parent f9922ea465
commit 901b932973
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Dec 1 03:13:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.51
see /usr/share/doc/packages/perl-PAR-Dist/Changes
0.51 2020-11-30
- Fix problem with Cwd::realpath()
Some versions of Cwd::realpath() must be called on an *existing* path,
otherwise they will return undef.
-------------------------------------------------------------------
Wed Nov 18 03:11:15 UTC 2020 - Tina Müller <timueller+perl@suse.de>