You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-sort-2.04-486.fc36.noarch
With the "sort" pragma you can control the behavior of the builtin "sort()" function.
RPMPackage perl-sigtrap-1.09-486.fc36.noarch
The sigtrap pragma is a simple interface for installing signal handlers.
RPMPackage perl-prelude-5.2.0-11.fc36.x86_64
Provides perl bindings for prelude.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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); }
RPMPackage perl-overloading-0.02-486.fc36.noarch
Overloading pragma allows you to lexically disable or enable overloading.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage 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.
RPMPackage perl-mro-1.25-486.fc36.x86_64
The "mro" name space provides several utilities for dealing with method resolution order and method caching in general.
RPMPackage perl-meta-notation-5.34.1-486.fc36.noarch
Returns a copy of the input string with the nonprintable characters below 0x100 changed into printables. Any ASCII printables or above 0xFF are unchanged.
RPMPackage perl-macros-5.34.1-486.fc36.noarch
RPM macros that are handy when building binary RPM packages.
RPMPackage perl-locale-1.10-486.fc36.noarch
This pragma tells the compiler to enable (or disable) the use of POSIX locales for built-in operations (for example, LC_CTYPE for regular expressions, LC_COLLATE for string comparison, and LC_NUMERIC for number formatting). Each "use locale" or "no locale" affects statements to the end of the enclosing block.
RPMPackage perl-libwww-perl-6.67-1.fc36.noarch
The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.
RPMPackage perl-libwhisker2-2.5-33.fc36.noarch
Libwhisker is a Perl library useful for HTTP testing scripts. It contains a pure-Perl implementation of functionality found in the LWP, URI, Digest::MD5, Digest::MD4, Data::Dumper, Authen::NTLM, HTML::Parser, HTML::FormParser, CGI::Upload, MIME::Base64, and GetOpt::Std modules. Libwhisker is designed to be portable (a single perl file), fast (general benchmarks show libwhisker is faster than LWP), and flexible (great care was taken to ensure the library does exactly what you want to do, even if it means breaking the protocol).
RPMPackage perl-libs-5.34.1-486.fc36.x86_64
The is a perl run-time (interpreter as a shared library and include directories).
RPMPackage perl-libnetcfg-5.34.1-486.fc36.noarch
The libnetcfg utility can be used to configure the libnet.
RPMPackage perl-libnet-3.13-480.fc36.noarch
This is a collection of Perl modules which provides a simple and consistent programming interface (API) to the client side of various protocols used in the internet community.