|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Devel-PartialDump
|
|
|
|
Name: perl-Devel-PartialDump
|
|
|
|
Version: 0.19
|
|
|
|
Version: 0.20
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Partial dumping of data structures, optimized for argument printing
|
|
|
|
Summary: Partial dumping of data structures, optimized for argument printing
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -23,7 +23,6 @@ BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(Sub::Exporter)
|
|
|
|
BuildRequires: perl(Sub::Exporter)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Test Suite
|
|
|
|
# Test Suite
|
|
|
|
BuildRequires: perl(Carp) >= 1.25
|
|
|
|
|
|
|
|
BuildRequires: perl(CPAN::Meta)
|
|
|
|
BuildRequires: perl(CPAN::Meta)
|
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements)
|
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
@ -64,6 +63,10 @@ make test
|
|
|
|
%{_mandir}/man3/Devel::PartialDump.3*
|
|
|
|
%{_mandir}/man3/Devel::PartialDump.3*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 6 2017 Paul Howarth <paul@city-fan.org> - 0.20-1
|
|
|
|
|
|
|
|
- Update to 0.20
|
|
|
|
|
|
|
|
- Fix tests on Carp < 1.25 (GH#1)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 4 2017 Paul Howarth <paul@city-fan.org> - 0.19-1
|
|
|
|
* Tue Jul 4 2017 Paul Howarth <paul@city-fan.org> - 0.19-1
|
|
|
|
- Update to 0.19
|
|
|
|
- Update to 0.19
|
|
|
|
- Remove use of Test::Warn in tests
|
|
|
|
- Remove use of Test::Warn in tests
|
|
|
|