-
perl-namespace-autoclean-0.28-14.lbn25.noarch
When you import a function into a Perl package, it will naturally also be
available as a method. The 'namespace::autoclean' pragma will remove all
imported symbols at the end of the current package's compile cycle. Functions
called in the package itself will still be bound by their name, but they won't
show up as methods on your class or instances. This module is very similar to
namespace::clean, except it will clean all imported functions, no matter if you
imported them before or after you 'use'd the pragma. It will also not touch
anything that looks like a method.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-namespace-clean-0.27-10.lbn25.noarch
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause
problems, but it can complicate subclassing and, for example, plugin
classes that are included via multiple inheritance by loading them as
base classes.
The 'namespace::clean' pragma will remove all previously declared or
imported symbols at the end of the current package's compile cycle.
Functions called in the package itself will still be bound by their
name, but they won't show up as methods on your class or instances.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-open-1.11-436.lbn25.1.noarch
The "open" pragma serves as one of the interfaces to declare default "layers"
(also known as "disciplines") for all I/O.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-parent-0.237-3.lbn25.noarch
Allows you to both load one or more modules, while setting up inheritance
from those modules at the same time. Mostly similar in effect to:
package Baz;
BEGIN {
require Foo;
require Bar;
push @ISA, qw(Foo Bar);
}
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-podlators-4.11-4.lbn25.noarch
This package contains Pod::Man and Pod::Text modules which convert POD input
to *roff source output, suitable for man pages, or plain text. It also
includes several sub-classes of Pod::Text for formatted output to terminals
with various capabilities.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-solv-0.7.19-3.lbn25.x86_64
Perl bindings for the libsolv library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-srpm-macros-1-34.lbn25.noarch
These RPM macros are used for building Perl source packages from source
repositories. They influence build-requires set into the source package.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-strictures-2.000006-4.lbn25.noarch
This package turns on strict and makes most warnings fatal.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-tests-5.28.2-436.lbn25.1.x86_64
This package contains the test suite included with Perl 5.28.2.
Install this if you want to test your Perl installation (binary and core
modules).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-threads-2.22-418.lbn25.x86_64
Since Perl 5.8, thread programming has been available using a model called
interpreter threads which provides a new Perl interpreter for each thread,
and, by default, results in no data or state information being shared
between threads.
(Prior to Perl 5.8, 5005threads was available through the "Thread.pm" API.
This threading model has been deprecated, and was removed as of Perl 5.10.0.)
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25