forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Array-Compare: Bump to version 3.0.1
Upstream: - Minor documentation fixes - Minor code style improvements/hardening Package-Manager: Portage-2.3.24, Repoman-2.3.6
- Loading branch information
1 parent
4702831
commit be1ecf0
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DAVECROSS | ||
DIST_VERSION=v3.0.1 | ||
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" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
dev-perl/Moo | ||
dev-perl/Type-Tiny | ||
" | ||
DEPEND=" | ||
>=dev-perl/Module-Build-0.420.0 | ||
test? ( ${RDEPEND} | ||
dev-perl/Test-NoWarnings | ||
) | ||
" | ||
PERL_RM_FILES=("t/pod.t" "t/pod_coverage.t") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST Array-Compare-v3.0.0.tar.gz 9437 BLAKE2B 3ace6ab6678d710dec33d6b923fe0f96bcfc35db606a50c140755ce76fe259d4700ace6419cb70b2501669ea730b57ee1057e525d08a19b62baf1218e36db7bc SHA512 6515aa249b49a04f70f39974e1d1c3f802a1b5d76e3e050aeb47a30cf8a4ac0089378822eb0c0aa15697bef09e49227a13c55d4914489f944c3d2f5cc2b4a692 | ||
DIST Array-Compare-v3.0.1.tar.gz 9481 BLAKE2B e97b69dae2deed13e2963b009706754ada64546834a81b0a383b50fcf293d30d243d4e148d454a5fbe962e8b54e1dfa3ab03f7d59948ccb0a58a475496fda132 SHA512 33d433448d3a0cf30ca0761bd36f4087b0c596d950c8e6bc107ec3ed6a645fb79ceb6ac12f9fdec981dc4a441bd1030b41a66bc0f2fd1bbf6471946107ac2f5d |