diff --git a/programming/language/perl/perl-Types-Serialiser/actions.py b/programming/language/perl/perl-Types-Serialiser/actions.py
new file mode 100644
index 0000000000..76e7f56060
--- /dev/null
+++ b/programming/language/perl/perl-Types-Serialiser/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-Types-Serialiser/pspec.xml b/programming/language/perl/perl-Types-Serialiser/pspec.xml
new file mode 100644
index 0000000000..c44e71162e
--- /dev/null
+++ b/programming/language/perl/perl-Types-Serialiser/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ perl-Types-Serialiser
+ http://search.cpan.org/~mlehmann/Types-Serialiser-1.0/
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic
+ library
+ app:console
+ This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.
+ This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other.
+ http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz
+
+ perl
+ perl-common-sense
+
+
+
+
+ perl-Types-Serialiser
+
+ perl
+ perl-common-sense
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/perl
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 1.0
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-Types-Serialiser/translations.xml b/programming/language/perl/perl-Types-Serialiser/translations.xml
new file mode 100644
index 0000000000..a437c3c59d
--- /dev/null
+++ b/programming/language/perl/perl-Types-Serialiser/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Types-Serialiser
+ This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.
+ This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other.
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-common-sense/actions.py b/programming/language/perl/perl-common-sense/actions.py
new file mode 100644
index 0000000000..3522217655
--- /dev/null
+++ b/programming/language/perl/perl-common-sense/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("LICENSE", "README", "Changes")
diff --git a/programming/language/perl/perl-common-sense/pspec.xml b/programming/language/perl/perl-common-sense/pspec.xml
new file mode 100644
index 0000000000..ec2f2b2c3a
--- /dev/null
+++ b/programming/language/perl/perl-common-sense/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ perl-common-sense
+ http://search.cpan.org/~mlehmann/common-sense/
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic
+ library
+ Implements some sane defaults for Perl programs
+ This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders:
+ http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz
+
+ perl
+
+
+
+
+ perl-common-sense
+
+ perl
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 3.74
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-common-sense/translations.xml b/programming/language/perl/perl-common-sense/translations.xml
new file mode 100644
index 0000000000..9b3f3afe0d
--- /dev/null
+++ b/programming/language/perl/perl-common-sense/translations.xml
@@ -0,0 +1,7 @@
+
+
+
+ perl-common-sense
+ Perl programları için kabul edilebilir öntanımlılar içerir
+
+