Diff B-Hooks-EndOfScope-0.240.0-r1 with a B-Hooks-EndOfScope-0.260.0

/usr/portage/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild 2023-10-09 14:52:29.820368358 +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 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=ETHER
7
DIST_VERSION=0.24
7
DIST_VERSION=0.26
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Execute code after a scope finished compilation"
......
18 18
	>=dev-perl/Sub-Exporter-Progressive-0.1.6
19 19
	>=dev-perl/Variable-Magic-0.480.0
20 20
"
21
BDEPEND="${RDEPEND}
21
BDEPEND="
22
	${RDEPEND}
22 23
	virtual/perl-ExtUtils-MakeMaker
23 24
	virtual/perl-Text-ParseWords
24 25
	test? (
Thank you!