Diff Package-Stash-0.390.0 with a Package-Stash-0.400.0

/usr/portage/dev-perl/Package-Stash/Package-Stash-0.400.0.ebuild 2023-10-09 14:52:29.908368361 +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.39
7
DIST_VERSION=0.40
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Routines for manipulating stashes"
......
28 28
#	!<=dev-perl/namespace-clean-0.18
29 29
#	!<=dev-perl/MooseX-Role-WithOverloading-0.80
30 30
#	!<=dev-perl/MooseX-Method-Signatures-0.360.0
31

  
32
BDEPEND="${RDEPEND}
31
BDEPEND="
32
	${RDEPEND}
33 33
	virtual/perl-ExtUtils-MakeMaker
34 34
	virtual/perl-File-Spec
35 35
	dev-perl/CPAN-Meta-Check
Thank you!