fix test failed

(cherry picked from commit f314acaa38c64c76643dc1ae19c250d00f187256)
This commit is contained in:
weiwei_tiantian 2022-01-05 14:12:34 +08:00 committed by openeuler-sync-bot
parent e40f196506
commit 916a562866

View File

@ -1,6 +1,6 @@
Name: perl-B-Debug
Version: 1.26
Release: 4
Release: 5
Summary: Walk Perl syntax tree, printing debug info about ops
License: GPL or Artistic
URL: https://metacpan.org/release/B-Debug
@ -11,7 +11,7 @@ BuildArch: noarch
BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators
#for test
BuildRequires: perl(Test::More) perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::More) perl(Test::Pod) >= 1.00 perl(deprecate)
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
@ -45,6 +45,9 @@ make test TEST_VERBOSE=1
%changelog
* Tue Jan 05 2022 tianwei<tianwei12@huawei.com> - 1.26-5
- fix test failed
* Fri Sep 27 2019 shenyangyang<shenyangyang4@huawei.com> - 1.26-4
- Type:enhancement
- ID:NA