diff --git a/programming/language/perl/perl-Alien-Libxml2/actions.py b/programming/language/perl/perl-Alien-Libxml2/actions.py
new file mode 100644
index 0000000000..28f3636cca
--- /dev/null
+++ b/programming/language/perl/perl-Alien-Libxml2/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/licenses/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("README", "LICENSE", "Changes")
\ No newline at end of file
diff --git a/programming/language/perl/perl-Alien-Libxml2/pspec.xml b/programming/language/perl/perl-Alien-Libxml2/pspec.xml
new file mode 100644
index 0000000000..65bfcfd94e
--- /dev/null
+++ b/programming/language/perl/perl-Alien-Libxml2/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ perl-Alien-Libxml2
+ https://metacpan.org/release/Alien-libxml2
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.perl
+ Artistic
+ library
+ Installs the C libxml2 library on your system.
+ This module provides libxml2 for other modules to use.
+ https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.15.tar.gz
+
+ perl-Alien-Build
+ libxml2-devel
+ perl
+
+
+
+
+ perl-Alien-Libxml2
+ Installs the C libxml2 library on your system.
+
+ perl-Alien-Build
+ libxml2
+ perl
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2020-04-10
+ 0.15
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/perl/perl-Alien-Libxml2/translations.xml b/programming/language/perl/perl-Alien-Libxml2/translations.xml
new file mode 100644
index 0000000000..81f3cedc92
--- /dev/null
+++ b/programming/language/perl/perl-Alien-Libxml2/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Alien-Libxml2
+ Diğer modüllerin libxml2 kullanabilmesi için Perl bağlayıcıları.
+ perl-Alien-Libxml2, diğer modüllerın lıbxml2 modülünü kullanabilmesi için gerekli modülleri sağlar.
+
+
\ No newline at end of file