forked from pool/perl-Module-Signature
- patch the Makefile to build with perl 5.26 OBS-URL: https://build.opensuse.org/request/show/530692 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Signature?expand=0&rev=37
9 lines
212 B
YAML
9 lines
212 B
YAML
---
|
|
preamble: |-
|
|
BuildRequires: gpg
|
|
Requires: gpg
|
|
license: CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
|
|
post_prep:
|
|
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
|
|
|