Accepting request 295761 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/295761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Implementation?expand=0&rev=10
This commit is contained in:
commit
b1af1df788
@ -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
BIN
Module-Implementation-0.09.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Module-Implementation
|
||||
Version: 0.07
|
||||
Version: 0.09
|
||||
Release: 0
|
||||
%define cpan_name Module-Implementation
|
||||
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::Requires)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
#BuildRequires: perl(Module::Implementation)
|
||||
Requires: perl(Module::Runtime) >= 0.012
|
||||
Requires: perl(Try::Tiny)
|
||||
%{perl_requires}
|
||||
@ -67,6 +66,6 @@ something like a plugin system, not this module.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user