Diff XML-LibXSLT-1.990.0 with a XML-LibXSLT-2.2.0

/usr/portage/dev-perl/XML-LibXSLT/XML-LibXSLT-2.2.0.ebuild 2023-10-09 14:52:29.948368362 +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=SHLOMIF
7
DIST_VERSION=1.99
7
DIST_VERSION=2.002000
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="A Perl module to parse XSL Transformational sheets using GNOME's libxslt"
11 11

  
12
# https://github.com/shlomif/perl-XML-LibXSLT/issues/5
13
LICENSE="|| ( Artistic GPL-1+ ) MIT"
12 14
SLOT="0"
13 15
KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
14 16

  
Thank you!