Diff Net-OpenSSH-0.800.0 with a Net-OpenSSH-0.830.0

/usr/portage/dev-perl/Net-OpenSSH/Net-OpenSSH-0.830.0.ebuild 2023-10-09 14:52:29.900368360 +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=SALVA
7
DIST_VERSION=0.80
7
DIST_VERSION=0.83
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
......
22 22
		dev-perl/Net-SFTP-Foreign
23 23
	)
24 24
"
25
BDEPEND="${RDEPEND}
25
BDEPEND="
26
	${RDEPEND}
26 27
	virtual/perl-ExtUtils-MakeMaker
27 28
"
Thank you!