Skip to content

Commit

Permalink
dev-perl/MooseX-Params-Validate: New package, needed for dev-perl/Lab…
Browse files Browse the repository at this point in the history
…-Measurement

Package-Manager: portage-2.3.0
  • Loading branch information
akhuettel committed Sep 24, 2016
1 parent 61cf70a commit fd3cb17
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/MooseX-Params-Validate/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST MooseX-Params-Validate-0.21.tar.gz 34300 SHA256 88295446aba999cbb8f998d7fb9a2701d6617394a51d6d724c774e6d9ff139d9 SHA512 73bca04f5368de3d5ac947b6002f8c0801c150fdf24f1d792772ffd36c85fe1095d694725de310cc465ab6e0794643ba372bbfd53595cc2a7f6f91d5df06377b WHIRLPOOL 15472c65eda004afba9d80b5cad177659c7f26cb791a5cc59a0f744a2138ad51acdd038cc2b1bed6441b035c655e67cd00f15926f208b480b615c7d9584b051a
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=DROLSKY
DIST_VERSION=0.21
inherit perl-module

DESCRIPTION="An extension of Params::Validate using Moose types"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
virtual/perl-Carp
dev-perl/Devel-Caller
>=dev-perl/Moose-2.120.0
>=dev-perl/Params-Validate-1.150.0
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Exporter
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)
"
8 changes: 8 additions & 0 deletions dev-perl/MooseX-Params-Validate/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit fd3cb17

Please sign in to comment.