8
0

Accepting request 666396 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/666396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=40
This commit is contained in:
Stephan Kulow
2019-01-16 17:45:28 +00:00
committed by Git OBS Bridge
parent 7cbd004ac8
commit 0fb729c96d
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4308fb65ae281500364b87396332e48be7fe35367ac26a10cf5347ea28b091ab
size 54017

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee4ce19c04485e5caf71384e599518b2cbad2f27241ab09d89e0969e524ed948
size 54387

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jan 16 06:19:04 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.27
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
1.27 2019-01-15
- fixes by Shawn Laffan <shawnlaffan@gmail.com>
- Process lines like "{ package foo; use if 1, "warnings"; } (#8)
- Also handle 'do {use module; ...}'
- some clean ups
- scandeps.pl: sort output by module name
- add_deps(): use _gettype() instead of inline code
- _compile_or_execute(): require DynaLoader _before_ accessing
its variables
- t/7-check-dynaloader.t: improve diagnostics
- drop Cwd from the list of potential XS modules
- suppress warnings in some ancient Perls
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 13 06:13:38 UTC 2018 - Stephan Kulow <coolo@suse.com> Thu Dec 13 06:13:38 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-ScanDeps # spec file for package perl-Module-ScanDeps
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Module-ScanDeps Name: perl-Module-ScanDeps
Version: 1.26 Version: 1.27
Release: 0 Release: 0
%define cpan_name Module-ScanDeps %define cpan_name Module-ScanDeps
Summary: Recursively scan Perl code for dependencies Summary: Recursively scan Perl code for dependencies