Accepting request 503029 from home:kraih

This package was missing a dependency on perl-Parse-PMFile. (https://bugzilla.novell.com/show_bug.cgi?id=983472)

OBS-URL: https://build.opensuse.org/request/show/503029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2017-06-25 08:28:50 +00:00 committed by Git OBS Bridge
parent 79a628a93e
commit 710fd41615
3 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,7 @@ preamble: |-
Requires: perl(File::pushd) Requires: perl(File::pushd)
# HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny # HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny
Requires: perl(HTTP::Tiny) Requires: perl(HTTP::Tiny)
Requires: perl(Parse::PMFile)
Requires: perl(local::lib) Requires: perl(local::lib)
# LWP::Protocol::https is optional # LWP::Protocol::https is optional
# LWP::UserAgent is optional # LWP::UserAgent is optional

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 6 13:59:45 UTC 2017 - sriedel@suse.com
- fix missing dependency on perl-Parse-PMFile
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 4 05:03:45 UTC 2017 - coolo@suse.com Tue Apr 4 05:03:45 UTC 2017 - coolo@suse.com

View File

@ -90,6 +90,7 @@ Requires: perl(ExtUtils::Manifest)
Requires: perl(File::pushd) Requires: perl(File::pushd)
# HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny # HTTP getter by LWP::UserAgent or wget or curl or HTTP::Tiny
Requires: perl(HTTP::Tiny) Requires: perl(HTTP::Tiny)
Requires: perl(Parse::PMFile)
Requires: perl(local::lib) Requires: perl(local::lib)
# LWP::Protocol::https is optional # LWP::Protocol::https is optional
# LWP::UserAgent is optional # LWP::UserAgent is optional