-
perl-Devel-CheckLib-1.13-4.lbn25.noarch
Devel::CheckLib is a perl module that checks whether a particular C library
and its headers are available.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-GlobalDestruction-0.14-8.lbn25.noarch
Perl's global destruction is a little tricky to deal with with respect to
finalizers because it's not ordered and objects can sometimes disappear.
Writing defensive destructors is hard and annoying, and usually if global
destruction is happening you only need the destructors that free up non
process local resources to actually execute.
For these constructors you can avoid the mess by simply bailing out if
global destruction is in effect.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-Hide-0.0010-4.lbn25.noarch
Given a list of Perl modules/filenames, this module makes require and use
statements fail (regardless of whether the specified files/modules are
installed or not).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-LexAlias-0.05-19.lbn25.x86_64
Devel::LexAlias provides the ability to alias a lexical variable in a
subroutines scope to one of your choosing.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-OverloadInfo-0.005-5.lbn25.noarch
Devel::OverloadInfo returns information about overloaded operators for a
given class (or object), including where in the inheritance hierarchy the
overloads are declared and where the code implementing it is.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-PPPort-3.51-1.lbn25.x86_64
Perl's API has changed over time, gaining new features, new functions,
increasing its flexibility, and reducing the impact on the C name space
environment (reduced pollution). The header file written by this module,
typically ppport.h, attempts to bring some of the newer Perl API features
to older versions of Perl, so that you can worry less about keeping track
of old releases, but users can still reap the benefit.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-PartialDump-0.20-6.lbn25.noarch
This module is a data dumper optimized for logging of arbitrary parameters.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-Peek-1.27-436.lbn25.1.x86_64
Devel::Peek contains functions which allows raw Perl data types to be
manipulated from a Perl script. This is used by those who do XS programming to
check that the data they are sending from C to Perl looks as they think it
should look.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-SelfStubber-1.06-436.lbn25.1.noarch
Devel::SelfStubber prints the stubs you need to put in the module before the
__DATA__ token (or you can get it to print the entire module with stubs
correctly placed). The stubs ensure that if a method is called, it will get
loaded. They are needed specifically for inherited autoloaded methods.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Devel-Size-0.82-4.lbn25.x86_64
This module figures out the real sizes of Perl variables in bytes. Call
functions with a reference to the variable you want the size of. If the
variable is a plain scalar it returns the size of the scalar. If the
variable is a hash or an array, use a reference when calling.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25