diff --git a/programming/language/perl/perl-Sub-Identify/actions.py b/programming/language/perl/perl-Sub-Identify/actions.py new file mode 100644 index 0000000000..d7aeed16a8 --- /dev/null +++ b/programming/language/perl/perl-Sub-Identify/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-Sub-Identify/pspec.xml b/programming/language/perl/perl-Sub-Identify/pspec.xml new file mode 100644 index 0000000000..5328079a96 --- /dev/null +++ b/programming/language/perl/perl-Sub-Identify/pspec.xml @@ -0,0 +1,45 @@ + + + + + perl-Sub-Identify + http://search.cpan.org/dist/Sub-Identify + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + Perl module to retrieve names of code references + perl-Sub-Identify is a Perl module allowing you to retrieve the real name of code references through the introspection mechanism. + http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.12.tar.gz + + perl + perl-Test-Pod + + + + + perl-Sub-Identify + + perl + perl-Test-Pod + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2017-01-24 + 0.12 + First release + Alihan Öztürk + alihan@pisilinux.org + + + diff --git a/programming/language/perl/perl-Sub-Identify/translations.xml b/programming/language/perl/perl-Sub-Identify/translations.xml new file mode 100644 index 0000000000..2f93985242 --- /dev/null +++ b/programming/language/perl/perl-Sub-Identify/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Sub-Identify + Kod referanslarının adlarını almak için Perl modülü + perl-Sub-Identify, introspection mekanizmasıyla kod referanslarının adlarını almaya yarayan bir Perl modülüdür. + + diff --git a/programming/language/perl/perl-Super/actions.py b/programming/language/perl/perl-Super/actions.py new file mode 100644 index 0000000000..d7aeed16a8 --- /dev/null +++ b/programming/language/perl/perl-Super/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-Super/pspec.xml b/programming/language/perl/perl-Super/pspec.xml new file mode 100644 index 0000000000..8e9b622210 --- /dev/null +++ b/programming/language/perl/perl-Super/pspec.xml @@ -0,0 +1,46 @@ + + + + + perl-Super + http://search.cpan.org/dist/SUPER/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + Control superclass method dispatch. + Control superclass method dispatch. + http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz + + perl + perl-Sub-Identify + perl-Module-Build + + + + + perl-Super + + perl + perl-Sub-Identify + perl-Module-Build + + + /usr/lib + /usr/share + + + + + + 2017-01-24 + 20141117 + First release + Alihan Öztürk + alihan@pisilinux.org + + + diff --git a/programming/language/perl/perl-Super/translations.xml b/programming/language/perl/perl-Super/translations.xml new file mode 100644 index 0000000000..a19e5c6e21 --- /dev/null +++ b/programming/language/perl/perl-Super/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Super + Üst sınıf yönteminin gönderilmesini denetle. + Üst sınıf yönteminin gönderilmesini denetle. + + diff --git a/programming/language/perl/perl-Test-MockModule/actions.py b/programming/language/perl/perl-Test-MockModule/actions.py new file mode 100644 index 0000000000..d7aeed16a8 --- /dev/null +++ b/programming/language/perl/perl-Test-MockModule/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-Test-MockModule/pspec.xml b/programming/language/perl/perl-Test-MockModule/pspec.xml new file mode 100644 index 0000000000..80a931f061 --- /dev/null +++ b/programming/language/perl/perl-Test-MockModule/pspec.xml @@ -0,0 +1,50 @@ + + + + + perl-Test-MockModule + http://search.cpan.org/dist/Test-MockModule/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic-2 + GPLv1 + library + Override subroutines in a module for unit testing. + Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing. + http://www.cpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-0.11.tar.gz + + perl + perl-Super + perl-Test-Pod + perl-Test-Pod-Coverage + perl-Module-Build + + + + + perl-Test-MockModule + + perl + perl-Super + perl-Test-Pod + perl-Test-Pod-Coverage + perl-Module-Build + + + /usr/lib + /usr/share + + + + + + 2017-01-24 + 0.11 + First release + Alihan Öztürk + alihan@pisilinux.org + + + diff --git a/programming/language/perl/perl-Test-MockModule/translations.xml b/programming/language/perl/perl-Test-MockModule/translations.xml new file mode 100644 index 0000000000..cadbfdf9cc --- /dev/null +++ b/programming/language/perl/perl-Test-MockModule/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Test-MockModule + Birim test için bir modüldeki altprogramları geçersiz kılın. + perl-Test-MockModule birim test amaçları için diğer paketlerdeki altprogramları geçici olarak yeniden tanımlamanıza izin verir. + +