Diff Pod-Elemental-PerlMunger-0.200.6-r1 with a Pod-Elemental-PerlMunger-0.200.7

/usr/portage/dev-perl/Pod-Elemental-PerlMunger/Pod-Elemental-PerlMunger-0.200.7.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.200006
7
DIST_VERSION=0.200007
8 8
inherit perl-module
9 9

  
10
DESCRIPTION="A thing that takes a string of Perl and rewrites its documentation"
10
DESCRIPTION="Thing that takes a string of Perl and rewrites its documentation"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ~x86"
......
21 21
	>=dev-perl/Pod-Elemental-0.103.0
22 22
	dev-perl/namespace-autoclean
23 23
"
24
BDEPEND="${RDEPEND}
24
BDEPEND="
25
	${RDEPEND}
25 26
	virtual/perl-ExtUtils-MakeMaker
26 27
	test? (
27 28
		virtual/perl-File-Spec
Thank you!