-
perl-DateTime-Format-Mail-0.3001-6.lbn13.noarch
RFCs 2822 and 822 specify date formats to be used by email. This module parses
and emits such dates.
RFC2822 (April 2001) introduces a slightly different format of date than that
used by RFC822 (August 1982). The main correction is that the preferred format
is more limited, and thus easier to parse programmatically.
Despite the ease of generating and parsing perfectly valid RFC822 and RFC2822
people still get it wrong. This module aims to correct that.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-DateTime-Format-Strptime-1.1000-1.lbn13.noarch
This module implements most of strptime(3), the POSIX function that is the
reverse of strftime(3), for DateTime. While strftime takes a DateTime and a
pattern and returns a string, strptime takes a string and a pattern and
returns the DateTime object associated.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-DateTime-Format-W3CDTF-0.05-1.lbn13.noarch
This module understands the W3CDTF date/time format, an ISO 8601 profile,
defined at http://www.w3.org/TR/NOTE-datetime. This format as the native
date format of RSS 1.0.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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