Diff MooseX-OneArgNew-0.5.0-r1 with a MooseX-OneArgNew-0.7.0

/usr/portage/dev-perl/MooseX-OneArgNew/MooseX-OneArgNew-0.7.0.ebuild 2023-10-09 14:52:29.896368360 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=RJBS
7
DIST_VERSION=0.005
7
DIST_VERSION=0.007
8 8
inherit perl-module
9 9

  
10
DESCRIPTION="teach ->new to accept single, non-hashref arguments"
10
DESCRIPTION="Teach ->new to accept single, non-hashref arguments"
11

  
11 12
SLOT="0"
12 13
KEYWORDS="amd64 ~x86"
13 14
IUSE="minimal"
......
17 18
	>=dev-perl/MooseX-Role-Parameterized-1.10.0
18 19
	dev-perl/namespace-autoclean
19 20
"
20
BDEPEND="${RDEPEND}
21
	virtual/perl-ExtUtils-MakeMaker
21
BDEPEND="
22
	${RDEPEND}
23
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
22 24
	test? (
23 25
		!minimal? (
24 26
			>=virtual/perl-CPAN-Meta-2.120.900
Thank you!