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
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ad1681006176767509d1fd5e0e353913fd3da8648ede0fd7c40a0fe5d538baa
|
|
||||||
size 10233
|
|
||||||
3
Module-Implementation-0.05.tar.gz
Normal file
3
Module-Implementation-0.05.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc58a285b2d25b9e3bc931dce90c661142312361ba1e17c3ea203bf7b03dfcd2
|
||||||
|
size 10486
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 10 12:58:44 UTC 2012 - vcizek@suse.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 8 15:39:02 UTC 2012 - vcizek@suse.com
|
Wed Feb 8 15:39:02 UTC 2012 - vcizek@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Implementation
|
Name: perl-Module-Implementation
|
||||||
Version: 0.03
|
Version: 0.05
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Implementation
|
%define cpan_name Module-Implementation
|
||||||
Summary: Loads one of several alternate underlying implementations for a module
|
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::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Taint)
|
BuildRequires: perl(Test::Taint)
|
||||||
|
BuildRequires: perl(Test::Requires)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
#BuildRequires: perl(Module::Implementation)
|
#BuildRequires: perl(Module::Implementation)
|
||||||
#BuildRequires: perl(Test::Spelling)
|
#BuildRequires: perl(Test::Spelling)
|
||||||
|
|||||||
Reference in New Issue
Block a user