diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-05-22 10:39:19 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-05-22 10:43:33 +1200 |
commit | 566d8cb7d6f24fc62f514743b3ddb538dbedb4f7 (patch) | |
tree | f4eac996be5cd44b6e7ed6e0f319bebc0f9f8ed7 /dev-perl/Carp-Always | |
parent | sys-apps/onerng: drop old version (diff) | |
download | gentoo-566d8cb7d6f24fc62f514743b3ddb538dbedb4f7.tar.gz gentoo-566d8cb7d6f24fc62f514743b3ddb538dbedb4f7.tar.bz2 gentoo-566d8cb7d6f24fc62f514743b3ddb538dbedb4f7.zip |
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>
Diffstat (limited to 'dev-perl/Carp-Always')
-rw-r--r-- | dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/Carp-Always/Manifest | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild new file mode 100644 index 000000000000..c50c403e39af --- /dev/null +++ b/dev-perl/Carp-Always/Carp-Always-0.160.0.ebuild @@ -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" +) diff --git a/dev-perl/Carp-Always/Manifest b/dev-perl/Carp-Always/Manifest index 56ede94b2e11..96236cf58cec 100644 --- a/dev-perl/Carp-Always/Manifest +++ b/dev-perl/Carp-Always/Manifest @@ -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 |