diff --git a/programming/language/perl/perl-Capture-Tiny/actions.py b/programming/language/perl/perl-Capture-Tiny/actions.py
new file mode 100644
index 0000000000..8968876a0f
--- /dev/null
+++ b/programming/language/perl/perl-Capture-Tiny/actions.py
@@ -0,0 +1,22 @@
+#!/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
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
+ pisitools.dodoc("README", "Changes", "LICENSE")
diff --git a/programming/language/perl/perl-Capture-Tiny/pspec.xml b/programming/language/perl/perl-Capture-Tiny/pspec.xml
new file mode 100644
index 0000000000..fe84669fba
--- /dev/null
+++ b/programming/language/perl/perl-Capture-Tiny/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ perl-Capture-Tiny
+ http://search.cpan.org/dist/Capture-Tiny
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Apache-2.0
+ library
+ Perl module to capture stdout and stderr from Perl, XS or external programs
+ perl-Capture-Tiny is a Perl module to capture stdout and stderr from Perl, XS or external programs.
+ http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.36.tar.gz
+
+ perl
+
+
+
+
+ perl-Capture-Tiny
+
+ perl
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 0.36
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-Capture-Tiny/translations.xml b/programming/language/perl/perl-Capture-Tiny/translations.xml
new file mode 100644
index 0000000000..644aa4d48e
--- /dev/null
+++ b/programming/language/perl/perl-Capture-Tiny/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Capture-Tiny
+ Standart çıktı ve hata akışlarının yakalamaya yarayan Perl modülü
+ perl-Capture-Tiny, Perl, XS veya harici programların standart çıktı ve hata akışlarının yakalanmasını sağlayan bir Perl modülüdür.
+
+
diff --git a/programming/language/perl/perl-HTML-Tree/pspec.xml b/programming/language/perl/perl-HTML-Tree/pspec.xml
index 11acf2c6b0..ed4c66a0ea 100644
--- a/programming/language/perl/perl-HTML-Tree/pspec.xml
+++ b/programming/language/perl/perl-HTML-Tree/pspec.xml
@@ -21,6 +21,8 @@
perl-HTML-Parser
perl-Test-Exception
perl-Test-Pod-Coverage
+ perl-Module-Build
+ perl-Test-Fatal
@@ -43,11 +45,11 @@
- 2014-09-10
+ 2016-03-27
5.03
First release
- Marcin Bojara
- marcin@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
diff --git a/programming/language/perl/perl-Test-Fatal/actions.py b/programming/language/perl/perl-Test-Fatal/actions.py
new file mode 100644
index 0000000000..724a65f137
--- /dev/null
+++ b/programming/language/perl/perl-Test-Fatal/actions.py
@@ -0,0 +1,22 @@
+#!/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
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
+ pisitools.dodoc("README", "Changes")
diff --git a/programming/language/perl/perl-Test-Fatal/pspec.xml b/programming/language/perl/perl-Test-Fatal/pspec.xml
new file mode 100644
index 0000000000..73f416beb5
--- /dev/null
+++ b/programming/language/perl/perl-Test-Fatal/pspec.xml
@@ -0,0 +1,66 @@
+
+
+
+
+ perl-Test-Fatal
+ http://search.cpan.org/dist/Test-Fatal
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic-2
+ GPLv1
+ library
+ Perl module to test code with exceptions
+ perl-Test-Fatal provides incredible simple helpers for testing Perl code with exceptions.
+ http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz
+
+ perl
+ perl-Try-Tiny
+
+
+
+
+ perl-Test-Fatal
+
+ perl
+ perl-Try-Tiny
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2014-09-10
+ 0.013
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-05-28
+ 0.13
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-11-08
+ 0.13
+ Version bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2012-09-06
+ 0.10
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-Test-Fatal/translations.xml b/programming/language/perl/perl-Test-Fatal/translations.xml
new file mode 100644
index 0000000000..aebce8a36f
--- /dev/null
+++ b/programming/language/perl/perl-Test-Fatal/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Test-Fatal
+ İstisna içeren kodları test etmek için Perl modülü
+ perl-Test-Fatal, istisna (exception) içeren kodları test etmek için çok basit bir Perl modülüdür.
+
+
diff --git a/programming/language/perl/perl-Try-Tiny/actions.py b/programming/language/perl/perl-Try-Tiny/actions.py
new file mode 100644
index 0000000000..d7aeed16a8
--- /dev/null
+++ b/programming/language/perl/perl-Try-Tiny/actions.py
@@ -0,0 +1,22 @@
+#!/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
+
+def setup():
+ perlmodules.configure()
+
+def build():
+ perlmodules.make()
+
+def check():
+ perlmodules.make("test")
+
+def install():
+ perlmodules.install()
+
+ pisitools.dodoc("Changes")
diff --git a/programming/language/perl/perl-Try-Tiny/pspec.xml b/programming/language/perl/perl-Try-Tiny/pspec.xml
new file mode 100644
index 0000000000..bc870a7a65
--- /dev/null
+++ b/programming/language/perl/perl-Try-Tiny/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ perl-Try-Tiny
+ http://search.cpan.org/dist/Try-Tiny
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ Artistic-2
+ GPLv1
+ library
+ Perl module to implement minimal try/catch
+ perl-Try-Tiny is a Perl module which implements a minimal try/catch with proper localization of $@.
+ http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.24.tar.gz
+
+ perl
+ perl-Capture-Tiny
+
+
+
+
+ perl-Try-Tiny
+
+ perl
+ perl-Capture-Tiny
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+
+ 2016-03-27
+ 0.24
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/programming/language/perl/perl-Try-Tiny/translations.xml b/programming/language/perl/perl-Try-Tiny/translations.xml
new file mode 100644
index 0000000000..fa5ae50438
--- /dev/null
+++ b/programming/language/perl/perl-Try-Tiny/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ perl-Try-Tiny
+ Perl için basit bir try/catch gerçeklemesi
+ perl-Try-Tiny, Perl için $@ yerelleştirmesi sağlayan basit bir try/catch gerçeklemesidir.
+
+