Difference between revisions of "Class-Method-Modifiers"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
(Perl ref)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=Perl
 
 
|Name=Class-method-modifiers
 
|Name=Class-method-modifiers
|Submitted date=2013-03-20
 
 
|Short description=Perl module providing method modifiers
 
|Short description=Perl module providing method modifiers
|VCS checkout command=
 
 
|Full description=Class::Method::Modifiers provides three modifiers: before,
 
|Full description=Class::Method::Modifiers provides three modifiers: before,
 
around, and after. The before and after modifiers are run just
 
around, and after. The before and after modifiers are run just
Line 14: Line 8:
 
place of the original method, with a hook to easily call the
 
place of the original method, with a hook to easily call the
 
original method.
 
original method.
|Component programs=
+
|Homepage URL=https://metacpan.org/release/Class-Method-Modifiers
|Homepage URL=https://metacpan.org/release/Class-Method-Modifiers/
+
|Is High Priority Project=No
 +
|Computer languages=Perl
 +
|Decommissioned/Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/10
 +
|Submitted date=2013-03-20
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/libclass-method-modifiers-perl
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 +
|License=Other
 +
|License copyright=© 2007-2009, Shawn M Moore <sartak@gmail.com>
 +
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License verified date=2013-03-20
|License verified by=Debian
 
|License copyright=© 2007-2009, Shawn M Moore <sartak@gmail.com>
 
 
|License=Other
 
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 50: Line 45:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=©  
 
|License copyright=©  
 
© 2002-2012, Adam Kennedy <adamk@cpan.org>
 
© 2002-2012, Adam Kennedy <adamk@cpan.org>
 
© 2002-2012, Audrey Tang <autrijus@autrijus.org>
 
© 2002-2012, Audrey Tang <autrijus@autrijus.org>
 
© 2002-2012, Brian Ingerson <ingy@cpan.org>
 
© 2002-2012, Brian Ingerson <ingy@cpan.org>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 82: Line 75:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=©  
 
|License copyright=©  
 
© 2009, Jonathan Yu <jawnsy@cpan.org>
 
© 2009, Jonathan Yu <jawnsy@cpan.org>
 
© 2009, Ansgar Burchardt <ansgar@debian.org>
 
© 2009, Ansgar Burchardt <ansgar@debian.org>
 
© 2011, gregor herrmann <gregoa@debian.org>
 
© 2011, gregor herrmann <gregoa@debian.org>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 114: Line 105:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Shawn M Moore
 
|Real name=Shawn M Moore
|Resource URL=
 
 
|Role=contact
 
|Role=contact
 
|Email=sartak@gmail.com
 
|Email=sartak@gmail.com
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/libclass-method-modifiers-perl
 +
}}
 +
{{Resource
 +
|Resource audience=Perl (Ref)
 
|Resource URL=https://metacpan.org/release/Class-Method-Modifiers
 
|Resource URL=https://metacpan.org/release/Class-Method-Modifiers
|Resource kind=Download
+
}}
 +
{{Software category}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/libclass-method-modifiers-perl
 
}}
 
}}

Latest revision as of 03:40, 10 April 2018


[edit]

Class-method-modifiers

https://metacpan.org/release/Class-Method-Modifiers
Perl module providing method modifiers

Class::Method::Modifiers provides three modifiers: before, around, and after. The before and after modifiers are run just before and after the method they modify, but cannot really affect that original method. The remaining modifier, around, is run in place of the original method, with a hook to easily call the original method.



Download




Categories





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: Artistic or GPL-1+

Artistic:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the Artistic License, which comes
 with Perl.
 On Debian systems, the complete text of the Artistic License can
 be found in `/usr/share/common-licenses/Artistic'.

GPL-1+:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 1, or
 (at your option) any later version.
 On Debian systems, the complete text of version 1 of the GNU
 General Public License can be found in `/usr/share/common-
licenses/GPL-1'.




Leaders and contributors

Contact(s)Role
Shawn M Moore contact


Resources and communication

AudienceResource typeURI
Perl (Ref)https://metacpan.org/release/Class-Method-Modifiers
Debian (Ref) (R)https://tracker.debian.org/pkg/libclass-method-modifiers-perl


Software prerequisites




Entry














"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/libclass-method-modifiers-perl

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.