Diff Pod-Weaver-4.18.0 with a Pod-Weaver-4.19.0

/usr/portage/dev-perl/Pod-Weaver/Pod-Weaver-4.19.0.ebuild 2023-10-09 14:52:29.916368361 +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=4.018
7
DIST_VERSION=4.019
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Weave together a Pod document from an outline"
......
32 32
	virtual/perl-Text-Tabs+Wrap
33 33
	dev-perl/namespace-autoclean
34 34
"
35
BDEPEND="${RDEPEND}
35
BDEPEND="
36
	${RDEPEND}
36 37
	virtual/perl-ExtUtils-MakeMaker
37 38
	test? (
38 39
		dev-perl/PPI
Thank you!