You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Sys-Syslog-0.35-419.lbn25.x86_64
Sys::Syslog is an interface to the UNIX syslog(3) function. Call syslog() with a string priority and a list of printf() arguments just like at syslog(3).
RPMPackage perl-Sys-Guestfs-1.34.3-1.fc25.x86_64
perl-Sys-Guestfs contains Perl bindings for libguestfs (Sys::Guestfs).
RPMPackage perl-Switch-2.17-13.lbn25.noarch
Switch.pm provides the syntax and semantics for an explicit case mechanism for Perl. The syntax is minimal, introducing only the keywords C<switch> and C<case> and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases.
RPMPackage perl-Sub-Name-0.21-9.lbn25.x86_64
This module allows one to "name" or rename subroutines, including anonymous ones. Note that this is mainly for aid in debugging; you still cannot call the sub by the new name (without some deep magic).
RPMPackage perl-Sub-Install-0.928-18.lbn25.noarch
This module makes it easy to install subroutines into packages without the unsightly mess of no strict or typeglobs lying about where just anyone can see them.
RPMPackage perl-Sub-Identify-0.14-9.lbn25.x86_64
Sub::Identify allows you to retrieve the real name of code references. For this, it uses Perl's introspection mechanism, provided by the B module.
RPMPackage perl-Sub-Exporter-Progressive-0.001013-8.lbn25.noarch
Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports, if they try to use them. Note that this module will export @EXPORT and @EXPORT_OK package variables for Exporter to work. Additionally, if your package uses advanced Sub::Exporter features like currying, this module will only ever use Sub::Exporter, so you might as well use it directly.
RPMPackage perl-Sub-Exporter-GlobExporter-0.005-10.lbn25.noarch
This Perl module allows you to export shared globs with Sub::Exporter collectors.
RPMPackage perl-Sub-Exporter-ForMethods-0.100052-10.lbn25.noarch
This package provides helper routines for using Sub::Exporter to build methods that won't be removed by namespace::autoclean.
RPMPackage perl-Sub-Exporter-0.987-18.lbn25.noarch
Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows for renaming, currying/sub-generation, and other cool stuff. ACHTUNG! If you're not familiar with Exporter or exporting, read Sub::Exporter::Tutorial first!
RPMPackage perl-Sort-Versions-1.62-11.lbn25.noarch
A perl 5 module for sorting of revision-like numbers Sort::Versions allows easy sorting of mixed non-numeric and numeric strings, like the 'version numbers' that many shared library systems and revision control packages use. This is quite useful if you are trying to deal with shared libraries. It can also be applied to applications that intersperse variable-width numeric fields within text. Other applications can undoubtedly be found.
RPMPackage perl-Software-License-0.103014-2.lbn25.noarch
Software-License contains templates for common open source software licenses.
RPMPackage perl-Socket-2.029-2.lbn25.x86_64
This Perl module provides a variety of constants, structure manipulators and other functions related to socket-based networking. The values and functions provided are useful when used in conjunction with Perl core functions such as socket(), setsockopt() and bind(). It also provides several other support functions, mostly for dealing with conversions of network addresses between human-readable and native binary forms, and for hostname resolver operations.
RPMPackage perl-SelfLoader-1.25-436.lbn25.1.noarch
This Perl module tells its users that functions in a package are to be autoloaded from after the "__DATA__" token. See also "Autoloading" in perlsub.
RPMPackage perl-Scalar-List-Utils-1.50-418.lbn25.x86_64
This package contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful.
RPMPackage perl-SQL-Statement-1.412-9.lbn25.noarch
The SQL::Statement module implements a pure Perl SQL parsing and execution engine. While it by no means implements full ANSI standard, it does support many features including column and table aliases, built-in and user-defined functions, implicit and explicit joins, complexly nested search conditions, and other features.
RPMPackage perl-SGMLSpm-1.03ii-45.lbn25.noarch
Perl programs can use the SGMLSpm module to help convert SGML, HTML or XML documents into new formats.
RPMPackage perl-Role-Tiny-2.000006-6.lbn25.noarch
Role::Tiny is a minimalist role composition tool.
RPMPackage perl-Pod-Usage-1.69-418.lbn25.noarch
pod2usage will print a usage message for the invoking script (using its embedded POD documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose level is 0, then only a synopsis is printed. If the verbose level is 1, then the synopsis is printed along with a description (if present) of the command line options and arguments. If the verbose level is 2, then the entire manual page is printed.
RPMPackage perl-Pod-Simple-3.35-418.lbn25.noarch
Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules.