diff --git a/programming/language/perl/perl-JSON/actions.py b/programming/language/perl/perl-JSON/actions.py index 2dc1c7ded8..8c5eed03f2 100644 --- a/programming/language/perl/perl-JSON/actions.py +++ b/programming/language/perl/perl-JSON/actions.py @@ -2,13 +2,9 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) +from pisi.actionsapi import perlmodules, pisitools def setup(): perlmodules.configure() @@ -22,4 +18,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes", "README") \ No newline at end of file + pisitools.dodoc("Changes", "README") diff --git a/programming/language/perl/perl-JSON/pspec.xml b/programming/language/perl/perl-JSON/pspec.xml index 02e16dfe5d..08bc57854d 100644 --- a/programming/language/perl/perl-JSON/pspec.xml +++ b/programming/language/perl/perl-JSON/pspec.xml @@ -13,7 +13,7 @@ library JSON (JavaScript Object Notation) encoder/decoder This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/. - https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz + https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz perl perl-JSON-XS @@ -38,6 +38,13 @@ + + 2023-01-15 + 4.10 + Version bump. + fury + uglyside@yandex.ru + 2020-01-13 4.02 diff --git a/programming/language/perl/perl-JSON/translations.xml b/programming/language/perl/perl-JSON/translations.xml index 5366f454a8..648f865654 100644 --- a/programming/language/perl/perl-JSON/translations.xml +++ b/programming/language/perl/perl-JSON/translations.xml @@ -5,4 +5,4 @@ JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü Bu modül JSON ve perl veri yapılarını birbirleri içerisinde dönüştürebilir. JSON için bakınız: http://www.crockford.com/JSON/. - \ No newline at end of file +