forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/MooX-HandlesVia: Bump to version 0.1.8
- use EAPI6 Upstream: - removed hidden dependency on strictures - avoids bug in inheriting from Non-Moo based classes Package-Manager: portage-2.2.27
- Loading branch information
1 parent
01c2fe2
commit abd0117
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST MooX-HandlesVia-0.001007.tar.gz 24154 SHA256 1c727db0f0342dd7758410990f05fe5015fe73467c79f7200eceea8c659c51eb SHA512 8795a822671a57aec8cc65349ad8a5189bf0663da0acc896d54a98608516bbd7255fcdf0180759ddfa616c05879fd26bede78551437c167c399c936284e608d4 WHIRLPOOL 6e602c182048ddc1ce86da86c851550cdc44cc50f75c64925d4df5f35688156dc665c032d7ecb98c0a92dfd47194aa0633dfece062118c6fe7ac80abb508ad7c | ||
DIST MooX-HandlesVia-0.001008.tar.gz 24385 SHA256 b0946f23b3537763b8a96b8a83afcdaa64fce4b45235e98064845729acccfe8c SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0 WHIRLPOOL 8afed47996153df47e6319143d13f3da052a31125608f913ff15e529b062e444cc6441298f1313f29310ed2821a272bfec6daa7235390630651a335553a73578 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=MATTP | ||
DIST_VERSION=0.001008 | ||
inherit perl-module | ||
|
||
DESCRIPTION="NativeTrait-like behavior for Moo" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~hppa ~ppc ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
dev-perl/Class-Method-Modifiers | ||
>=dev-perl/Data-Perl-0.2.6 | ||
dev-perl/Module-Runtime | ||
>=dev-perl/Moo-1.3.0 | ||
dev-perl/Role-Tiny | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
>=dev-perl/MooX-Types-MooseLike-0.230.0 | ||
dev-perl/Test-Exception | ||
dev-perl/Test-Fatal | ||
virtual/perl-Test-Simple | ||
) | ||
" |