diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-08 02:53:59 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-08 02:55:12 +1200 |
commit | 936c4db967dc2b922b29d396fa557c2ae6fb4b98 (patch) | |
tree | 1a9511c5635ca3f53a1c4e21b5cf910585234126 /dev-perl/Data-Visitor/Data-Visitor-0.310.0.ebuild | |
parent | dev-ros/map_server: fix tests (diff) | |
download | gentoo-936c4db967dc2b922b29d396fa557c2ae6fb4b98.tar.gz gentoo-936c4db967dc2b922b29d396fa557c2ae6fb4b98.tar.bz2 gentoo-936c4db967dc2b922b29d396fa557c2ae6fb4b98.zip |
dev-perl/Data-Visitor: Bump to version 0.310.0
Upstream:
- Lots of package retooling, motivated by an automated update to a test
to avoid issues where there are spaces in $^X
- Avoid use of Class::Load
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Visitor/Data-Visitor-0.310.0.ebuild')
-rw-r--r-- | dev-perl/Data-Visitor/Data-Visitor-0.310.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Data-Visitor/Data-Visitor-0.310.0.ebuild b/dev-perl/Data-Visitor/Data-Visitor-0.310.0.ebuild new file mode 100644 index 000000000000..89e2efb872f4 --- /dev/null +++ b/dev-perl/Data-Visitor/Data-Visitor-0.310.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.31 +inherit perl-module + +DESCRIPTION="Visitor style traversal of Perl data structures" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Moose-0.890.0 + virtual/perl-Scalar-List-Utils + dev-perl/Sub-Name + >=dev-perl/Tie-ToObject-0.10.0 + >=dev-perl/namespace-clean-0.190.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + dev-perl/Test-Needs + >=virtual/perl-Test-Simple-0.880.0 + virtual/perl-Tie-RefHash + ) +" |