Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Net-CIDR-Set for
openSUSE:Factory checked in at 2026-06-15 19:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-CIDR-Set (Old)
and /work/SRC/openSUSE:Factory/.perl-Net-CIDR-Set.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-CIDR-Set"
Mon Jun 15 19:50:02 2026 rev:12 rq:1359504 version:0.220.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-CIDR-Set/perl-Net-CIDR-Set.changes
2026-06-03 20:29:58.115985126 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Net-CIDR-Set.new.1981/perl-Net-CIDR-Set.changes
2026-06-15 19:53:34.848922286 +0200
@@ -1,0 +2,15 @@
+Sun Jun 14 08:51:10 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.220.0 (0.22)
+ see /usr/share/doc/packages/perl-Net-CIDR-Set/Changes
+
+ 0.22 2026-06-13 14:44:25+01:00 Europe/London
+ [Toolchain]
+ - Set the static install flag
+ - Adjusted build prerequisites to be recommended instead of required.
+ - Sign distribution with SigStore.
+ [Tests]
+ - Added author tests.
+ - Update minimum prereqs for some tests.
+
+-------------------------------------------------------------------
Old:
----
Net-CIDR-Set-0.21.tar.gz
New:
----
Net-CIDR-Set-0.22.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-CIDR-Set.spec ++++++
--- /var/tmp/diff_new_pack.LVyukk/_old 2026-06-15 19:53:35.756960369 +0200
+++ /var/tmp/diff_new_pack.LVyukk/_new 2026-06-15 19:53:35.760960537 +0200
@@ -18,10 +18,10 @@
%define cpan_name Net-CIDR-Set
Name: perl-Net-CIDR-Set
-Version: 0.210.0
+Version: 0.220.0
Release: 0
-# 0.21 -> normalize -> 0.210.0
-%define cpan_version 0.21
+# 0.22 -> normalize -> 0.220.0
+%define cpan_version 0.22
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Manipulate sets of IP addresses
URL: https://metacpan.org/release/%{cpan_name}
@@ -30,8 +30,8 @@
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(ExtUtils::MakeMaker) >= 7.22
-BuildRequires: perl(Module::Metadata) >= 1.000015
+BuildRequires: perl(Data::Dumper) >= 2.154
+BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(namespace::autoclean)
++++++ Net-CIDR-Set-0.21.tar.gz -> Net-CIDR-Set-0.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/CPAN-META/automation-policy.json
new/Net-CIDR-Set-0.22/CPAN-META/automation-policy.json
--- old/Net-CIDR-Set-0.21/CPAN-META/automation-policy.json 2026-06-02
18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/CPAN-META/automation-policy.json 2026-06-13
15:44:27.000000000 +0200
@@ -2,6 +2,6 @@
"automated_actions" : "issue",
"automated_contributions" : "issue",
"code_generation" : "toolchain",
- "distribution" : "Net-CIDR-Set-0.21",
+ "distribution" : "Net-CIDR-Set-0.22",
"version" : 1
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/Changes
new/Net-CIDR-Set-0.22/Changes
--- old/Net-CIDR-Set-0.21/Changes 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/Changes 2026-06-13 15:44:27.000000000 +0200
@@ -1,5 +1,18 @@
Revision history for Net-CIDR-Set
+0.22 2026-06-13 14:44:25+01:00 Europe/London
+ [Toolchain]
+ - Set the static install flag
+
+ - Adjusted build prerequisites to be recommended instead of required.
+
+ - Sign distribution with SigStore.
+
+ [Tests]
+ - Added author tests.
+
+ - Update minimum prereqs for some tests.
+
0.21 2026-06-02 17:45:44+01:00 Europe/London
[Security]
- Improved strictness of IP address (CVE-2026-49940) and netmask parsing
(CVE-2026-49942).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/MANIFEST
new/Net-CIDR-Set-0.22/MANIFEST
--- old/Net-CIDR-Set-0.21/MANIFEST 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/MANIFEST 2026-06-13 15:44:27.000000000 +0200
@@ -27,8 +27,10 @@
t/private.t
t/validation.t
weaver.ini
+xt/00-compile.t
xt/author/clean-namespaces.t
xt/author/critic.t
+xt/author/cve.t
xt/author/eof.t
xt/author/eol.t
xt/author/minimum-version.t
@@ -40,6 +42,7 @@
xt/author/pod-spell.t
xt/author/pod-syntax.t
xt/author/portability.t
+xt/author/test-version.t
xt/etc/perlcritic.rc
xt/release/cpan-changes.t
xt/release/dist-manifest.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/META.json
new/Net-CIDR-Set-0.22/META.json
--- old/Net-CIDR-Set-0.21/META.json 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/META.json 2026-06-13 15:44:27.000000000 +0200
@@ -18,12 +18,12 @@
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Net-CIDR-Set",
"prereqs" : {
"build" : {
- "requires" : {
+ "recommends" : {
"ExtUtils::MakeMaker" : "7.22",
"Module::Metadata" : "1.000015"
}
@@ -37,12 +37,18 @@
"requires" : {
"Dist::AutomationPolicy" : "v0.2.0",
"Dist::Zilla::Plugin::UsefulReadme" : "v0.4.3",
+ "File::Spec" : "0",
+ "IO::Handle" : "0",
+ "IPC::Open3" : "0",
"Pod::Coverage::TrustPod" : "0",
"Pod::Markdown::Github" : "0",
"Pod::Wordlist" : "0",
"Software::Security::Policy::Individual" : "0.10",
+ "Test2::Require::AuthorTesting" : "0",
"Test2::Tools::Basic" : "1.302200",
+ "Test2::V0" : "0",
"Test::CPAN::Changes" : "0.19",
+ "Test::CVE" : "0.10",
"Test::CleanNamespaces" : "0.15",
"Test::DistManifest" : "0",
"Test::EOF" : "0",
@@ -61,7 +67,8 @@
"Test::Portability::Files" : "0",
"Test::Spelling" : "0.17",
"Test::TrailingSpace" : "0.0203",
- "Test::Vars" : "0.015"
+ "Test::Vars" : "0.015",
+ "Test::Version" : "1"
}
},
"runtime" : {
@@ -79,9 +86,11 @@
"CPAN::Meta" : "2.120900"
},
"requires" : {
- "Data::Dumper" : "0",
+ "Data::Dumper" : "2.154",
"File::Spec" : "0",
- "Module::Metadata" : "1.000015",
+ "IO::Handle" : "0",
+ "IPC::Open3" : "0",
+ "Module::Metadata" : "0",
"Test::Exception" : "0",
"Test::More" : "0.96"
}
@@ -90,15 +99,15 @@
"provides" : {
"Net::CIDR::Set" : {
"file" : "lib/Net/CIDR/Set.pm",
- "version" : "0.21"
+ "version" : "0.22"
},
"Net::CIDR::Set::IPv4" : {
"file" : "lib/Net/CIDR/Set/IPv4.pm",
- "version" : "0.21"
+ "version" : "0.22"
},
"Net::CIDR::Set::IPv6" : {
"file" : "lib/Net/CIDR/Set/IPv6.pm",
- "version" : "0.21"
+ "version" : "0.22"
}
},
"release_status" : "stable",
@@ -113,7 +122,7 @@
},
"x_authority" : "cpan:RRWO"
},
- "version" : "0.21",
+ "version" : "0.22",
"x_contributors" : [
"Thomas Eckardt <[email protected]>",
"Brian Gottreu <[email protected]>",
@@ -121,7 +130,8 @@
"Stig Palmquist <[email protected]>"
],
"x_generated_by_perl" : "v5.42.1",
- "x_serialization_backend" : "JSON::XS version 4.04",
- "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.42",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
+ "x_static_install" : 1
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/META.yml
new/Net-CIDR-Set-0.22/META.yml
--- old/Net-CIDR-Set-0.21/META.yml 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/META.yml 2026-06-13 15:44:27.000000000 +0200
@@ -3,10 +3,11 @@
author:
- 'Andy Armstrong <[email protected]>'
build_requires:
- Data::Dumper: '0'
- ExtUtils::MakeMaker: '7.22'
+ Data::Dumper: '2.154'
File::Spec: '0'
- Module::Metadata: '1.000015'
+ IO::Handle: '0'
+ IPC::Open3: '0'
+ Module::Metadata: '0'
Test::Exception: '0'
Test::More: '0.96'
configure_requires:
@@ -28,13 +29,13 @@
provides:
Net::CIDR::Set:
file: lib/Net/CIDR/Set.pm
- version: '0.21'
+ version: '0.22'
Net::CIDR::Set::IPv4:
file: lib/Net/CIDR/Set/IPv4.pm
- version: '0.21'
+ version: '0.22'
Net::CIDR::Set::IPv6:
file: lib/Net/CIDR/Set/IPv6.pm
- version: '0.21'
+ version: '0.22'
requires:
Carp: '0'
namespace::autoclean: '0'
@@ -46,7 +47,7 @@
Authority: cpan:RRWO
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Net-CIDR-Set
repository: git://github.com/robrwo/perl-Net-CIDR-Set.git
-version: '0.21'
+version: '0.22'
x_contributors:
- 'Thomas Eckardt <[email protected]>'
- 'Brian Gottreu <[email protected]>'
@@ -55,3 +56,4 @@
x_generated_by_perl: v5.42.1
x_serialization_backend: 'YAML::Tiny version 1.76'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
+x_static_install: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/Makefile.PL
new/Net-CIDR-Set-0.22/Makefile.PL
--- old/Net-CIDR-Set-0.21/Makefile.PL 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/Makefile.PL 2026-06-13 15:44:27.000000000 +0200
@@ -9,10 +9,6 @@
my %WriteMakefileArgs = (
"ABSTRACT" => "Manipulate sets of IP addresses",
"AUTHOR" => "Andy Armstrong <andy\@hexten.net>",
- "BUILD_REQUIRES" => {
- "ExtUtils::MakeMaker" => "7.22",
- "Module::Metadata" => "1.000015"
- },
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
@@ -28,13 +24,15 @@
"warnings" => 0
},
"TEST_REQUIRES" => {
- "Data::Dumper" => 0,
+ "Data::Dumper" => "2.154",
"File::Spec" => 0,
- "Module::Metadata" => "1.000015",
+ "IO::Handle" => 0,
+ "IPC::Open3" => 0,
+ "Module::Metadata" => 0,
"Test::Exception" => 0,
"Test::More" => "0.96"
},
- "VERSION" => "0.21",
+ "VERSION" => "0.22",
"test" => {
"TESTS" => "t/*.t"
}
@@ -43,10 +41,11 @@
my %FallbackPrereqs = (
"Carp" => 0,
- "Data::Dumper" => 0,
- "ExtUtils::MakeMaker" => "7.22",
+ "Data::Dumper" => "2.154",
"File::Spec" => 0,
- "Module::Metadata" => "1.000015",
+ "IO::Handle" => 0,
+ "IPC::Open3" => 0,
+ "Module::Metadata" => 0,
"Test::Exception" => 0,
"Test::More" => "0.96",
"namespace::autoclean" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/README.md
new/Net-CIDR-Set-0.22/README.md
--- old/Net-CIDR-Set-0.21/README.md 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/README.md 2026-06-13 15:44:27.000000000 +0200
@@ -37,18 +37,15 @@
# RECENT CHANGES
-Changes for version 0.21 (2026-06-02)
+Changes for version 0.22 (2026-06-13)
-- Security
- - Improved strictness of IP address (CVE-2026-49940) and netmask parsing
(CVE-2026-49942).
- - Removed potential infinite loops when attempting to parse IP addresses
(CVE-2026-49941).
-- Documentation
- - Removed CONTRIBUTING.md until policies about AI are updated.
-- Tests
- - Changed tests to use Test::Exception.
- Toolchain
- - Added doap.xml to the distibution.
- - Added automation-policy.json to the distribution.
+ - Set the static install flag
+ - Adjusted build prerequisites to be recommended instead of required.
+ - Sign distribution with SigStore.
+- Tests
+ - Added author tests.
+ - Update minimum prereqs for some tests.
See the `Changes` file for more details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/cpanfile
new/Net-CIDR-Set-0.22/cpanfile
--- old/Net-CIDR-Set-0.21/cpanfile 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/cpanfile 2026-06-13 15:44:27.000000000 +0200
@@ -9,14 +9,16 @@
requires "warnings" => "0";
on 'build' => sub {
- requires "ExtUtils::MakeMaker" => "7.22";
- requires "Module::Metadata" => "1.000015";
+ recommends "ExtUtils::MakeMaker" => "7.22";
+ recommends "Module::Metadata" => "1.000015";
};
on 'test' => sub {
- requires "Data::Dumper" => "0";
+ requires "Data::Dumper" => "2.154";
requires "File::Spec" => "0";
- requires "Module::Metadata" => "1.000015";
+ requires "IO::Handle" => "0";
+ requires "IPC::Open3" => "0";
+ requires "Module::Metadata" => "0";
requires "Test::Exception" => "0";
requires "Test::More" => "0.96";
};
@@ -32,12 +34,18 @@
on 'develop' => sub {
requires "Dist::AutomationPolicy" => "v0.2.0";
requires "Dist::Zilla::Plugin::UsefulReadme" => "v0.4.3";
+ requires "File::Spec" => "0";
+ requires "IO::Handle" => "0";
+ requires "IPC::Open3" => "0";
requires "Pod::Coverage::TrustPod" => "0";
requires "Pod::Markdown::Github" => "0";
requires "Pod::Wordlist" => "0";
requires "Software::Security::Policy::Individual" => "0.10";
+ requires "Test2::Require::AuthorTesting" => "0";
requires "Test2::Tools::Basic" => "1.302200";
+ requires "Test2::V0" => "0";
requires "Test::CPAN::Changes" => "0.19";
+ requires "Test::CVE" => "0.10";
requires "Test::CleanNamespaces" => "0.15";
requires "Test::DistManifest" => "0";
requires "Test::EOF" => "0";
@@ -57,4 +65,5 @@
requires "Test::Spelling" => "0.17";
requires "Test::TrailingSpace" => "0.0203";
requires "Test::Vars" => "0.015";
+ requires "Test::Version" => "1";
};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/dist.ini
new/Net-CIDR-Set-0.22/dist.ini
--- old/Net-CIDR-Set-0.21/dist.ini 2026-06-02 18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/dist.ini 2026-06-13 15:44:27.000000000 +0200
@@ -31,14 +31,19 @@
[TestRelease]
[CheckExtraTests]
[ConfirmRelease]
-[UploadToCPAN]
+[SigStore::SignRelease]
+
[RecommendedPrereqs]
[AutoPrereqs]
+[StaticInstall]
+mode = auto
+dry_run = 0
+
[Prereqs / BuildRequires ]
-phase = build
--relationship = requires
+-relationship = recommends
ExtUtils::MakeMaker = 7.22
Module::Metadata = 1.000015
@@ -133,6 +138,13 @@
stopword = superset
stopword = masse
+[Test::Version]
+[Test::Compile]
+; authordep Test::Compile
+filename = xt/00-compile.t
+
+[Test::CVE]
+
[Test::ReportPrereqs]
:version = 0.022
version_extractor = Module::Metadata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/lib/Net/CIDR/Set/IPv4.pm
new/Net-CIDR-Set-0.22/lib/Net/CIDR/Set/IPv4.pm
--- old/Net-CIDR-Set-0.21/lib/Net/CIDR/Set/IPv4.pm 2026-06-02
18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/lib/Net/CIDR/Set/IPv4.pm 2026-06-13
15:44:27.000000000 +0200
@@ -8,7 +8,7 @@
# ABSTRACT: Encode / decode IPv4 addresses
-our $VERSION = '0.21';
+our $VERSION = '0.22';
sub new { bless \my $x, shift }
@@ -116,7 +116,7 @@
=head1 VERSION
-version 0.21
+version 0.22
=for Pod::Coverage new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/lib/Net/CIDR/Set/IPv6.pm
new/Net-CIDR-Set-0.22/lib/Net/CIDR/Set/IPv6.pm
--- old/Net-CIDR-Set-0.21/lib/Net/CIDR/Set/IPv6.pm 2026-06-02
18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/lib/Net/CIDR/Set/IPv6.pm 2026-06-13
15:44:27.000000000 +0200
@@ -8,7 +8,7 @@
# ABSTRACT: Encode / decode IPv6 addresses
-our $VERSION = '0.21';
+our $VERSION = '0.22';
sub new { bless \my $x, shift }
@@ -147,7 +147,7 @@
=head1 VERSION
-version 0.21
+version 0.22
=for Pod::Coverage new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/lib/Net/CIDR/Set.pm
new/Net-CIDR-Set-0.22/lib/Net/CIDR/Set.pm
--- old/Net-CIDR-Set-0.21/lib/Net/CIDR/Set.pm 2026-06-02 18:45:45.000000000
+0200
+++ new/Net-CIDR-Set-0.22/lib/Net/CIDR/Set.pm 2026-06-13 15:44:27.000000000
+0200
@@ -13,7 +13,7 @@
use namespace::autoclean;
-our $VERSION = '0.21';
+our $VERSION = '0.22';
{
@@ -436,7 +436,7 @@
=head1 VERSION
-version 0.21
+version 0.22
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/t/00-report-prereqs.dd
new/Net-CIDR-Set-0.22/t/00-report-prereqs.dd
--- old/Net-CIDR-Set-0.21/t/00-report-prereqs.dd 2026-06-02
18:45:45.000000000 +0200
+++ new/Net-CIDR-Set-0.22/t/00-report-prereqs.dd 2026-06-13
15:44:27.000000000 +0200
@@ -1,9 +1,9 @@
do { my $x = {
'build' => {
- 'requires' => {
- 'ExtUtils::MakeMaker' => '7.22',
- 'Module::Metadata' => '1.000015'
- }
+ 'recommends' => {
+ 'ExtUtils::MakeMaker' => '7.22',
+ 'Module::Metadata' => '1.000015'
+ }
},
'configure' => {
'requires' => {
@@ -14,12 +14,18 @@
'requires' => {
'Dist::AutomationPolicy' => 'v0.2.0',
'Dist::Zilla::Plugin::UsefulReadme' =>
'v0.4.3',
+ 'File::Spec' => '0',
+ 'IO::Handle' => '0',
+ 'IPC::Open3' => '0',
'Pod::Coverage::TrustPod' => '0',
'Pod::Markdown::Github' => '0',
'Pod::Wordlist' => '0',
'Software::Security::Policy::Individual'
=> '0.10',
+ 'Test2::Require::AuthorTesting' => '0',
'Test2::Tools::Basic' => '1.302200',
+ 'Test2::V0' => '0',
'Test::CPAN::Changes' => '0.19',
+ 'Test::CVE' => '0.10',
'Test::CleanNamespaces' => '0.15',
'Test::DistManifest' => '0',
'Test::EOF' => '0',
@@ -38,7 +44,8 @@
'Test::Portability::Files' => '0',
'Test::Spelling' => '0.17',
'Test::TrailingSpace' => '0.0203',
- 'Test::Vars' => '0.015'
+ 'Test::Vars' => '0.015',
+ 'Test::Version' => '1'
}
},
'runtime' => {
@@ -56,9 +63,11 @@
'CPAN::Meta' => '2.120900'
},
'requires' => {
- 'Data::Dumper' => '0',
+ 'Data::Dumper' => '2.154',
'File::Spec' => '0',
- 'Module::Metadata' => '1.000015',
+ 'IO::Handle' => '0',
+ 'IPC::Open3' => '0',
+ 'Module::Metadata' => '0',
'Test::Exception' => '0',
'Test::More' => '0.96'
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/t/operations.t
new/Net-CIDR-Set-0.22/t/operations.t
--- old/Net-CIDR-Set-0.21/t/operations.t 2026-06-02 18:45:45.000000000
+0200
+++ new/Net-CIDR-Set-0.22/t/operations.t 2026-06-13 15:44:27.000000000
+0200
@@ -4,7 +4,7 @@
use warnings;
use Test::More tests => 4;
use Net::CIDR::Set;
-use Data::Dumper;
+use Data::Dumper 2.154;
{
my $s1 = Net::CIDR::Set->new( '0.0.0.0-0.0.0.255',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/xt/00-compile.t
new/Net-CIDR-Set-0.22/xt/00-compile.t
--- old/Net-CIDR-Set-0.21/xt/00-compile.t 1970-01-01 01:00:00.000000000
+0100
+++ new/Net-CIDR-Set-0.22/xt/00-compile.t 2026-06-13 15:44:27.000000000
+0200
@@ -0,0 +1,60 @@
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.059
+
+use Test::More;
+
+plan tests => 3 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
+
+my @module_files = (
+ 'Net/CIDR/Set.pm',
+ 'Net/CIDR/Set/IPv4.pm',
+ 'Net/CIDR/Set/IPv6.pm'
+);
+
+
+
+# no fake home requested
+
+my @switches = (
+ -d 'blib' ? '-Mblib' : '-Ilib',
+);
+
+use File::Spec;
+use IPC::Open3;
+use IO::Handle;
+
+open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
+
+my @warnings;
+for my $lib (@module_files)
+{
+ # see L<perlfaq8/How can I capture STDERR from an external command?>
+ my $stderr = IO::Handle->new;
+
+ diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g;
q{'}.$str.q{'} }
+ $^X, @switches, '-e', "require q[$lib]"))
+ if $ENV{PERL_COMPILE_TEST_DEBUG};
+
+ my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e',
"require q[$lib]");
+ binmode $stderr, ':crlf' if $^O eq 'MSWin32';
+ my @_warnings = <$stderr>;
+ waitpid($pid, 0);
+ is($?, 0, "$lib loaded ok");
+
+ shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
+ and not eval { +require blib; blib->VERSION('1.01') };
+
+ if (@_warnings)
+ {
+ warn @_warnings;
+ push @warnings, @_warnings;
+ }
+}
+
+
+
+is(scalar(@warnings), 0, 'no warnings found') or diag 'got warnings: ', (
Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '',
@warnings) ) if $ENV{AUTHOR_TESTING};
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/xt/author/cve.t
new/Net-CIDR-Set-0.22/xt/author/cve.t
--- old/Net-CIDR-Set-0.21/xt/author/cve.t 1970-01-01 01:00:00.000000000
+0100
+++ new/Net-CIDR-Set-0.22/xt/author/cve.t 2026-06-13 15:44:27.000000000
+0200
@@ -0,0 +1,18 @@
+#!perl
+
+use v5.14;
+use warnings;
+
+use Test2::Require::AuthorTesting;
+
+use Test2::V0;
+use Test::CVE 0.10;
+
+has_no_cves(
+ author => 1,
+ core => 1,
+ deps => 1,
+ perl => 0,
+);
+
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-CIDR-Set-0.21/xt/author/test-version.t
new/Net-CIDR-Set-0.22/xt/author/test-version.t
--- old/Net-CIDR-Set-0.21/xt/author/test-version.t 1970-01-01
01:00:00.000000000 +0100
+++ new/Net-CIDR-Set-0.22/xt/author/test-version.t 2026-06-13
15:44:27.000000000 +0200
@@ -0,0 +1,23 @@
+use strict;
+use warnings;
+use Test::More;
+
+# generated by Dist::Zilla::Plugin::Test::Version 1.09
+use Test::Version;
+
+my @imports = qw( version_all_ok );
+
+my $params = {
+ is_strict => 0,
+ has_version => 1,
+ multiple => 0,
+
+};
+
+push @imports, $params
+ if version->parse( $Test::Version::VERSION ) >= version->parse('1.002');
+
+Test::Version->import(@imports);
+
+version_all_ok;
+done_testing;
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.LVyukk/_old 2026-06-15 19:53:36.028971777 +0200
+++ /var/tmp/diff_new_pack.LVyukk/_new 2026-06-15 19:53:36.044972447 +0200
@@ -1,6 +1,6 @@
-mtime: 1780481270
-commit: 0023a40732d2bd2d1dc87b621e04689b2766778d7a7e632cc3ad85511f6ebe14
+mtime: 1781427070
+commit: 01b5d52fea64c6d2f0d05a8b00cccde789822e8b2462d90b7c952e3dd6690208
url: https://src.opensuse.org/perl/perl-Net-CIDR-Set
-revision: 0023a40732d2bd2d1dc87b621e04689b2766778d7a7e632cc3ad85511f6ebe14
+revision: 01b5d52fea64c6d2f0d05a8b00cccde789822e8b2462d90b7c952e3dd6690208
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-06-14 10:51:10.000000000 +0200
@@ -0,0 +1 @@
+.osc