forked from pool/perl-Module-Implementation
- update to 0.05
- Make Test::Taint an optional dependency. This module requires XS, and
requiring a compiler for Module::Implementation defeats its
purpose. Reported by Peter Rabbitson. RT #74817.
- This module no longer installs an _implementation() subroutine in
callers. Instead, you can call
Module::Implementation::implementation_for($package) to get the
implementation used for a given package.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
62fcbc5b30
commit
b7f9982692
@@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Module-Implementation
|
||||
Version: 0.03
|
||||
Version: 0.05
|
||||
Release: 0
|
||||
%define cpan_name Module-Implementation
|
||||
Summary: Loads one of several alternate underlying implementations for a module
|
||||
@@ -33,6 +34,7 @@ BuildRequires: perl(Module::Runtime) >= 0.011
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Taint)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
#BuildRequires: perl(Module::Implementation)
|
||||
#BuildRequires: perl(Test::Spelling)
|
||||
|
||||
Reference in New Issue
Block a user