-
perl-Devel-Cover-0.65-1.lbn13.x86_64
This module provides code coverage metrics for Perl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Devel-Cover-0.89-5.fc18.armv6hl
This module provides code coverage metrics for Perl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Devel-GlobalDestruction-0.02-8.lbn13.x86_64
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 happenning 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 13
-
perl-Devel-StackTrace-1.26-1.lbn13.noarch
The Devel::StackTrace module contains two classes, Devel::StackTrace
and Devel::StackTraceFrame. The goal of this object is to encapsulate
the information that can found through using the caller() function, as
well as providing a simple interface to this data.
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
objects, one for each level of the stack. The frames contain all the
data available from caller() as of Perl 5.6.0.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Devel-Symdump-2.08-2.lbn13.noarch
The perl module Devel::Symdump provides a convenient way to inspect
perl's symbol table and the class hierarchy within a running program.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Digest-1.17-239.lbn13.noarch
The Digest:: modules calculate digests, also called "fingerprints" or
"hashes", of some data, called a message. The digest is (usually)
some small/fixed size string. The actual size of the digest depend of
the algorithm used. The message is simply a sequence of arbitrary
bytes or bits.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Digest-BubbleBabble-0.01-11.lbn13.noarch
Digest::BubbleBabble takes a message digest (generated by either of the MD5 or
SHA-1 message digest algorithms) and creates a fingerprint of that digest in
"bubble babble" format. Bubble babble is a method of representing a message
digest as a string of "real" words, to make the fingerprint easier to remember.
The "words" are not necessarily real words, but they look more like words than
a string of hex characters.
Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by
Net::SSH::Perl, the Perl SSH implementation) to display easy-to-remember key
fingerprints. The key (a DSA or RSA key) is converted into a textual form,
digested using Digest::SHA1, and run through bubblebabble to create the key
fingerprint.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Digest-HMAC-1.03-5.lbn13.noarch
HMAC is used for message integrity checks between two parties that
share a secret key, and works in combination with some other Digest
algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in
RFC 2104.
HMAC follow the common Digest:: interface, but the constructor takes
the secret key and the name of some other simple Digest:: as argument.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Digest-MD5-2.51-239.lbn13.armv6hl
The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5
Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Digest-MD5-2.51-239.lbn13.x86_64
The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5
Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13