diff --git a/programming/language/perl/perl-Error/actions.py b/programming/language/perl/perl-Error/actions.py new file mode 100644 index 0000000000..30b5d571f5 --- /dev/null +++ b/programming/language/perl/perl-Error/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("ChangeLog", "README") diff --git a/programming/language/perl/perl-Error/pspec.xml b/programming/language/perl/perl-Error/pspec.xml new file mode 100644 index 0000000000..65f53d6700 --- /dev/null +++ b/programming/language/perl/perl-Error/pspec.xml @@ -0,0 +1,70 @@ + + + + + perl-Error + http://search.cpan.org/dist/Error/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + Error/exception handling in an OO-ish way + The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. + http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17022.tar.gz + + perl + + + + + perl-Error + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2014-09-10 + 0.17022 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 0.17022 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-09 + 0.17021 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-04-25 + 0.17019 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-09-07 + 0.17018 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/programming/language/perl/perl-Error/translations.xml b/programming/language/perl/perl-Error/translations.xml new file mode 100644 index 0000000000..219564b38a --- /dev/null +++ b/programming/language/perl/perl-Error/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Error + Hata/istisna yakalama ve işlemeye yarayan Nesne yönelimli mantıkla yazılmış bir perl modülü + perl-Error, Hata/istisna yakalama ve işleme işlerini gören, Nesne yönelimli mantıkla yazılmış bir perl modülüdür. + +