diff --git a/programming/language/perl/perl-JSON-XS/actions.py b/programming/language/perl/perl-JSON-XS/actions.py
index 76e7f56060..7c243d1710 100644
--- a/programming/language/perl/perl-JSON-XS/actions.py
+++ b/programming/language/perl/perl-JSON-XS/actions.py
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
+from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
@@ -12,6 +13,7 @@ WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
+ pisitools.dosed("Makefile", "CCFLAGS =", "CCFLAGS = -Wno-unused-result")
def build():
perlmodules.make()
@@ -22,3 +24,4 @@ def check():
def install():
perlmodules.install()
+ pisitools.dodoc("Changes", "README")
\ No newline at end of file
diff --git a/programming/language/perl/perl-JSON-XS/pspec.xml b/programming/language/perl/perl-JSON-XS/pspec.xml
index c6afb2b11f..aecc1d3edd 100644
--- a/programming/language/perl/perl-JSON-XS/pspec.xml
+++ b/programming/language/perl/perl-JSON-XS/pspec.xml
@@ -1,5 +1,5 @@
-
+
perl-JSON-XS
@@ -9,6 +9,7 @@
admins@pisilinux.org
Artistic
+ programming.language.perl
library
app:console
JSON serialising/deserialising, done correctly and fast
@@ -16,18 +17,19 @@
http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz
perl
- perl-Canary-Stability
perl-common-sense
+ perl-Canary-Stability
perl-Types-Serialiser
perl-JSON-XS
+ JSON serialising/deserialising, done correctly and fast
perl
- perl-Canary-Stability
perl-common-sense
+ perl-Canary-Stability
perl-Types-Serialiser
@@ -40,10 +42,17 @@
+
+ 2020-01-02
+ 4.02
+ Rebuild for new toolchain
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-06-22
4.02
- Versiyon bump
+ Version bump
Kamil Atlı
suvari@pisilinux.org
@@ -76,4 +85,4 @@
osman.erkan@pisilinux.org
-
\ No newline at end of file
+
diff --git a/programming/language/perl/perl-JSON-XS/translations.xml b/programming/language/perl/perl-JSON-XS/translations.xml
index e840ca3ca2..166a7c4e0c 100644
--- a/programming/language/perl/perl-JSON-XS/translations.xml
+++ b/programming/language/perl/perl-JSON-XS/translations.xml
@@ -5,4 +5,4 @@
Doğru ve hızlı, JSON serileştirme/geri elde etme kitaplığı
Bu modül Perl veri yapılarını JSON'a çevirir, tam tersini de yapabilir. Birincil amacı doğru çalışmak, ikincil amacı ise hızlı olmaktır. İkinciyi sağlamak için C dilinde yazılmıştır.
-
+
\ No newline at end of file