You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Cpanel-JSON-XS-4.27-2.fc36.x86_64
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C.
RPMPackage perl-Convert-ASN1-0.33-2.fc36.noarch
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
RPMPackage perl-Config-Extensions-0.03-486.fc36.noarch
The Config::Extensions module provides a hash %Extensions containing all the core extensions that were enabled for this perl.
RPMPackage perl-Compress-Stream-Zstd-0.202-4.fc36.x86_64
The Compress::Stream::Zstd module provides an interface to the Zstd (de)compressor.
RPMPackage perl-Compress-Raw-Zlib-tests-2.101-481.fc36.x86_64
Tests from perl-Compress-Raw-Zlib-2.101. Execute them with "/usr/libexec/perl-Compress-Raw-Zlib/test".
RPMPackage perl-Compress-Raw-Zlib-2.101-480.fc36.x86_64
The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library, which is used by IO::Compress::Zlib.
RPMPackage perl-Compress-Raw-Lzma-2.101-4.fc36.x86_64
This module provides a Perl interface to the lzma compression library. It is used by IO::Compress::Lzma.
RPMPackage perl-Compress-Raw-Bzip2-tests-2.101-480.fc36.x86_64
Tests from perl-Compress-Raw-Bzip2-2.101. Execute them with "/usr/libexec/perl-Compress-Raw-Bzip2/test".
RPMPackage perl-Compress-Raw-Bzip2-2.101-480.fc36.x86_64
This module provides a Perl interface to the bzip2 compression library. It is used by IO::Compress::Bzip2.
RPMPackage perl-Compress-LZF-3.8-21.fc36.x86_64
This is Perl binding to the LZF compression library.
RPMPackage perl-Compress-Bzip2-2.28-7.fc36.x86_64
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library. A relevant subset of the functionality provided by Bzip2 is available in Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, use the preferred IO::Compress::Bzip2 instead.
RPMPackage perl-Clone-0.45-7.fc36.x86_64
This module provides a clone() method that makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects. clone() takes a scalar argument and an optional parameter that can be used to limit the depth of the copy. To duplicate lists, arrays or hashes, pass them in by reference.
RPMPackage perl-Class-XSAccessor-1.19-26.fc36.x86_64
Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes. Class::XSAccessor::Array implements the same interface for objects that use arrays for their internal representation.
RPMPackage perl-Class-Struct-0.66-486.fc36.noarch
Class::Struct module exports a single function struct(). Given a list of element names and types, and optionally a class name, struct() creates a Perl 5 class that implements a struct-like data structure.
RPMPackage perl-Class-Singleton-1.6-5.fc36.noarch
This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required.
RPMPackage perl-Class-Method-Modifiers-2.13-10.fc36.noarch
Method modifiers are a powerful feature from the CLOS (Common Lisp Object System) world. In its most basic form, a method modifier is just a method that calls '$self->SUPER::foo(@_)'. I for one have trouble remembering that exact invocation, so my classes seldom re-dispatch to their base classes. Very bad! 'Class::Method::Modifiers' provides three modifiers: 'before', 'around', and 'after'. 'before' and 'after' are run just before and after the method they modify, but can not really affect that original method. 'around' is run in place of the original method, with a hook to easily call that original method. See the 'MODIFIERS' section for more details on how the particular modifiers work.
RPMPackage perl-Class-Inspector-1.36-9.fc36.noarch
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusual looking code. Class::Inspector attempts to provide an easier, more friendly interface to this information.
RPMPackage perl-Class-Data-Inheritable-0.09-2.fc36.noarch
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your sub-classes and can be overridden.
RPMPackage perl-Class-Accessor-0.51-14.fc36.noarch
This module automagically generates accessors/mutators for your class.
RPMPackage perl-Carp-Clan-6.08-10.fc36.noarch
This module reports errors from the perspective of the caller of a "clan" of modules, similar to "Carp.pm" itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the "clan" of modules which shall never be blamed for any error.