Diff Devel-Caller-2.60.0-r2 with a Devel-Caller-2.70.0

/usr/portage/dev-perl/Devel-Caller/Devel-Caller-2.70.0.ebuild 2023-10-09 14:52:29.848368359 +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=RCLAMP
7
DIST_VERSION=2.06
7
DIST_VERSION=2.07
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Meatier versions of caller"
......
18 18
BDEPEND="${RDEPEND}
19 19
	virtual/perl-ExtUtils-MakeMaker
20 20
"
21

  
22
src_compile() {
23
	mymake=(
24
		"OPTIMIZE=${CFLAGS}"
25
	)
26
	perl-module_src_compile
27
}
Thank you!