Diff HTTP-BrowserDetect-3.380.0 with a HTTP-BrowserDetect-3.390.0

/usr/portage/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-3.390.0.ebuild 2023-10-09 14:52:29.872368360 +0300
4 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=OALDERS
7
DIST_VERSION=3.38
7
DIST_VERSION=3.39
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Determine Web browser, version, and platform from an HTTP user agent string"
11 11

  
12 12
SLOT="0"
13
KEYWORDS="amd64 ~hppa ~mips ppc x86"
13
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
14 14

  
15 15
BDEPEND="
16 16
	virtual/perl-ExtUtils-MakeMaker
Thank you!