diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 04:01:05 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 04:04:36 +1200 |
commit | 45a9dd7fec3b216bb751df4d4cdf45ec7c6abd1c (patch) | |
tree | 972c7a5ff71043f9d6d92da966f8d43b4a320731 /dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild | |
parent | media-libs/libplacebo: IUSE=vulkan DEPENDs on dev-util/vulkan-headers (diff) | |
download | gentoo-45a9dd7fec3b216bb751df4d4cdf45ec7c6abd1c.tar.gz gentoo-45a9dd7fec3b216bb751df4d4cdf45ec7c6abd1c.tar.bz2 gentoo-45a9dd7fec3b216bb751df4d4cdf45ec7c6abd1c.zip |
dev-perl/Class-Inspector: Bump to versoin 1.360.0
- EAPI7
Upstream:
- Fix compatibility with Devel::Hide
- Fix bug in ->methods() that could cause it to modify @ISA
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild')
-rw-r--r-- | dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild new file mode 100644 index 000000000000..7357f3213861 --- /dev/null +++ b/dev-perl/Class-Inspector/Class-Inspector-1.360.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PLICEASE +DIST_VERSION=1.36 +inherit perl-module + +DESCRIPTION="Provides information about Classes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~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-File-Spec-0.800.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.980.0 + ) +" |