diff --git a/programming/language/perl/perl-Canary-Stability/actions.py b/programming/language/perl/perl-Canary-Stability/actions.py
new file mode 100644
index 0000000000..aa3f0c6560
--- /dev/null
+++ b/programming/language/perl/perl-Canary-Stability/actions.py
@@ -0,0 +1,23 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import perlmodules
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
\ No newline at end of file
diff --git a/programming/language/perl/perl-Canary-Stability/pspec.xml b/programming/language/perl/perl-Canary-Stability/pspec.xml
new file mode 100644
index 0000000000..59705202f9
--- /dev/null
+++ b/programming/language/perl/perl-Canary-Stability/pspec.xml
@@ -0,0 +1,39 @@
+
+
+ perl-Canary-Stability
+ https://metacpan.org/release/Canary-Stability
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv1
+ library
+ CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules
+ CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules
+ https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2011.tar.gz
+
+ perl
+
+
+
+
+ perl-Canary-Stability
+ CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules
+
+ perl
+
+
+ /
+
+
+
+
+
+ 2016-03-27
+ 2011
+ First Release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-HTML-Template-Pro/pspec.xml b/programming/language/perl/perl-HTML-Template-Pro/pspec.xml
index e81d51982d..839bfb150c 100644
--- a/programming/language/perl/perl-HTML-Template-Pro/pspec.xml
+++ b/programming/language/perl/perl-HTML-Template-Pro/pspec.xml
@@ -18,6 +18,7 @@
http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz
perl
+ libpcre-devel
perl-JSON
@@ -26,6 +27,7 @@
perl-HTML-Template-Pro
perl
+ libpcre
perl-JSON
diff --git a/programming/language/perl/perl-JSON-XS/actions.py b/programming/language/perl/perl-JSON-XS/actions.py
new file mode 100644
index 0000000000..76e7f56060
--- /dev/null
+++ b/programming/language/perl/perl-JSON-XS/actions.py
@@ -0,0 +1,24 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import perlmodules
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
diff --git a/programming/language/perl/perl-JSON-XS/pspec.xml b/programming/language/perl/perl-JSON-XS/pspec.xml
new file mode 100644
index 0000000000..67fe5cf6d5
--- /dev/null
+++ b/programming/language/perl/perl-JSON-XS/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ perl-JSON-XS
+ http://search.cpan.org/dist/JSON-XS/
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic
+ library
+ app:console
+ JSON serialising/deserialising, done correctly and fast
+ This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be *fast*. To reach the latter goal it was written in C.
+ http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-3.02.tar.gz
+
+ perl
+ perl-Canary-Stability
+ perl-common-sense
+ perl-Types-Serialiser
+
+
+
+
+ perl-JSON-XS
+
+ perl
+ perl-Canary-Stability
+ perl-common-sense
+ perl-Types-Serialiser
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/perl
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 3.02
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-JSON-XS/translations.xml b/programming/language/perl/perl-JSON-XS/translations.xml
new file mode 100644
index 0000000000..e840ca3ca2
--- /dev/null
+++ b/programming/language/perl/perl-JSON-XS/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-JSON-XS
+ 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.
+
+
diff --git a/programming/language/perl/perl-JSON/actions.py b/programming/language/perl/perl-JSON/actions.py
new file mode 100644
index 0000000000..406126c3b2
--- /dev/null
+++ b/programming/language/perl/perl-JSON/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import perlmodules
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
+ pisitools.dodoc("Changes", "README")
diff --git a/programming/language/perl/perl-JSON/pspec.xml b/programming/language/perl/perl-JSON/pspec.xml
new file mode 100644
index 0000000000..64866730b0
--- /dev/null
+++ b/programming/language/perl/perl-JSON/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ perl-JSON
+ http://search.cpan.org/dist/JSON/
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic
+ 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/.
+ http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-2.90.tar.gz
+
+ perl
+ perl-JSON-XS
+ perl-Test-Pod
+
+
+
+
+ perl-JSON
+
+ perl
+ perl-JSON-XS
+ perl-Test-Pod
+
+
+ /usr/lib
+ /usr/share/perl
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 2.90
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-JSON/translations.xml b/programming/language/perl/perl-JSON/translations.xml
new file mode 100644
index 0000000000..05095680af
--- /dev/null
+++ b/programming/language/perl/perl-JSON/translations.xml
@@ -0,0 +1,7 @@
+
+
+
+ perl-JSON
+ JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü
+
+