You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage pidgin-2.14.13-2.lbn36.x86_64
Pidgin allows you to talk to anyone using a variety of messaging protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, IRC, Novell Groupwise, QQ, Lotus Sametime, Simple and Zephyr. These protocols are implemented using a modular, easy to use design. To use a protocol, just add an account using the account editor. Pidgin supports many common features of other clients, as well as many unique features, such as perl scripting, TCL scripting and C plugins. Pidgin is not affiliated with or endorsed by America Online, Inc., Microsoft Corporation, Yahoo! Inc., or ICQ Inc.
RPMPackage perltidy-20220217-1.fc36.noarch
Perltidy is a Perl script that indents and re-formats Perl scripts to make them easier to read. If you write Perl scripts, or spend much time reading them, you will probably find it useful. The formatting can be controlled with command line parameters. The default parameter settings approximately follow the suggestions in the Perl Style Guide. Perltidy can also output HTML of both POD and source code. Besides re-formatting scripts, Perltidy can be a great help in tracking down errors with missing or extra braces, parentheses, and square brackets because it is very good at localizing errors.
RPMPackage perl-yui-4.2.16-3.fc36.x86_64
This package provides Perl language bindings to access functions of libyui, the YaST User Interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).
RPMPackage perl-vmsish-1.04-486.fc36.noarch
The "vmsish" pragma control VMS-specific features of the Perl language. If you're not running VMS, this module does nothing.
RPMPackage perl-version-0.99.29-5.fc36.x86_64
Version objects were added to Perl in 5.10. This module implements version objects for older version of Perl and provides the version object API for all versions of Perl. All previous releases before 0.74 are deprecated and should not be used due to incompatible API changes. Version 0.77 introduces the new 'parse' and 'declare' methods to standardize usage. You are strongly urged to set 0.77 as a minimum in your code.
RPMPackage perl-vars-1.05-486.fc36.noarch
This pragma will predeclare all the variables whose names are in the list, allowing you to use them under "use strict", and disabling any typo warnings for them. For use with variables in the current package for a single scope, the functionality provided by this pragma has been superseded by "our" declarations, available in Perl v5.6.0 or later, and use of this pragma is discouraged.
RPMPackage perl-utils-5.34.1-486.fc36.noarch
Several utilities which come with Perl distribution like h2ph, perlbug, perlthanks, and pl2pm. Some utilities are provided by more specific packages like perldoc by perl-Pod-Perldoc and splain by perl-diagnostics.
RPMPackage perl-threads-shared-1.62-479.fc36.x86_64
By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudo-forks on Win32). It is used together with the threads module.
RPMPackage perl-threads-2.26-449.fc36.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.)
RPMPackage perl-tests-5.34.1-486.fc36.x86_64
This package contains the test suite included with Perl 5.34.1. Install this if you want to test your Perl installation (binary and core modules).
RPMPackage perl-subs-1.04-486.fc36.noarch
This will predeclare all the subroutines whose names are in the list, allowing you to use them without parentheses (as list operators) even before they're declared.
RPMPackage perl-srpm-macros-1-43.fc36.noarch
These RPM macros are used for building Perl source packages from source repositories. They influence build-requires set into the source package.
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.