8
0

2 Commits

Author SHA256 Message Date
f45b9b1239 Accepting request 1236281 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-ScanDeps?expand=0&rev=35
2025-01-12 10:15:10 +00:00
9d8dcd0f8a - updated to 1.370.0 (1.37)
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
  1.37  2024-11-14
  - fix parsing of "use if ..."
    Fixes errors in PAR::Packer test t/90-rt59710.t
  - add test for _parse_libs()
  1.36  2024-10-21
  - Fix CVE-2024-10224: Unsanitized input leads to LPE
    - use three-argument open()
    - replace 'eval "..."' constructs
    Note: this version was not released on CPAN because of
    Coordinated Release Date for CVE
  - README: add "Source Repository" and "Contact" info
    switch "Please submit bug reports to ..." to GitHub issues
  - add preload rule for MooX::HandlesVia
    cf. https://github.com/rschupp/PAR-Packer/issues/88

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=62
2025-01-09 16:27:19 +00:00
2 changed files with 0 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Module-ScanDeps/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Module-ScanDeps)

View File

@@ -27,7 +27,6 @@ Summary: Recursively scan Perl code for dependencies
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(IPC::Run3) >= 0.048 BuildRequires: perl(IPC::Run3) >= 0.048