Diff MooseX-Types-JSON-1.0.0-r2 with a MooseX-Types-JSON-1.10.0

/usr/portage/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.10.0.ebuild 2023-10-09 14:52:29.896368360 +0300
1
# Copyright 1999-2021 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
DIST_AUTHOR=MILA
7
DIST_VERSION=1.00
6
DIST_AUTHOR=PLICEASE
7
DIST_VERSION=1.01
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
......
19 19
	dev-perl/Moose
20 20
	dev-perl/MooseX-Types
21 21
"
22
BDEPEND="${RDEPEND}
23
"
22
BDEPEND="${RDEPEND}"
24 23

  
25 24
src_test() {
26 25
	perl_rm_files t/00-pod.t t/release-*.t
Thank you!