-
perl-Carp-Clan-6.07-2.lbn25.noarch
This module reports errors from the perspective of the caller of a
"clan" of modules, similar to "Carp.pm" itself. But instead of giving
it a number of levels to skip on the calling stack, you give it a
pattern to characterize the package names of the "clan" of modules
which shall never be blamed for any error.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Class-ISA-0.36-1025.lbn25.noarch
This library provides functions that return the list (in order) of names of
(super-)classes Perl would search to find a method, with no duplicates.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Class-Load-0.25-5.lbn25.noarch
require EXPR only accepts Class/Name.pm style module names, not Class::Name.
How frustrating! For that, we provide load_class 'Class::Name'.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, we provide
try_load_class 'Class::Name'.
Finally, sometimes we need to know whether a particular class has been loaded.
Asking %INC is an option, but that will miss inner packages and any class for
which the filename does not correspond to the package name. For that, we
provide is_class_loaded 'Class::Name'.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Class-Method-Modifiers-2.12-12.lbn25.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 25
-
perl-Class-Tiny-1.006-9.lbn25.noarch
This module offers a minimalist class construction kit in around 120 lines
of code. Here is a list of features:
* defines attributes via import arguments
* generates read-write accessors
* supports lazy attribute defaults
* supports custom accessors
* superclass provides a standard new constructor
* new takes a hash reference or list of key/value pairs
* new has heuristics to catch constructor attribute typos
* new calls BUILD for each class from parent to child
* superclass provides a DESTROY method
* DESTROY calls DEMOLISH for each class from child to parent
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Clone-0.41-2.lbn25.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 25
-
perl-Compress-Bzip2-2.26-10.lbn25.x86_64
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
library. A relevant subset of the functionality provided by Bzip2 is available
in Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, use
the preferred IO::Compress::Bzip2 instead.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Compress-Raw-Bzip2-2.086-1.lbn25.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 25
-
perl-Compress-Raw-Zlib-2.086-1.lbn25.x86_64
The Compress::Raw::Zlib module provides a Perl interface to the zlib
compression library, which is used by IO::Compress::Zlib.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-DBD-MySQL-4.050-2.lbn25.x86_64
DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In
other words: DBD::mysql is an interface between the Perl programming language
and the MySQL programming API that comes with the MySQL relational database
management system.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25