diff --git a/programming/language/perl/perl-Class-Method-Modifiers/actions.py b/programming/language/perl/perl-Class-Method-Modifiers/actions.py new file mode 100644 index 0000000000..b38ca76827 --- /dev/null +++ b/programming/language/perl/perl-Class-Method-Modifiers/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-Class-Method-Modifiers/pspec.xml b/programming/language/perl/perl-Class-Method-Modifiers/pspec.xml new file mode 100644 index 0000000000..21e76c16b4 --- /dev/null +++ b/programming/language/perl/perl-Class-Method-Modifiers/pspec.xml @@ -0,0 +1,48 @@ + + + + + perl-Class-Method-Modifiers + https://metacpan.org/release/Class-Method-Modifiers + + Blue Devil + bluedevil@sctzine.com + + programming.language.perl + Perlv5 + library + Provides Moose-like method modifiers + Class::Method::Modifiers provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method. + https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.13.tar.gz + + perl + + perl-Test-Fatal + perl-Test-Needs + perl-Test-Requires + + + + + perl-Class-Method-Modifiers + Provides Moose-like method modifiers + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + + 2020-09-23 + 2.13 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Class-Method-Modifiers/translations.xml b/programming/language/perl/perl-Class-Method-Modifiers/translations.xml new file mode 100644 index 0000000000..c0e5b4a6e6 --- /dev/null +++ b/programming/language/perl/perl-Class-Method-Modifiers/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Class-Method-Modifiers + Moose benzeri yordam düzenleyici. + perl-Class-Method-Modifiers, moose benzeri yordam düzenleyici perl modülü sunar. + + \ No newline at end of file