diff --git a/programming/language/perl/perl-Archive-Zip/actions.py b/programming/language/perl/perl-Archive-Zip/actions.py
new file mode 100644
index 0000000000..ffd3ad147f
--- /dev/null
+++ b/programming/language/perl/perl-Archive-Zip/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")
diff --git a/programming/language/perl/perl-Archive-Zip/pspec.xml b/programming/language/perl/perl-Archive-Zip/pspec.xml
new file mode 100644
index 0000000000..5c2cf2507d
--- /dev/null
+++ b/programming/language/perl/perl-Archive-Zip/pspec.xml
@@ -0,0 +1,72 @@
+
+
+
+
+ perl-Archive-Zip
+ http://search.cpan.org/dist/Archive-Zip
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic
+ library
+ app:console
+ Perl interface to ZIP archive files
+ The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files.
+ http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.49.tar.gz
+
+ perl
+
+
+
+
+ perl-Archive-Zip
+
+ perl
+
+
+ /usr/lib/perl5
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+
+
+
+
+
+ 2015-08-15
+ 1.49
+ Version bump.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2014-09-10
+ 1.38
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-05-24
+ 1.37
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-11-21
+ 1.33
+ Version Bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2012-09-06
+ 1.31_04
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Archive-Zip/translations.xml b/programming/language/perl/perl-Archive-Zip/translations.xml
new file mode 100644
index 0000000000..3659b97829
--- /dev/null
+++ b/programming/language/perl/perl-Archive-Zip/translations.xml
@@ -0,0 +1,9 @@
+
+
+
+ perl-Archive-Zip
+ ZIP arşivlerine erişim için Perl modülü
+ Bu modül, Perl programlarının Zip arşiv dosyalarını oluşturmasını, düzenlemesini ve okumasını sağlar. Dosyaların içindeki akımları okumak ve yazmak için Compress:Zlib kütüphanesini kullanır.
+ El módulo Archive::Zip permite a programas Perl la creación, manipulación, lectura y escritura de archivos comprimidos ZIP. Este módulo utiliza la librería Compress::Zlib para leer y escribir los flujos (streams) comprimidos dentro de los archivos.
+
+