Accepting request 290092 from home:smithfarm:branches:devel:languages:perl
- updated to 0.115 - worked around a bug in chained goto on 5.8.5 - improve prereqs metadata (thanks, Karen Etheridge) - add a noneof() set test (thanks, Peter Haworth) - regexponly hasn't worked... ever. now it does - passing :preload to import loads all plugins up front - a few more tests have been documented - the many exports of Test::Deep are now documented! - fix a compile error (!!) in RegexpOnly - fix some documentation typos (thanks, ZOFFIX) - add license to META file OBS-URL: https://build.opensuse.org/request/show/290092 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=29
This commit is contained in:
parent
19b41c3c1c
commit
50ccb1b831
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56696a09a221b03b56e7203d84e27a6af0496e9c1e8d33fb05f2e24bc35ae1ed
|
||||
size 36584
|
3
Test-Deep-0.115.tar.gz
Normal file
3
Test-Deep-0.115.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f2f5d41e4c4454b01dedf3fa753cd51001b16e5336702e1b2c5b206a1bdc39c
|
||||
size 38038
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 07:17:53 UTC 2015 - ncutler@suse.com
|
||||
|
||||
- updated to 0.115
|
||||
- worked around a bug in chained goto on 5.8.5
|
||||
|
||||
- improve prereqs metadata (thanks, Karen Etheridge)
|
||||
- add a noneof() set test (thanks, Peter Haworth)
|
||||
- regexponly hasn't worked... ever. now it does
|
||||
- passing :preload to import loads all plugins up front
|
||||
- a few more tests have been documented
|
||||
- the many exports of Test::Deep are now documented!
|
||||
|
||||
- fix a compile error (!!) in RegexpOnly
|
||||
- fix some documentation typos (thanks, ZOFFIX)
|
||||
- add license to META file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 11:17:46 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Deep
|
||||
#
|
||||
# Copyright (c) 2013 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,42 +17,20 @@
|
||||
|
||||
|
||||
Name: perl-Test-Deep
|
||||
Version: 0.112
|
||||
Version: 0.115
|
||||
Release: 0
|
||||
%define cpan_name Test-Deep
|
||||
Summary: Extremely flexible deep comparison
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-Deep/
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source: Test-Deep-0.115.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::NoWarnings) >= 0.02
|
||||
BuildRequires: perl(Test::Tester) >= 0.04
|
||||
#BuildRequires: perl(A)
|
||||
#BuildRequires: perl(Test::Deep)
|
||||
#BuildRequires: perl(Test::Deep::Array)
|
||||
#BuildRequires: perl(Test::Deep::Cache)
|
||||
#BuildRequires: perl(Test::Deep::Cache::Simple)
|
||||
#BuildRequires: perl(Test::Deep::Class)
|
||||
#BuildRequires: perl(Test::Deep::Cmp)
|
||||
#BuildRequires: perl(Test::Deep::Hash)
|
||||
#BuildRequires: perl(Test::Deep::HashElements)
|
||||
#BuildRequires: perl(Test::Deep::HashKeys)
|
||||
#BuildRequires: perl(Test::Deep::HashKeysOnly)
|
||||
#BuildRequires: perl(Test::Deep::Methods)
|
||||
#BuildRequires: perl(Test::Deep::MM)
|
||||
#BuildRequires: perl(Test::Deep::NoTest)
|
||||
#BuildRequires: perl(Test::Deep::Ref)
|
||||
#BuildRequires: perl(Test::Deep::RegexpMatches)
|
||||
#BuildRequires: perl(Test::Deep::RegexpVersion)
|
||||
#BuildRequires: perl(Test::Deep::Set)
|
||||
#BuildRequires: perl(Test::Deep::Stack)
|
||||
#BuildRequires: perl(t::std)
|
||||
Requires: perl(Test::NoWarnings) >= 0.02
|
||||
Requires: perl(Test::Tester) >= 0.04
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -75,6 +53,8 @@ things about how it should look, 'eq' is no good and you must use pattern
|
||||
matching instead. Test::Deep provides pattern matching for complex data
|
||||
structures
|
||||
|
||||
Test::Deep has *_a lot_* of exports. See the /EXPORTS manpage below.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user