Diff Net-Netmask-2.0.100 with a Net-Netmask-2.0.200

/usr/portage/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild 2023-10-09 14:52:29.900368360 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=JMASLAK
7
DIST_VERSION=2.0001
7
DIST_VERSION=2.0002
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Parse, manipulate and lookup IP network blocks"
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 arm arm64 ~mips ppc ~ppc64 ~riscv x86"
14
IUSE="minimal test"
15
RESTRICT="!test? ( test )"
14
IUSE="minimal"
16 15

  
17 16
RDEPEND="
18 17
	!minimal? ( >=dev-perl/AnyEvent-7.140.0 )
......
20 19
	virtual/perl-Exporter
21 20
	>=virtual/perl-Math-BigInt-1.999.811
22 21
"
23
BDEPEND="${RDEPEND}
22
BDEPEND="
23
	${RDEPEND}
24 24
	virtual/perl-ExtUtils-MakeMaker
25 25
	test? (
26 26
		>=dev-perl/Test2-Suite-0.0.111
Thank you!