[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Dist-CheckConflicts-0.11-27.el10_0.noarch download

Name perl-Dist-CheckConflicts
Epoch 0
Version 0.11
Release 27.el10_0
Architecture noarch
Website/URL https://metacpan.org/release/Dist-CheckConflicts
License GPL-1.0-or-later OR Artistic-1.0-Perl
Build Time 2025-11-20 16:01:22
Build Host builder-arm64-1.inferitos.ru
Summary Declare version conflicts for your dist
Repositories Extras
Description One shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing. For instance, say you have a module Foo, and some other module Bar uses Foo. If Foo were to change its API in a non-backwards-compatible way, this would cause Bar to break until it is updated to use the new API. Foo can't just depend on the fixed version of Bar, because this will cause a circular dependency (because Bar is already depending on Foo), and this doesn't express intent properly anyway - Foo doesn't use Bar at all. The ideal solution would be for there to be a way to specify conflicting versions of modules in a way that would let CPAN clients update conflicting modules automatically after an existing module is upgraded, but until that happens, this module will allow users to do this manually.
Errata
Size 23 KiB
Source Project perl-Dist-CheckConflicts-0.11-27.el10_0
SHA-256 checksum d02119239fc332300497ea8b5d8be38f8cda295b0e8fe465577a8fd4d438edde
× Full screenshot
Changelog link
* Thu Nov 20 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.11-27
- Rebuilt for MSVSphere 10