diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-03-06 18:42:37 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-03-06 18:43:23 +1300 |
commit | a70755e61a579e0a6c22bcde83609ca5a8013975 (patch) | |
tree | c6d886816494abd87902f0ee8366b75a8d37a22b /dev-perl/Test-Spec/Test-Spec-0.540.0.ebuild | |
parent | dev-perl/Devel-GlobalPhase: Add w/ version 0.3.3 (diff) | |
download | gentoo-a70755e61a579e0a6c22bcde83609ca5a8013975.tar.gz gentoo-a70755e61a579e0a6c22bcde83609ca5a8013975.tar.bz2 gentoo-a70755e61a579e0a6c22bcde83609ca5a8013975.zip |
dev-perl/Test-Spec: Bump to version 0.540.0
- EAPI6
Upstream:
- Pass example instance to each test
- Fix runtests to run all examples that match any of the patterns
- Fix POD links
- Fix predictable_destroy spec on 5.8
- Use parent instead of base.pm
- Add 'around' method with partner 'yeild'
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Test-Spec/Test-Spec-0.540.0.ebuild')
-rw-r--r-- | dev-perl/Test-Spec/Test-Spec-0.540.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/Test-Spec/Test-Spec-0.540.0.ebuild b/dev-perl/Test-Spec/Test-Spec-0.540.0.ebuild new file mode 100644 index 000000000000..360a6807ffff --- /dev/null +++ b/dev-perl/Test-Spec/Test-Spec-0.540.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=AKZHAN +DIST_VERSION=0.54 +inherit perl-module + +DESCRIPTION="Write tests in a declarative specification style" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + >=dev-perl/Package-Stash-0.230.0 + >=virtual/perl-Scalar-List-Utils-1.110.0 + >=dev-perl/Test-Deep-0.103.0 + virtual/perl-Test-Harness + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Trap + dev-perl/Tie-IxHash +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Devel-GlobalPhase + ) +" |