-
perl-Safe-Isa-1.000005-1.lbn19.noarch
How many times have you found yourself writing:
if ($obj->isa('Something')) {
and then shortly afterwards cursing and changing it to:
if (Scalar::Util::blessed($obj) and $obj->isa('Something')) {
Right. That's why this module exists.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scalar-List-Utils-1.27-246.fc19.armv6hl
This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scalar-List-Utils-1.25-239.lbn13.armv6hl
Scalar::Util and List::Util contain a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so small
such that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Scalar-List-Utils-1.27-246.fc19.x86_64
This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scalar-List-Utils-1.63-489.fc36.x86_64
This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-Scalar-List-Utils-1.50-418.lbn25.x86_64
This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-Scalar-List-Utils-1.27-246.lbn13.x86_64
This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
perl-Scalar-Properties-1.100860-2.fc19.noarch
Scalar::Properties attempts to make Perl more object-oriented by taking an idea
from Ruby: Everything you manipulate is an object, and the results of those
manipulations are objects themselves.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scope-Guard-0.20-8.fc19.noarch
This module provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions: the Scope::Guard constructor takes a reference to
a subroutine that is guaranteed to be called even if the thread of
execution is aborted prematurely. This effectively allows lexically-scoped
"promises" to be made that are automatically honored by perl's garbage
collector.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Search-Dict-1.07-486.fc36.noarch
This module sets file position in a file handle to be first line greater than
or equal (string-wise) to a key.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36