Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Dist-CheckConflicts-0.11-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Dist-CheckConflicts Distribution: openSUSE Leap 15.2
Version: 0.11 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 19:33:03 2019
Group: Development/Libraries/Perl Build host: lamb60
Size: 32688 Source RPM: perl-Dist-CheckConflicts-0.11-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Dist-CheckConflicts/
Summary: declare version conflicts for your dist
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.

This module accepts a hash of options passed to its 'use' statement, with
these keys being valid:

* -conflicts

  A hashref of conflict specifications, where keys are module names, and
  values are the last broken version - any version greater than the
  specified version should work.

* -also

  Additional modules to get conflicts from (potentially recursively). This
  should generally be a list of modules which use Dist::CheckConflicts,
  which correspond to the dists that your dist depends on. (In an ideal
  world, this would be intuited directly from your dependency list, but the
  dependency list isn't available outside of build time).

* -dist

  The name of the distribution, to make the error message from
  check_conflicts more user-friendly.

The methods listed below are exported by this module into the module that
uses it, so you should call these methods on your module, not
Dist::CheckConflicts.

As an example, this command line can be used to update your modules, after
installing the 'Foo' dist (assuming that 'Foo::Conflicts' is the module in
the 'Foo' dist which uses Dist::CheckConflicts):

    perl -MFoo::Conflicts -e'print "$_\n"
        for map { $_->{package} } Foo::Conflicts->calculate_conflicts' | cpanm

As an added bonus, loading your conflicts module will provide warnings at
runtime if conflicting modules are detected (regardless of whether they are
loaded before or afterwards).

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Fri Feb 06 2015 coolo@suse.com
  - updated to 0.11
    - drop the dep on List::MoreUtils (haarg, #8)
* Sun Feb 09 2014 coolo@suse.com
  - updated to 0.10
    - we need Module::Runtime 0.009 for module_notional_filename (nnutter, #6)
* Wed Jul 24 2013 coolo@suse.com
  - updated to 0.09
    - support Perl 5.6.x (Toby Inkster)
* Tue Jul 16 2013 coolo@suse.com
  - updated to 0.08
    - remove Test::Warnings dep
    - instead of silently ignoring conflicts that do not compile, issue a
      conflict warning. (RT#75486, Karen Etheridge)
    - make the runtime conflict warnings optional, since i'm not sure how
      stable of an idea this really is
    - use Exporter instead of Sub::Exporter
    - require 5.8.1, clean up a few things and add a few more tests
    - fix an issue with certain other perls
    - add runtime conflict warnings
* Thu Mar 21 2013 lars@linux-schulserver.de
  - remove perl-Dist-CheckConflicts-old_Test-More.patch - handle the
    problem with old distributions in %%prep now
* Sat Jun 04 2011 lars@linux-schulserver.de
  - fix build on distributions with old Test::More module
    ( perl-Dist-CheckConflicts-old_Test-More.patch )
* Fri Apr 22 2011 coolo@opensuse.org
  - initial package 0.02
    * created by cpanspec 1.78.04

Files

/usr/lib/perl5/vendor_perl/5.26.1/Dist
/usr/lib/perl5/vendor_perl/5.26.1/Dist/CheckConflicts.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Dist-CheckConflicts
/usr/share/doc/packages/perl-Dist-CheckConflicts/Changes
/usr/share/doc/packages/perl-Dist-CheckConflicts/LICENSE
/usr/share/doc/packages/perl-Dist-CheckConflicts/README
/usr/share/man/man3/Dist::CheckConflicts.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:46:52 2024