Diff Dist-Zilla-Plugin-PodWeaver-4.9.0 with a Dist-Zilla-Plugin-PodWeaver-4.10.0

/usr/portage/dev-perl/Dist-Zilla-Plugin-PodWeaver/Dist-Zilla-Plugin-PodWeaver-4.10.0.ebuild 2026-03-18 11:46:04.239055045 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2026 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=RJBS
7
DIST_VERSION=4.009
7
DIST_VERSION=4.010
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Weave your Pod together from configuration and Dist::Zilla"
11 11

  
12 12
SLOT="0"
13
KEYWORDS="amd64 ~x86"
13
KEYWORDS="~amd64 ~x86"
14 14

  
15 15
RDEPEND="
16
	>=dev-perl/Dist-Zilla-5.0.0
16
	>=dev-perl/Dist-Zilla-6.0.0
17 17
	dev-perl/Moose
18 18
	dev-perl/PPI
19 19
	>=dev-perl/Pod-Elemental-PerlMunger-0.100.0
......
24 24
	>=virtual/perl-ExtUtils-MakeMaker-6.780.0
25 25
	test? (
26 26
		dev-perl/File-Find-Rule
27
		virtual/perl-File-Spec
28 27
		>=virtual/perl-Test-Simple-0.960.0
29 28
	)
30 29
"
Thank you!