diff --git a/programming/language/perl/perl-Moo/actions.py b/programming/language/perl/perl-Moo/actions.py
new file mode 100644
index 0000000000..b38ca76827
--- /dev/null
+++ b/programming/language/perl/perl-Moo/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("LICENSE", "README*")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Moo/pspec.xml b/programming/language/perl/perl-Moo/pspec.xml
new file mode 100644
index 0000000000..87dbb7d134
--- /dev/null
+++ b/programming/language/perl/perl-Moo/pspec.xml
@@ -0,0 +1,56 @@
+
+
+
+
+ perl-Moo
+ https://metacpan.org/release/Moo
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.perl
+ Perlv5
+ library
+ Moo - Minimalist Object Orientation (with Moose compatibility)
+ perl-Moo is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. Moo contains a subset of Moose and is optimised for rapid startup.
+ https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.004000.tar.gz
+
+ perl
+ perl-Role-Tiny
+ perl-Sub-Quote
+ perl-Module-Runtime
+ perl-Class-Method-Modifiers
+
+ perl-Test-Fatal
+
+
+
+
+ perl-Moo
+ Moo - Minimalist Object Orientation (with Moose compatibility)
+
+ perl
+ perl-Role-Tiny
+ perl-Sub-Quote
+ perl-Import-Into
+ perl-Module-Runtime
+ perl-Class-Method-Modifiers
+ perl-Devel-GlobalDestruction
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2020-09-23
+ 2.004000
+ First release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Moo/translations.xml b/programming/language/perl/perl-Moo/translations.xml
new file mode 100644
index 0000000000..5a55b30f3d
--- /dev/null
+++ b/programming/language/perl/perl-Moo/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Moo
+ Moo - Minimalist Nesne Yönelim Sistemi.
+ perl-Moo, minimalist nesne yönelim sistemi olan bir perl modülü sunar.
+
+
\ No newline at end of file