You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Pod-Readme-1.2.3-2.lbn25.noarch
This module filters POD to generate a README file, by using POD commands to specify which parts are included or excluded from the README file.
RPMPackage perl-Pod-Perldoc-3.28.01-419.lbn25.noarch
perldoc looks up a piece of documentation in .pod format that is embedded in the perl installation tree or in a perl script, and displays it via "groff -man | $PAGER". This is primarily used for the documentation for the perl library modules.
RPMPackage perl-Pod-Parser-1.63-419.lbn25.noarch
This software distribution contains the packages for using Perl5 POD (Plain Old Documentation). See the "perlpod" and "perlsyn" manual pages from your Perl5 distribution for more information about POD.
RPMPackage perl-Pod-Html-1.24-436.lbn25.1.noarch
This package converts files from POD format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference.
RPMPackage perl-Pod-Escapes-1.07-418.lbn25.noarch
This module provides things that are useful in decoding Pod E<...> sequences.
RPMPackage perl-Pod-Coverage-0.23-17.lbn25.noarch
Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, perlmodstyle tells you to, so you must obey. This module provides a mechanism for determining if the pod for a given module is comprehensive.
RPMPackage perl-Pod-Checker-1.73-418.lbn25.noarch
Module and tools to verify POD documentation contents for compliance with the Plain Old Documentation format specifications.
RPMPackage perl-Perl-Version-1.013-12.lbn25.noarch
Perl::Version provides a simple interface for parsing, manipulating and formatting Perl version strings.
RPMPackage perl-Perl-OSType-1.010-420.fc30.noarch
Modules that provide OS-specific behaviors often need to know if the current operating system matches a more generic type of operating systems. For example, 'linux' is a type of 'Unix' operating system and so is 'freebsd'. This module provides a mapping between an operating system name as given by $^O and a more generic type. The initial version is based on the OS type mappings provided in Module::Build and ExtUtils::CBuilder (thus, Microsoft operating systems are given the type 'Windows' rather than 'Win32').
RPMPackage perl-PathTools-3.78-1.lbn25.x86_64
This is the combined distribution for the File::Spec and Cwd modules.
RPMPackage perl-Path-Tiny-0.098-1.fc25.noarch
This module attempts to provide a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It doesn't attempt to be as full-featured as IO::All or Path::Class, nor does it try to work for anything except Unix-like and Win32 platforms. Even then, it might break if you try something particularly obscure or tortuous. All paths are forced to have Unix-style forward slashes. Stringifying the object gives you back the path (after some clean up). File input/output methods flock handles before reading or writing, as appropriate. The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode without CRLF translation.
RPMPackage perl-Parse-CPAN-Meta-1.4422-1.fc25.noarch
Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP and/or CPAN::Meta::YAML. It provides three methods: load_file, load_json_string, and load_yaml_string. These will read and de-serialize CPAN metafiles. Parse::CPAN::Meta provides a legacy API of only two functions, based on the YAML functions of the same name. Wherever possible, identical calling semantics are used. These may only be used with YAML sources. All error reporting is done with exceptions (die'ing).
RPMPackage perl-Params-Validate-1.29-9.lbn25.x86_64
The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity. At the simplest level, it is capable of validating the required parameters were given and that no unspecified additional parameters were passed in. It is also capable of determining that a parameter is of a specific type, that it is an object of a certain class hierarchy, that it possesses certain methods, or applying validation callbacks to arguments.
RPMPackage perl-Params-Util-1.07-26.lbn25.x86_64
Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
RPMPackage perl-Params-Check-0.38-418.lbn25.noarch
This is a generic input parsing/checking mechanism. It allows you to validate input via a template. The only requirement is that the arguments must be named.
RPMPackage perl-PadWalker-2.3-5.lbn25.x86_64
PadWalker is a module that allows you to inspect (and even change!) lexical variables in any subroutine that called you. It will only show those variables that are in scope at the point of the call.
RPMPackage perl-Package-Stash-XS-0.29-2.lbn25.x86_64
This is a back-end for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler.
RPMPackage perl-Package-Stash-0.38-2.lbn25.noarch
Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API.
RPMPackage perl-Package-Generator-1.106-14.lbn25.noarch
This module lets you quickly and easily construct new packages. It gives them unused names and sets up their package data, if provided.
RPMPackage perl-Package-DeprecationManager-0.17-8.lbn25.noarch
This module allows you to manage a set of deprecations for one or more modules. When you import Package::DeprecationManager, you must provide a set of -deprecations as a hash ref. The keys are "feature" names, and the values are the version when that feature was deprecated.