!3 [sync] PR-2: fix test failed

Merge pull request !3 from openeuler-sync-bot/sync-pr2-openEuler-22.03-LTS-Next-to-master
This commit is contained in:
openeuler-ci-bot 2022-01-24 01:52:54 +00:00 committed by Gitee
commit 3301046ba1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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