8
0

Accepting request 1125749 from devel:languages:perl:autoupdate

- updated to 1.35
   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
  1.35  2023-11-05
  - massive speed up, esp. for scripts using stuff from
    the Moose ecosystem, thanks to @shawnlaffan:
    - add package level caches for INC searches (_find_in_inc, _glob_in_inc)
    - faster add_deps on case insensitive systems AKA Windows

OBS-URL: https://build.opensuse.org/request/show/1125749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=58
This commit is contained in:
2023-11-16 16:37:19 +00:00
committed by Git OBS Bridge
parent f6b1d63e29
commit e84dd075ea
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 6 03:06:33 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.35
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
1.35 2023-11-05
- massive speed up, esp. for scripts using stuff from
the Moose ecosystem, thanks to @shawnlaffan:
- add package level caches for INC searches (_find_in_inc, _glob_in_inc)
- faster add_deps on case insensitive systems AKA Windows
-------------------------------------------------------------------
Mon Sep 25 03:06:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>