diff --git a/programming/language/perl/perl-Data-OptList/actions.py b/programming/language/perl/perl-Data-OptList/actions.py
new file mode 100644
index 0000000000..5f82d2d1cc
--- /dev/null
+++ b/programming/language/perl/perl-Data-OptList/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-Data-OptList/pspec.xml b/programming/language/perl/perl-Data-OptList/pspec.xml
new file mode 100644
index 0000000000..189dbf2a27
--- /dev/null
+++ b/programming/language/perl/perl-Data-OptList/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ perl-Data-OptList
+ https://metacpan.org/release/Data-OptList
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ programming.language.perl
+ Artistic
+ GPLv2
+ library
+ Perl module that parses and validates simple name/value option pairs
+ perl-Data-OptList is a Perl module that parses and validates simple name/value option pairs.
+ https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz
+
+ perl
+ perl-Params-Util
+ perl-Sub-Install
+
+
+
+ perl-Data-OptList
+ Perl module that parses and validates simple name/value option pairs
+
+ perl
+ perl-Params-Util
+ perl-Sub-Install
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2020-09-23
+ 0.110
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Data-OptList/translations.xml b/programming/language/perl/perl-Data-OptList/translations.xml
new file mode 100644
index 0000000000..ad40245d73
--- /dev/null
+++ b/programming/language/perl/perl-Data-OptList/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Data-OptList
+ Basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülü
+ perl-Data-OptList basit isim/değer çiftlerini ayrıştıran ve doğrulayan bir Perl modülüdür.
+
+
\ No newline at end of file