diff options
| author | Kent Fredric <kentnl@gentoo.org> | 2020-04-29 20:07:29 +1200 |
|---|---|---|
| committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-29 20:09:01 +1200 |
| commit | 24251a0fdc3aefad229d4b02937d924badf570c0 (patch) | |
| tree | 3c8683c688f64e600211abaa2120b7b9d96d28fc /dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild | |
| parent | 613c3dc0e336ee65e262d082084d9a05da84a849 (diff) | |
| download | gentoo-24251a0fdc3aefad229d4b02937d924badf570c0.tar.gz gentoo-24251a0fdc3aefad229d4b02937d924badf570c0.tar.bz2 gentoo-24251a0fdc3aefad229d4b02937d924badf570c0.zip | |
dev-perl/Array-Compare: Bump to version 3.0.3
- EAPI7
Upstream:
- new methods: NoSkip, different_len
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild')
| -rw-r--r-- | dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild b/dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild new file mode 100644 index 000000000000..6c906a2002e5 --- /dev/null +++ b/dev-perl/Array-Compare/Array-Compare-3.0.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DAVECROSS +DIST_VERSION=v3.0.3 +inherit perl-module + +DESCRIPTION="Perl extension for comparing arrays" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Moo + dev-perl/Type-Tiny +" +DEPEND=" + dev-perl/Module-Build +" +BDEPEND=" + >=dev-perl/Module-Build-0.420.0 + test? ( ${RDEPEND} + dev-perl/Test-NoWarnings + ) +" +PERL_RM_FILES=("t/pod.t" "t/pod_coverage.t") |
