Diff WWW-Mechanize-2.50.0 with a WWW-Mechanize-2.60.0

/usr/portage/dev-perl/WWW-Mechanize/WWW-Mechanize-2.60.0.ebuild 2023-10-09 14:52:29.944368362 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 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=OALDERS
7
DIST_VERSION=2.05
7
DIST_VERSION=2.06
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Handy web browsing in a Perl object"
11 11

  
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
13
KEYWORDS="amd64 ~arm ppc ~riscv x86 ~amd64-linux ~x86-linux"
14 14

  
15 15
RDEPEND="
16 16
	virtual/perl-Carp
Thank you!