-
perl-Class-Method-Modifiers-1.05-1.lbn13.noarch
Method modifiers are a powerful feature from the CLOS (Common Lisp Object
System) world.
In its most basic form, a method modifier is just a method that calls
'$self->SUPER::foo(@_)'. I for one have trouble remembering that exact
invocation, so my classes seldom re-dispatch to their base classes. Very
bad!
'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. See the 'MODIFIERS' section for more details on how the
particular modifiers work.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Class-MethodMaker-2.18-6.fc18.armv6hl
Class::MethodMaker solves the problem of having to continually write accessor
methods for your objects that perform standard tasks.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Class-MethodMaker-2.20-1.lbn13.x86_64
Class::MethodMaker solves the problem of having to continually write accessor
methods for your objects that perform standard tasks.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Class-Singleton-1.4-6.lbn13.noarch
This is the Class::Singleton module. A Singleton describes an object class
that can have only one instance in any system. An example of a Singleton
might be a print spooler or system registry. This module implements a
Singleton class from which other classes can be derived. By itself, the
Class::Singleton module does very little other than manage the
instantiation of a single object. In deriving a class from
Class::Singleton, your module will inherit the Singleton instantiation
method and can implement whatever specific functionality is required.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Class-Trigger-0.13-2.lbn13.noarch
Mixin to add / call inheritable triggers.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Clone-0.31-11.fc18.armv6hl
This module provides a clone() method which makes recursive
copies of nested hash, array, scalar and reference types,
including tied variables and objects.
clone() takes a scalar argument and an optional parameter that
can be used to limit the depth of the copy. To duplicate lists,
arrays or hashes, pass them in by reference.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Clone-0.34-2.lbn13.x86_64
This module provides a clone() method which makes recursive
copies of nested hash, array, scalar and reference types,
including tied variables and objects.
clone() takes a scalar argument and an optional parameter that
can be used to limit the depth of the copy. To duplicate lists,
arrays or hashes, pass them in by reference.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Compress-Raw-Bzip2-2.048-239.lbn13.x86_64
This module provides a Perl interface to the bzip2 compression library.
It is used by IO::Compress::Bzip2.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Compress-Raw-Bzip2-2.058-1.fc18.armv6hl
This module provides a Perl interface to the bzip2 compression library.
It is used by IO::Compress::Bzip2.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Compress-Raw-Zlib-2.048-239.lbn13.x86_64
This module provides a Perl interface to the zlib compression library.
It is used by IO::Compress::Zlib.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13