diff --git a/programming/language/perl/perl-Module-Runtime/actions.py b/programming/language/perl/perl-Module-Runtime/actions.py
new file mode 100644
index 0000000000..345b51627d
--- /dev/null
+++ b/programming/language/perl/perl-Module-Runtime/actions.py
@@ -0,0 +1,24 @@
+#!/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 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("README*")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Module-Runtime/pspec.xml b/programming/language/perl/perl-Module-Runtime/pspec.xml
new file mode 100644
index 0000000000..7dacaa92e7
--- /dev/null
+++ b/programming/language/perl/perl-Module-Runtime/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ perl-Module-Runtime
+ https://metacpan.org/release/Module-Runtime
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.perl
+ Perlv5
+ library
+ Module::Runtime - runtime module handling
+ The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time. This module avoids using any other modules, so that it can be used in low-level infrastructure.
+ https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz
+
+ perl
+ perl-Module-Build
+
+ perl-Test-Pod
+ perl-Test-Pod-Coverage
+
+
+
+
+ perl-Module-Runtime
+ Module::Runtime - runtime module handling
+
+ perl
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2020-09-23
+ 0.016
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Module-Runtime/translations.xml b/programming/language/perl/perl-Module-Runtime/translations.xml
new file mode 100644
index 0000000000..15db4687b7
--- /dev/null
+++ b/programming/language/perl/perl-Module-Runtime/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Module-Runtime
+ Çalışma zamanında modülleri idare eden perl modülü
+ perl-Module-Runtime, çalışma zamanında modülleri idare eden perl modülü sunar.
+
+
\ No newline at end of file