diff --git a/programming/language/perl/perl-Data-Dump/actions.py b/programming/language/perl/perl-Data-Dump/actions.py
new file mode 100644
index 0000000000..6fdf3567a2
--- /dev/null
+++ b/programming/language/perl/perl-Data-Dump/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/copyleft/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")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Data-Dump/pspec.xml b/programming/language/perl/perl-Data-Dump/pspec.xml
new file mode 100644
index 0000000000..64f66292be
--- /dev/null
+++ b/programming/language/perl/perl-Data-Dump/pspec.xml
@@ -0,0 +1,79 @@
+
+
+
+
+ perl-Data-Dump
+ http://search.cpan.org/dist/Data-Dump
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ GPLv2
+ programming.language.perl
+ library
+ Perl Module for pretty printing of data structures
+ perl-Data-Dump is a perl module which provides a few functions that traverse their argument and produces a string as its result.
+ https://cpan.metacpan.org/authors/id/G/GA/GAAS/Data-Dump-1.23.tar.gz
+
+ perl
+
+
+
+
+ perl-Data-Dump
+ Perl Module for pretty printing of data structures
+
+ perl
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2020-01-07
+ 1.23
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2014-09-10
+ 1.22
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-05-28
+ 1.22
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-01-01
+ 1.22
+ Rebuild
+ Burak Fazıl Ertürk
+ burakerturk@pisilinux.org
+
+
+ 2013-11-08
+ 1.22
+ Version bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2012-09-06
+ 1.21
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Data-Dump/translations.xml b/programming/language/perl/perl-Data-Dump/translations.xml
new file mode 100644
index 0000000000..24a4216117
--- /dev/null
+++ b/programming/language/perl/perl-Data-Dump/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Data-Dump
+ Perl veri yapılarının hoş bir şekilde bastırılması
+ perl-Data-Dump argümanları takip edip sonucunu bir karakter dizisi olarak bastıran fonksiyonlar sağlayan bir Perl modülüdür.
+
+
\ No newline at end of file