You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / perl-Dist-CheckConflicts-0.11-24.fc36.noarch

perl-Dist-CheckConflicts-0.11-24.fc36.noarch

Package Attributes
RPM  perl-Dist-CheckConflicts-0.11-24.fc36.noarch.rpm Architecture  noarch Size  32717 Created  2022/09/06 06:39:42 UTC
Package Specification
Summary Declare version conflicts for your dist
Group Unspecified
License GPL+ or Artistic
Home Page https://metacpan.org/release/Dist-CheckConflicts
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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsZstd)  
Provides
perl(Dist::CheckConflicts)
perl-Dist-CheckConflicts

Document Actions