8
0

Accepting request 829762 from devel:languages:perl:autoupdate

- updated to 1.29
   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
   
  1.29  2020-08-16
  - implement interpretation of stuff like
    use FindBin;
    use lib "$FindBin/../lib";

OBS-URL: https://build.opensuse.org/request/show/829762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=46
This commit is contained in:
2020-08-27 11:51:55 +00:00
committed by Git OBS Bridge
parent c60ebb1475
commit 287acd60cc
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 17 03:12:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.29
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
1.29 2020-08-16
- implement interpretation of stuff like
use FindBin;
use lib "$FindBin/../lib";
-------------------------------------------------------------------
Fri Aug 7 03:10:39 UTC 2020 - Tina Müller <timueller+perl@suse.de>