Automatic update to App-cpm-0.998003.tar.gz #4

Merged
tinita merged 1 commits from cpanmirror/perl-App-cpm:autoupdate into main 2026-01-02 20:31:04 +01:00
4 changed files with 18 additions and 7 deletions

Binary file not shown.

BIN
App-cpm-0.998003.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 2 15:26:23 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.998.3 (0.998003)
see /usr/share/doc/packages/perl-App-cpm/Changes
0.998003 2025-12-29 13:23:24 JST
- Internal refactor: introduce App::cpm::Context (#272)
- Fix how to parse PERL_MB_OPT (#271)
-------------------------------------------------------------------
Fri Dec 5 05:34:50 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-App-cpm
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name App-cpm
Name: perl-App-cpm
Version: 0.998.2
Version: 0.998.3
Release: 0
# 0.998002 -> normalize -> 0.998.2
%define cpan_version 0.998002
# 0.998003 -> normalize -> 0.998.3
%define cpan_version 0.998003
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Fast CPAN module installer
URL: https://metacpan.org/release/%{cpan_name}
@@ -93,6 +93,7 @@ Provides: perl(App::cpm) = %{version}
Provides: perl(App::cpm::Builder::Static)
Provides: perl(App::cpm::CLI)
Provides: perl(App::cpm::CircularDependency)
Provides: perl(App::cpm::Context)
Provides: perl(App::cpm::DistNotation)
Provides: perl(App::cpm::Distribution)
Provides: perl(App::cpm::HTTP)