Name: | rh-perl524-perl-Dist-CheckConflicts |
---|---|
Version: | 0.11 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 32685 |
License: | GPL+ or Artistic |
RPM: | rh-perl524-perl-Dist-CheckConflicts-0.11-8.el7.noarch.rpm |
Source RPM: | rh-perl524-perl-Dist-CheckConflicts-0.11-8.el7.src.rpm |
Build Date: | Wed Dec 07 2016 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Dist-CheckConflicts/ |
Summary: | Declare version conflicts for your dist |
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. |
- SCL
- Perl 5.24 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Perl 5.22 rebuild
- Perl 5.20 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Update to 0.11 - Drop the dep on List::MoreUtils (https://github.com/doy/dist-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
- 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild