8
0

Accepting request 863104 from devel:languages:perl:autoupdate

- updated to 1.30
   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
  1.30  2021-01-13
  - change bugtracker to GitHub issues
  - guard against trailing slashes for paths in @INC
  - interprete more common "use lib" idioms
  1.29  2020-08-16
  - implement interpretation of stuff like
    use FindBin;
    use lib "$FindBin/../lib";

OBS-URL: https://build.opensuse.org/request/show/863104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=48
This commit is contained in:
2021-01-14 14:30:50 +00:00
committed by Git OBS Bridge
parent 287acd60cc
commit c110f22103
4 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 14 03:08:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.30
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
1.30 2021-01-13
- change bugtracker to GitHub issues
- guard against trailing slashes for paths in @INC
- interprete more common "use lib" idioms
1.29 2020-08-16
- implement interpretation of stuff like
use FindBin;
use lib "$FindBin/../lib";
-------------------------------------------------------------------
Mon Aug 17 03:12:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>