معرفی شرکت ها


perl-Dist-CheckConflicts-0.11-11.el8.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Declare version conflicts for your dist
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 8-stream
مخزن Centos PowerTools noarch
نام بسته perl-Dist-CheckConflicts
نام فایل بسته perl-Dist-CheckConflicts-0.11-11.el8.noarch.rpm
نسخه بسته 0.11
انتشار بسته 11.el8
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 14 May 2019 07
هاست سازنده ppc64le-02.mbox.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Dist-CheckConflicts/
مجوز GPL+ or Artistic
حجم دانلود 27K
حجم نصب 31.948K
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.


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.26.3)
>= 5.6.0 perl(:VERSION)
- perl(Carp)
- perl(Exporter)
>= 0.009 perl(Module::Runtime)
- perl(base)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 0.11 perl(Dist::CheckConflicts)
= 0.11-11.el8 perl-Dist-CheckConflicts


نحوه نصب


نصب پکیج rpm perl-Dist-CheckConflicts:

    sudo dnf install perl-Dist-CheckConflicts-0.11-11.el8.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Dist-CheckConflicts
/usr/share/doc/perl-Dist-CheckConflicts/Changes
/usr/share/doc/perl-Dist-CheckConflicts/LICENSE
/usr/share/doc/perl-Dist-CheckConflicts/README
/usr/share/man/man3/Dist::CheckConflicts.3pm.gz
/usr/share/perl5/vendor_perl/Dist


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2018-02-08

Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

2017-07-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

2017-06-05

Perl 5.26 rebuild

2017-02-11

Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

2016-05-15

Perl 5.24 rebuild

2016-02-04

Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

2015-06-18

Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-06

Perl 5.22 rebuild

2014-08-29

Perl 5.20 rebuild

2014-06-07

Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

2014-04-03

Update to 0.11
Drop the dep on List::MoreUtils
checkconflicts/pull/8)
Update patch for building with Test::More < 0.88
Don't try to run the extra tests for EPEL builds
Specify version requirements for extra test modules

2013-12-18

Update to 0.10
We need Module::Runtime 0.009 for module_notional_filename (#6)
Update patch for building with Test::More < 0.88
Drop %defattr, redundant since rpm 4.4

2013-08-03

Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

2013-07-26

Perl 5.18 rebuild

2013-07-22

Update to 0.09
Support Perl 5.6.x

2013-07-10

Update to 0.08
Instead of silently ignoring conflicts that do not compile, issue a
BR: perl(Module::Runtime)
Classify buildreqs by usage
Explicitly run the extra tests