Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Module-Runtime for
openSUSE:Factory checked in at 2025-05-23 14:30:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Runtime"
Fri May 23 14:30:04 2025 rev:14 rq:1279037 version:0.18.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes
2025-04-20 20:06:16.108834802 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new.2732/perl-Module-Runtime.changes
2025-05-23 14:31:26.778841242 +0200
@@ -1,0 +2,11 @@
+Tue Apr 22 05:35:26 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 0.18.0 (0.018)
+ see /usr/share/doc/packages/perl-Module-Runtime/Changes
+
+ 0.018 2025-04-21
+ - avoid xattr headers in release tarball
+
+ - minor code reformatting
+
+-------------------------------------------------------------------
Old:
----
Module-Runtime-0.017.tar.gz
New:
----
Module-Runtime-0.018.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Runtime.spec ++++++
--- /var/tmp/diff_new_pack.TI0xB3/_old 2025-05-23 14:31:27.186858458 +0200
+++ /var/tmp/diff_new_pack.TI0xB3/_new 2025-05-23 14:31:27.186858458 +0200
@@ -18,10 +18,10 @@
%define cpan_name Module-Runtime
Name: perl-Module-Runtime
-Version: 0.17.0
+Version: 0.18.0
Release: 0
-# 0.017 -> normalize -> 0.17.0
-%define cpan_version 0.017
+# 0.018 -> normalize -> 0.18.0
+%define cpan_version 0.018
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Runtime module handling
URL: https://metacpan.org/release/%{cpan_name}
++++++ Module-Runtime-0.017.tar.gz -> Module-Runtime-0.018.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Runtime-0.017/Changes
new/Module-Runtime-0.018/Changes
--- old/Module-Runtime-0.017/Changes 2025-04-06 13:03:59.641401793 +0200
+++ new/Module-Runtime-0.018/Changes 2025-04-21 14:12:52.000000000 +0200
@@ -1,5 +1,10 @@
Revision history for Module-Runtime
+0.018 2025-04-21
+ - avoid xattr headers in release tarball
+
+ - minor code reformatting
+
0.017 2025-04-06
- fixed internal Pod links
@@ -9,6 +14,8 @@
- update packaging to remove Module::Build and set x_static_install
+ - removed broken SIGNATURE file
+
0.016 2017-10-17
- port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
module doesn't trigger tainting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Runtime-0.017/META.json
new/Module-Runtime-0.018/META.json
--- old/Module-Runtime-0.017/META.json 2025-04-06 13:03:59.642754582 +0200
+++ new/Module-Runtime-0.018/META.json 2025-04-21 14:12:52.000000000 +0200
@@ -31,7 +31,7 @@
"Test::NoTabs" : "0",
"Test::Perl::Critic" : "0",
"Test::Pod" : "1.41",
- "Test::Pod::Coverage::TrustMe" : "0",
+ "Test::Pod::Coverage::TrustMe" : "0.002001",
"Test::Portability::Files" : "0",
"Test::Spelling" : "0.17",
"Test::Version" : "1"
@@ -51,7 +51,7 @@
"provides" : {
"Module::Runtime" : {
"file" : "lib/Module/Runtime.pm",
- "version" : "0.017"
+ "version" : "0.018"
}
},
"release_status" : "stable",
@@ -66,7 +66,7 @@
"web" : "https://github.com/haarg/Module-Runtime"
}
},
- "version" : "0.017",
+ "version" : "0.018",
"x_contributors" : [
"Graham Knop <[email protected]>"
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Runtime-0.017/META.yml
new/Module-Runtime-0.018/META.yml
--- old/Module-Runtime-0.017/META.yml 2025-04-06 13:03:59.642426708 +0200
+++ new/Module-Runtime-0.018/META.yml 2025-04-21 14:12:52.000000000 +0200
@@ -16,13 +16,13 @@
provides:
Module::Runtime:
file: lib/Module/Runtime.pm
- version: '0.017'
+ version: '0.018'
requires:
perl: '5.006000'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Runtime
repository: https://github.com/haarg/Module-Runtime.git
-version: '0.017'
+version: '0.018'
x_contributors:
- 'Graham Knop <[email protected]>'
x_generated_by_perl: v5.40.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Runtime-0.017/Makefile.PL
new/Module-Runtime-0.018/Makefile.PL
--- old/Module-Runtime-0.017/Makefile.PL 2025-04-06 13:03:59.643075790
+0200
+++ new/Module-Runtime-0.018/Makefile.PL 2025-04-21 14:12:52.000000000
+0200
@@ -20,7 +20,7 @@
"TEST_REQUIRES" => {
"Test::More" => 0
},
- "VERSION" => "0.017",
+ "VERSION" => "0.018",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Runtime-0.017/dist.ini
new/Module-Runtime-0.018/dist.ini
--- old/Module-Runtime-0.017/dist.ini 2025-04-06 13:03:59.642099458 +0200
+++ new/Module-Runtime-0.018/dist.ini 2025-04-21 14:12:52.000000000 +0200
@@ -92,6 +92,7 @@
plugin = ReadmeGFMInRoot
;;; Release
+[Libarchive]
[TestRelease]
[RunExtraTests]
[ConfirmRelease]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Runtime-0.017/lib/Module/Runtime.pm
new/Module-Runtime-0.018/lib/Module/Runtime.pm
--- old/Module-Runtime-0.017/lib/Module/Runtime.pm 2025-04-06
13:03:59.645555661 +0200
+++ new/Module-Runtime-0.018/lib/Module/Runtime.pm 2025-04-21
14:12:52.000000000 +0200
@@ -9,7 +9,7 @@
BEGIN { ${^WARNING_BITS} = ""; }
# Don't "use strict" here, to avoid dependencies.
-our $VERSION = '0.017';
+our $VERSION = '0.018';
# Don't use Exporter here, to avoid dependencies.
our @EXPORT_OK = qw(
@@ -23,7 +23,7 @@
my %export_ok = map { ($_ => undef) } @EXPORT_OK;
sub import {
my $me = shift;
- my $callpkg = caller(0);
+ my $callpkg = caller;
my $errs = "";
foreach(@_) {
if(exists $export_ok{$_}) {
@@ -39,8 +39,8 @@
}
}
if($errs ne "") {
- die "${errs}Can't continue after import errors ".
- "at @{[(caller(0))[1]]} line @{[(caller(0))[2]]}.\n";
+ die sprintf "%sCan't continue after import errors at %s line %u.\n",
+ $errs, (caller)[1,2];
}
}
@@ -51,19 +51,19 @@
return defined($arg) && ref(\$arg) eq "SCALAR";
}
-our $module_name_rx = qr/[A-Z_a-z][0-9A-Z_a-z]*(?:::[0-9A-Z_a-z]+)*/;
+our $module_name_rx = qr{[A-Z_a-z][0-9A-Z_a-z]*(?:::[0-9A-Z_a-z]+)*};
my $qual_module_spec_rx =
- qr#(?:/|::)[A-Z_a-z][0-9A-Z_a-z]*(?:(?:/|::)[0-9A-Z_a-z]+)*#;
+ qr{(?:/|::)[A-Z_a-z][0-9A-Z_a-z]*(?:(?:/|::)[0-9A-Z_a-z]+)*};
my $unqual_top_module_spec_rx =
- qr#[A-Z_a-z][0-9A-Z_a-z]*(?:(?:/|::)[0-9A-Z_a-z]+)*#;
+ qr{[A-Z_a-z][0-9A-Z_a-z]*(?:(?:/|::)[0-9A-Z_a-z]+)*};
-our $top_module_spec_rx = qr/$qual_module_spec_rx|$unqual_top_module_spec_rx/o;
+our $top_module_spec_rx = qr{$qual_module_spec_rx|$unqual_top_module_spec_rx};
-my $unqual_sub_module_spec_rx = qr#[0-9A-Z_a-z]+(?:(?:/|::)[0-9A-Z_a-z]+)*#;
+my $unqual_sub_module_spec_rx = qr{[0-9A-Z_a-z]+(?:(?:/|::)[0-9A-Z_a-z]+)*};
-our $sub_module_spec_rx = qr/$qual_module_spec_rx|$unqual_sub_module_spec_rx/o;
+our $sub_module_spec_rx = qr{$qual_module_spec_rx|$unqual_sub_module_spec_rx};
sub is_module_name($) { _is_string($_[0]) && $_[0] =~ /\A$module_name_rx\z/o }
@@ -79,7 +79,7 @@
sub module_notional_filename($) {
&check_module_name;
my($name) = @_;
- $name =~ s!::!/!g;
+ $name =~ s{::}{/}g;
return $name.".pm";
}
@@ -148,9 +148,10 @@
sub is_module_spec($$) {
my($prefix, $spec) = @_;
- return _is_string($spec) &&
- $spec =~ ($prefix ? qr/\A$sub_module_spec_rx\z/o :
- qr/\A$top_module_spec_rx\z/o);
+ return _is_string($spec) && (
+ $prefix ? $spec =~ /\A$sub_module_spec_rx\z/o
+ : $spec =~ /\A$top_module_spec_rx\z/o
+ );
}
*is_valid_module_spec = \&is_module_spec;
@@ -166,12 +167,12 @@
my($prefix, $spec) = @_;
check_module_name($prefix) if defined $prefix;
&check_module_spec;
- if($spec =~ s#\A(?:/|::)##) {
+ if($spec =~ s{\A(?:/|::)}{}) {
# OK
} else {
$spec = $prefix."::".$spec if defined $prefix;
}
- $spec =~ s#/#::#g;
+ $spec =~ s{/}{::}g;
return $spec;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Module-Runtime-0.017/xt/author/pod-coverage.t
new/Module-Runtime-0.018/xt/author/pod-coverage.t
--- old/Module-Runtime-0.017/xt/author/pod-coverage.t 2025-04-06
13:03:59.646113535 +0200
+++ new/Module-Runtime-0.018/xt/author/pod-coverage.t 2025-04-21
14:12:52.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by
Dist::Zilla::Plugin::Test::Pod::Coverage::TrustMe v1.0.0
+# This file was automatically generated by
Dist::Zilla::Plugin::Test::Pod::Coverage::TrustMe v1.0.1
use strict;
use warnings;
use Test::More;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Module-Runtime-0.017/xt/release/changes_has_content.t
new/Module-Runtime-0.018/xt/release/changes_has_content.t
--- old/Module-Runtime-0.017/xt/release/changes_has_content.t 2025-04-06
13:03:59.646531326 +0200
+++ new/Module-Runtime-0.018/xt/release/changes_has_content.t 2025-04-21
14:12:52.000000000 +0200
@@ -2,7 +2,7 @@
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '0.017';
+my $newver = '0.018';
my $trial_token = '-TRIAL';
my $encoding = 'UTF-8';