Diff Perl-PrereqScanner-1.24.0 with a Perl-PrereqScanner-1.100.0

/usr/portage/dev-perl/Perl-PrereqScanner/Perl-PrereqScanner-1.100.0.ebuild 2023-10-09 14:52:29.912368361 +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=1.024
7
DIST_VERSION=1.100
8 8

  
9 9
inherit perl-module
10 10

  
11
DESCRIPTION="a tool to scan your Perl code for its prerequisites"
11
DESCRIPTION="Tool to scan your Perl code for its prerequisites"
12 12

  
13 13
SLOT="0"
14 14
KEYWORDS="amd64 ~x86"
......
21 21
	dev-perl/Getopt-Long-Descriptive
22 22
	>=virtual/perl-Scalar-List-Utils-1.330.0
23 23
	dev-perl/Module-Path
24
	dev-perl/Moose
24
	dev-perl/Moo
25 25
	>=dev-perl/PPI-1.215.0
26 26
	dev-perl/Params-Util
27 27
	>=dev-perl/String-RewritePrefix-0.5.0
28
	dev-perl/Type-Tiny
28 29
	dev-perl/namespace-autoclean
29 30
"
30

  
31
BDEPEND="${RDEPEND}
31
BDEPEND="
32
	${RDEPEND}
32 33
	virtual/perl-ExtUtils-MakeMaker
33 34
	test? (
34 35
		!minimal? (
Thank you!