- update to 0.61
- Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark Zealey for the suggestion. - Unnumbered tests. There's no point to them. - Make '' and undef not equal. Thanks to Pavel Shaydo for the patch. - Made Data::Dumper minimum version 2.126 to resolve https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to jjnapiork@cpan.org for the report and fix. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=8
This commit is contained in:
parent
a4936b4e47
commit
2019bf5088
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c64f954c5e4713b3d56e4e24ca261a5d252e75e482c1aff3fa485cc8d344341
|
|
||||||
size 13065
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 20 12:31:30 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- update to 0.61
|
||||||
|
- Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark
|
||||||
|
Zealey for the suggestion.
|
||||||
|
- Unnumbered tests. There's no point to them.
|
||||||
|
- Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
|
||||||
|
- Made Data::Dumper minimum version 2.126 to resolve
|
||||||
|
https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to
|
||||||
|
jjnapiork@cpan.org for the report and fix.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 09:44:38 UTC 2010 - coolo@novell.com
|
Wed Dec 1 09:44:38 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Differences
|
Name: perl-Test-Differences
|
||||||
Version: 0.500
|
Version: 0.61
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Test strings and data structures and show differences if not ok
|
Summary: Test strings and data structures and show differences if not ok
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Test-Differences/
|
Url: http://search.cpan.org/dist/Test-Differences/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Perl License
|
License: GPL-1.0+ or Artistic
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: make perl
|
BuildRequires: make perl
|
||||||
@ -53,9 +53,6 @@ Test strings and data structures and show differences if not ok.
|
|||||||
%check
|
%check
|
||||||
%__make test
|
%__make test
|
||||||
|
|
||||||
%clean
|
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
Loading…
Reference in New Issue
Block a user