dev-perl/Safe-Isa: Bump to version 1.0.8

- EAPI6
- Enable tests

Upstream:
- Fallback to $obj->isa if the object does not implement DOES
- Add $obj->$_call_if_can

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2018-01-11 07:27:59 +13:00
parent 66e22bdb21
commit 4e037e6550
3 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Safe-Isa-1.000005.tar.gz 5311 BLAKE2B e1e7dcb48e781d5c49547ffd460e7dbd4213c4eea2e6d2b9755b93f86796b992cf04e0f4d545b3ddeb0affd080c961a71ca53491ab0fd41812d09e1b434459ad SHA512 5b3fc6503dc85eb20306af5eb5b10d36a1e0d1e7cd2ff0ee361857d581e8550a194647bdbbb7fedb40b808f36afc004c51e934b62616e73ac282562dda76308e
DIST Safe-Isa-1.000008.tar.gz 5994 BLAKE2B 4f1d11f11d8e6b0aec88bc248941f5b1db453dee87230b77ada7b78d76e284bdcf287f81eb2830a6f965f61b776ef76331a3601dab63f35603e128a84e6e579c SHA512 a1dbef2e5e3cf5d154785eb2d9e4ad6652d775f1026144817a54cfeeb3572a2618b01c0b23557080fbaf676878d323c8fec8cd3506f173895ad787efa6c9cf14

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ETHER
DIST_VERSION=1.000008
inherit perl-module
DESCRIPTION="Call isa, can, does and DOES safely on things that may not be objects"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=virtual/perl-Exporter-5.570.0
virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"

View File

@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Safe-Isa</remote-id>
<remote-id type="cpan-module">Safe::Isa</remote-id>
</upstream>
</pkgmetadata>