diff --git a/programming/language/perl/perl-Params-Util/actions.py b/programming/language/perl/perl-Params-Util/actions.py
new file mode 100644
index 0000000000..5f82d2d1cc
--- /dev/null
+++ b/programming/language/perl/perl-Params-Util/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 pisitools
+from pisi.actionsapi import perlmodules
+
+#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*")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Params-Util/pspec.xml b/programming/language/perl/perl-Params-Util/pspec.xml
new file mode 100644
index 0000000000..18a28f29be
--- /dev/null
+++ b/programming/language/perl/perl-Params-Util/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ perl-Params-Util
+ https://metacpan.org/release/Params-Util
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ programming.language.perl
+ Artistic
+ GPLv2
+ library
+ Simple, compact and correct param-checking functions
+ perl-Params-Util is a Perl module that has simple, compact and correct param-checking functions.
+ https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz
+
+ perl
+
+
+
+ perl-Params-Util
+ Simple, compact and correct param-checking functions
+
+ perl
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2020-09-23
+ 1.07
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Params-Util/translations.xml b/programming/language/perl/perl-Params-Util/translations.xml
new file mode 100644
index 0000000000..13ab9a5d8c
--- /dev/null
+++ b/programming/language/perl/perl-Params-Util/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Params-Util
+ Basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları
+ perl-Params-Util basit, az yer kaplayan ve doğru parametre kontrol fonksiyonları içeren bir Perl modülüdür.
+
+
\ No newline at end of file