Diff Proc-ProcessTable-0.634.0 with a Proc-ProcessTable-0.635.0

/usr/portage/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.0.ebuild 2023-10-09 14:52:29.916368361 +0300
1
# Copyright 1999-2022 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=JWB
7
DIST_VERSION=0.634
7
DIST_VERSION=0.635
8 8
DIST_EXAMPLES=( "contrib/*" )
9 9
inherit perl-module
10 10

  
......
18 18
	virtual/perl-Storable
19 19
"
20 20
DEPEND="elibc_musl? ( sys-libs/obstack-standalone )"
21
BDEPEND="${RDEPEND}
21
BDEPEND="
22
	${RDEPEND}
22 23
	virtual/perl-ExtUtils-MakeMaker
23 24
"
24 25

  
Thank you!