upgrade to 2.32

This commit is contained in:
Yangyang Shen 2020-07-27 21:46:32 +08:00
parent 07ab7959fd
commit 5326543704
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
autodie-2.32.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: perl-autodie
Version: 2.29
Release: 398
Version: 2.32
Release: 1
Summary: Replace functions with ones that succeed or die with lexical scope
License: GPL or Artistic
URL: https://metacpan.org/release/autodie
Source0: https://github.com/pjf/autodie/archive/v%{version}.tar.gz#/autodie-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/autodie-%{version}.tar.gz
#prereqs
BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators
@ -50,6 +50,12 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/*
%changelog
* Mon Jul 27 2020 shenyangyang <shenyangyang4@huawei.com> - 2.32-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:upgrade to 2.32
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 2.29-398
- Type:enhancement
- ID:NA