diff --git a/programming/language/perl/perl-Mozilla-CA/actions.py b/programming/language/perl/perl-Mozilla-CA/actions.py
new file mode 100644
index 0000000000..4387ca132c
--- /dev/null
+++ b/programming/language/perl/perl-Mozilla-CA/actions.py
@@ -0,0 +1,22 @@
+#! pisitools.remove("/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
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
+ pisitools.dodoc("README", "Changes")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Mozilla-CA/pspec.xml b/programming/language/perl/perl-Mozilla-CA/pspec.xml
new file mode 100644
index 0000000000..94047e7660
--- /dev/null
+++ b/programming/language/perl/perl-Mozilla-CA/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ perl-Mozilla-CA
+ http://search.cpan.org/~abh/Mozilla-CA-20130114/lib/Mozilla/CA.pm
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic-2
+ GPLv1
+ library
+ Mozilla::CA - Mozilla's CA cert bundle in PEM format
+ Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.
+ https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-20160104.tar.gz
+
+ perl
+
+
+
+
+ perl-Mozilla-CA
+
+ perl
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 20160104
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-Mozilla-CA/translations.xml b/programming/language/perl/perl-Mozilla-CA/translations.xml
new file mode 100644
index 0000000000..38cb6c270e
--- /dev/null
+++ b/programming/language/perl/perl-Mozilla-CA/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Mozilla-CA
+ Mozilla::CA - Mozilla's CA cert bundle in PEM format
+ Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.
+
+
\ No newline at end of file