Diff Pod-Elemental-0.103.5 with a Pod-Elemental-0.103.6

/usr/portage/dev-perl/Pod-Elemental/Pod-Elemental-0.103.6.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=0.103005
7
DIST_VERSION=0.103006
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Work with nestable Pod elements"
......
26 26
	dev-perl/Sub-Exporter-ForMethods
27 27
	dev-perl/namespace-autoclean
28 28
"
29
BDEPEND="${RDEPEND}
30
	virtual/perl-ExtUtils-MakeMaker
29
BDEPEND="
30
	${RDEPEND}
31
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
31 32
	test? (
32 33
		virtual/perl-Data-Dumper
33 34
		virtual/perl-File-Spec
Thank you!