dev-perl/Sub-Identify: Bump to version 0.140.0

Upstream:
- Fixes for '.' in @INC removal

Bug: https://bugs.gentoo.org/614628
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Kent Fredric
2017-04-12 04:15:30 +00:00
parent 94c67abf2f
commit c27b898ecb
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Sub-Identify-0.12.tar.gz 52414 SHA256 83bb785a66113b4a966db0a4186fd1dd07987acdacb4502b1e1558f817dde825 SHA512 47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f WHIRLPOOL 34d2cf519e5f07b522e303e49842b1b47b6edaacbfb43a1741bc3c5de48e15451c6a889eb44afdfb27ea3304f80c5aa1083dbe9a798e8e2e9ee06242d7b72649
DIST Sub-Identify-0.14.tar.gz 53135 SHA256 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f SHA512 f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14 WHIRLPOOL 2613bed961a705d33eaec1d107a60d0348ae25f271c79bd59e99081e713be9ad1c4a5c19f0d010dcf61f1b2618c82f0da55e1c7214f2345592de5e0d7feb98f8

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=RGARCIA
DIST_VERSION=0.14
inherit perl-module
DESCRIPTION="Retrieve names of code references"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND="
virtual/perl-Exporter
virtual/perl-XSLoader
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Scalar-List-Utils
virtual/perl-Test-Simple
)
"
src_test() {
perl_rm_files "t/pod.t"
perl-module_src_test
}