Diff Mail-Box-3.9.0 with a Mail-Box-3.10.0

/usr/portage/dev-perl/Mail-Box/Mail-Box-3.10.0.ebuild 2023-10-09 14:52:29.884368360 +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=MARKOV
7
DIST_VERSION=3.009
7
DIST_VERSION=3.010
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
......
24 24
	>=dev-perl/File-Remove-0.200.0
25 25
	>=virtual/perl-File-Spec-0.700.0
26 26
	dev-perl/IO-stringy
27
	>=dev-perl/Mail-Message-3.8.0
27
	>=dev-perl/Mail-Message-3.13.0
28 28
	>=dev-perl/Mail-Transport-3.3.0
29 29
	>=dev-perl/Object-Realize-Later-0.190.0
30 30
	>=virtual/perl-Scalar-List-Utils-1.130.0
Thank you!