-
perl-namespace-autoclean-0.29-10.fc36.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 36
-
perl-namespace-clean-0.27-19.fc36.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 36
-
perl-open-1.12-486.fc36.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 36
-
perl-overload-1.33-486.fc36.noarch
The "overload" pragma allows overloading of Perl operators for a class. To
overload built-in functions, see "Overriding Built-in Functions" in perlsub
POD instead.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-overloading-0.02-486.fc36.noarch
Overloading pragma allows you to lexically disable or enable overloading.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-parent-0.238-479.fc36.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 36
-
perl-ph-5.34.1-486.fc36.x86_64
Contemporary Perl still refers to some Perl header (ph) files although it does
not build them anymore. This is a prebuilt collection of the referred files.
If you miss other ones, you can generate them with h2ph tool from perl-utils
package.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-podlators-4.14-479.fc36.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 36
-
perl-prelude-5.2.0-11.fc36.x86_64
Provides perl bindings for prelude.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-sigtrap-1.09-486.fc36.noarch
The sigtrap pragma is a simple interface for installing signal handlers.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36