Perl 5.32 rebuild

This commit is contained in:
Jitka Plesnikova 2020-06-22 18:08:07 +02:00
parent 8052f49d85
commit c69d84cb79

View File

@ -1,6 +1,6 @@
Name: perl-Test-Deep
Version: 1.130
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Extremely flexible deep comparison
License: GPL+ or Artistic
URL: https://metacpan.org/release/Test-Deep
@ -61,6 +61,9 @@ make test
%{_mandir}/man3/Test::Deep::NoTest.3*
%changelog
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.130-2
- Perl 5.32 rebuild
* Mon Mar 2 2020 Paul Howarth <paul@city-fan.org> - 1.130-1
- Update to 1.128
- Allow 'use Test::Deep' while other modules use Test::Deep::NoTest (GH#76)