Diff IO-Pipely-0.5.0-r2 with a IO-Pipely-0.6.0

/usr/portage/dev-perl/IO-Pipely/IO-Pipely-0.6.0.ebuild 2023-10-09 14:52:29.876368360 +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=RCAPUTO
7
DIST_VERSION=0.005
7
DIST_VERSION=0.006
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Portably create pipe() or pipe-like handles, one way or another"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ppc x86"
14

  
15
RDEPEND="
16
	>=virtual/perl-Exporter-5.720.0
17
	>=virtual/perl-IO-1.380.0
18
"
19
BDEPEND="
20
	${RDEPEND}
21
	test? (
22
		>=virtual/perl-Carp-1.420.0
23
		>=virtual/perl-Scalar-List-Utils-1.460.0
24
	)
25
"
Thank you!