You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage perl-lib-0.65-486.fc36.x86_64
This module simplifies the manipulation of @INC at compile time.
RPMPackage perl-less-0.03-486.fc36.noarch
"use less ...;" is a Perl user-pragma. If you're very lucky some code you're using will know that you asked for less CPU usage or RAM or fat or... we just can't know.
RPMPackage perl-ldns-1.8.1-4.fc36.x86_64
Perl extensions for ldns
RPMPackage perl-interpreter-5.34.1-486.fc36.x86_64
This is a Perl interpreter as a standalone executable /usr/bin/perl required for handling Perl scripts. It does not provide all the other Perl modules or tools. Install this package if you want to program in Perl or enable your system to handle Perl scripts with /usr/bin/perl interpreter. If your script requires some Perl modules, you can install them with "perl(MODULE)" where "MODULE" is a name of required module. E.g. install "perl(Test::More)" to make Test::More Perl module available. If you need all the Perl modules that come with upstream Perl sources, so called core modules, install perl package. If you only need perl run-time as a shared library, i.e. Perl interpreter embedded into another application, the only essential package is perl-libs. Perl header files can be found in perl-devel package. Perl utils like "h2ph" or "perlbug" can be found in perl-utils package. Perl debugger, usually invoked with "perl -d", is available in perl-debugger package.
RPMPackage perl-if-0.60.900-486.fc36.noarch
The "if" module is used to conditionally load another module.
RPMPackage perl-hivex-1.3.21-6.fc36.x86_64
perl-hivex contains Perl bindings for hivex.
RPMPackage perl-filetest-1.03-486.fc36.noarch
The default behavior of file test operators (e.g. "-r") is to use the simple mode bits as returned by the stat() family of system calls. However, many operating systems have additional features to define more complex access rights, for example ACLs (Access Control Lists). For such environments, "use filetest" may help the permission operators to return results more consistent with other tools.
RPMPackage perl-fields-2.27-486.fc36.noarch
The "fields" pragma enables compile-time and run-time verified class fields.