You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-HTML-Tagset-3.20-49.fc36.noarch
This module contains several data tables useful in various kinds of HTML parsing operations, such as tag and entity names.
RPMPackage perl-HTML-Parser-3.81-1.fc36.x86_64
The HTML-Parser module for perl to parse and extract information from HTML documents, including the HTML::Entities, HTML::HeadParser, HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules.
RPMPackage perl-HTML-Form-6.07-7.fc36.noarch
Objects of the HTML::Form class represents a single HTML <form> ... </form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent.
RPMPackage perl-Git-2.47.1-1.lbn36.noarch
Perl interface to Git.
RPMPackage perl-Getopt-Std-1.13-486.fc36.noarch
The Getopt::Std module provides functions for processing single-character switches with switch clustering. Pass one argument which is a string containing all switches to be recognized.
RPMPackage perl-Getopt-Long-2.52-479.fc36.noarch
The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from @ARGV, recognizing and removing specified options and their possible values. It adheres to the POSIX syntax for command line options, with GNU extensions. In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is provided but not enabled by default.
RPMPackage perl-GSSAPI-0.28-38.fc36.x86_64
This module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT.
RPMPackage perl-GDBM_File-1.19-486.fc36.x86_64
GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library.
RPMPackage perl-GD-Barcode-1.15-40.fc36.noarch
GD::Barcode is a subclass of GD and allows you to create barcode images with GD.
RPMPackage perl-GD-2.76-1.fc36.x86_64
This is a auto-loadable interface module for GD, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files.
RPMPackage perl-FindBin-1.52-486.fc36.noarch
Locates the full path to the script bin directory to allow the use of paths relative to the bin directory.
RPMPackage perl-Filter-1.61-1.fc36.x86_64
Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it.
RPMPackage perl-FileHandle-2.03-486.fc36.noarch
This is an object-oriented interface for opening files and performing input/output operations on them.
RPMPackage perl-FileCache-1.10-486.fc36.noarch
The "cacheout" function will make sure that there's a file handle open for reading or writing available as the path name you give it. It automatically closes and re-opens files if you exceed your system maximum number of file descriptors, or the suggested maximum.
RPMPackage perl-File-stat-1.09-486.fc36.noarch
This module overrides the core stat() and lstat() functions, replacing them with versions that return File::stat objects. This object has methods that return the similarly named structure field name from the stat(2) function.
RPMPackage perl-File-Temp-0.231.100-479.fc36.noarch
File::Temp can be used to create and open temporary files in a safe way. There is both a function interface and an object-oriented interface. The File::Temp constructor or the tempfile() function can be used to return the name and the open file handle of a temporary file. The tempdir() function can be used to create a temporary directory.
RPMPackage perl-File-Slurper-0.013-2.fc36.noarch
This module provides functions for fast and correct slurping and spewing. All functions are optionally exported.
RPMPackage perl-File-ShareDir-1.118-5.fc36.noarch
The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir, modules that take a process that is well-known by advanced Perl developers but gets a little tricky, and make it more available to the larger Perl community.
RPMPackage perl-File-Path-2.18-479.fc36.noarch
This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the file system.
RPMPackage perl-File-Listing-6.15-1.fc36.noarch
This module exports a single function called parse_dir(), which can be used to parse directory listings.