mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
idev-perl/Carp-Always: Bump to version 0.160.0
- EAPI7 - Remove useless tests Upstream: - Doc fixes - Test for edge cases of warn/die with empty lists - Tighten regex to suppress "at FILE line LINE.\n" - No longer uses BEGIN or END blocks - Enabling/Disabling now controllable at runtime via ->import() and ->unimport() - Fix duplicate tracebacks when carp/croak/cluck/confess are used. - Various fixes for older perls and older Carp's - Less eating of user added carp messages. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
30
dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild
Normal file
30
dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=FERREIRA
|
||||
DIST_VERSION=0.16
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Warns and dies noisily with stack backtraces"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Test-Simple
|
||||
dev-perl/Test-Base
|
||||
)
|
||||
"
|
||||
PERL_RM_FILES=(
|
||||
"t/098pod-coverage.t"
|
||||
"t/099pod.t"
|
||||
)
|
||||
@@ -1 +1,2 @@
|
||||
DIST Carp-Always-0.13.tar.gz 5462 BLAKE2B 3710f9594d82b5bc6268f6b8164a28b913fc76c564ce513b3fa49a6cd41e6bbcddab897b0eab43facac25b5639db1b0aaad49988a182ecdda3eed488a59e23c9 SHA512 0ef666c45ed85f4dad5f955d13116a4c3cccb3395db80547629bf0d87f9494653fe5a85405252b650d4d92a4008c0d541a995ccae1139c7374b057317324d361
|
||||
DIST Carp-Always-0.16.tar.gz 13386 BLAKE2B 52270afde883a107456a9db4a147e77e3c256f998f28a4dce28d479d1b9f2896d32393939037482eb0f1a30937c20baaadfbe4b3c8fb461a39c144117315d5f1 SHA512 208e8d8435aebcc8c8345a453d17daaf35976c40e2b91cf528b92e9f6afba81cff9b31b656d71a6736838631e4b110cd12e49cfc48810872d39109b137fa074b
|
||||
|
||||
Reference in New Issue
Block a user