diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-20 06:34:00 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-01-20 07:59:50 +1300 |
commit | 9fc89a4b0b0b3d683d1e799da0379d2aaa23db0e (patch) | |
tree | 30b05f8a966c2eea24a1dcf2578173263fdd63c2 /virtual | |
parent | net-analyzer/tcpdump: Version bump. (diff) | |
download | gentoo-9fc89a4b0b0b3d683d1e799da0379d2aaa23db0e.tar.gz gentoo-9fc89a4b0b0b3d683d1e799da0379d2aaa23db0e.tar.bz2 gentoo-9fc89a4b0b0b3d683d1e799da0379d2aaa23db0e.zip |
perl-core/Test-Simple: Bump to version 1.302.75 (masked)
Upstream:
- fix double-release when throwing from context_do
- improved diag-vs-info discrimination in send_event
- TEST_ACTIVE and TEST2_ACTIVE env-vars now set to true
- Reduce confusingness of cmp_ok output
- Handle negative PIDs on windows
- Add can() to deprecated Test::Tester::Delegate
- Fix SysV IPC availability vs enabled interaction
- Propogate warnings settings to use_ok
- Add json serialization hooks to to Test2::Event and
Test2::Trace::Util
- TODO subtests recursively mark children as effective passes.
- Added event classes ::Encoding and ::TAP::Version for Test2::Harness
- Trace now contains cid and signatures
- events now have related() method to check interconnectedness of
events
- run_subtest now has a no_fork option
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Test-Simple/perl-Test-Simple-1.302.75.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.75.ebuild b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.75.ebuild new file mode 100644 index 000000000000..69e4ebec798b --- /dev/null +++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.75.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= + !<dev-perl/Test-Tester-0.114.0 + !<dev-perl/Test-use-ok-0.160.0 +" |