Dominique Leuenberger 2015-04-15 14:21:49 +00:00 committed by Git OBS Bridge
commit b1af1df788
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7349837153939d7f5777b28f49e2940a0aa003e75f587e1674da5bd5101d2997
size 11388

BIN
Module-Implementation-0.09.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Apr 13 16:52:38 UTC 2015 - coolo@suse.com
- updated to 0.09
see /usr/share/doc/packages/perl-Module-Implementation/Changes
0.09 2014-08-24
- Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
Knop that adding an XS dependency for a module that's often used to pick
between XS and non-XS implementations doesn't work so well.
0.08 2014-08-24
- Subroutines copied from an implementation package into the loading package
are now renamed using Sub::Name. This causes them to be considered part of
the loading package, which is important for things like
namespace::autoclean. Reported by Karen Etheridge. RT #98097.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 26 06:54:25 UTC 2014 - lchiquitto@suse.com Thu Jun 26 06:54:25 UTC 2014 - lchiquitto@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-Implementation # spec file for package perl-Module-Implementation
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Module-Implementation Name: perl-Module-Implementation
Version: 0.07 Version: 0.09
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
@ -34,7 +34,6 @@ BuildRequires: perl(Test::Fatal) >= 0.006
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires) BuildRequires: perl(Test::Requires)
BuildRequires: perl(Try::Tiny) BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Module::Implementation)
Requires: perl(Module::Runtime) >= 0.012 Requires: perl(Module::Runtime) >= 0.012
Requires: perl(Try::Tiny) Requires: perl(Try::Tiny)
%{perl_requires} %{perl_requires}
@ -67,6 +66,6 @@ something like a plugin system, not this module.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes LICENSE README.md
%changelog %changelog