Diff Filter-1.600.0 with a Filter-1.640.0

/usr/portage/dev-perl/Filter/Filter-1.640.0.ebuild 2023-10-09 14:52:29.864368360 +0300
1 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=RURBAN
7
DIST_VERSION=1.60
7
DIST_VERSION=1.64
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
......
16 16
BDEPEND="
17 17
	virtual/perl-ExtUtils-MakeMaker
18 18
"
19

  
19 20
PERL_RM_FILES=(
20 21
	t/z_kwalitee.t
21 22
	t/z_manifest.t
......
24 25
	t/z_pod-coverage.t
25 26
	t/z_pod.t
26 27
)
27
src_compile() {
28
	mymake=(
29
		"OPTIMIZE=${CFLAGS}"
30
	)
31
	perl-module_src_compile
32
}
Thank you!