You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Module-Runtime-0.014-2.lbn19.noarch
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.
RPMPackage perl-Module-Refresh-0.17-6.fc19.noarch
This module is a generalization of the functionality provided by Apache::StatINC. It's designed to make it easy to do simple iterative development when working in a persistent environment.
RPMPackage perl-Module-Pluggable-4.8-2.lbn19.noarch
This package provides a simple but, hopefully, extensible way of having 'plugins' for your module. Essentially all it does is export a method into your name space that looks through a search path for .pm files and turn those into class names. Optionally it instantiates those classes for you.
RPMPackage perl-Module-Package-Au-2-1.fc19.noarch
This module defines a set of standard configurations for Makefile.PL files based on Module::Package.
RPMPackage perl-Module-Package-0.30-4.fc19.noarch
This module is a drop-in replacement for Module::Install. It does everything Module::Install does, but just a bit better.
RPMPackage perl-Module-Metadata-1.000025-1.lbn19.noarch
This module provides a standard way to gather metadata about a .pm file without executing unsafe code.
RPMPackage perl-Module-Manifest-Skip-0.17-2.fc19.noarch
CPAN module authors use a MANIFEST.SKIP file to exclude certain well known files from getting put into a generated MANIFEST file, which would cause them to go into the final distribution package. The packaging tools try to automatically skip things for you, but if you add one of your own entries, you have to add all the common ones yourself. This module attempts to make all of this boring process as simple and reliable as possible.
RPMPackage perl-Module-Manifest-1.08-10.lbn19.noarch
Module::Manifest can load a MANIFEST file that comes in a Perl distribution tarball, examine the contents, and perform some simple tasks. It can also load the MANIFEST.SKIP file and check that.
RPMPackage perl-Module-Loaded-0.08-266.fc19.noarch
When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded.
RPMPackage perl-Module-Load-Conditional-0.54-1.fc19.noarch
This module provides simple ways to query and possibly load any of the modules you have installed on your system during run-time.
RPMPackage perl-Module-Load-0.22-266.fc19.noarch
Module::Load eliminates the need to know whether you are trying to require either a file or a module.
RPMPackage perl-Module-Install-Repository-0.06-4.fc19.noarch
Module::Install::Repository is a Module::Install plugin to automatically figure out repository URL and set it via repository() which then will be added to resources under META.yml.
RPMPackage perl-Module-Install-ReadmeMarkdownFromPod-0.03-2.fc19.noarch
Module::Install::ReadmeMarkdownFromPod is a Module::Install extension that generates a README.mkdn file automatically from an indicated file containing POD whenever the author runs Makefile.PL. This file is used by GitHub to display nicely formatted information about a repository.
RPMPackage perl-Module-Install-ReadmeFromPod-0.20-2.fc19.noarch
Module::Install::ReadmeFromPod is a Module::Install extension that generates a README file automatically from an indicated file containing POD, whenever the author runs Makefile.PL. Several output formats are supported: plain-text, HTML, PDF or manual page.
RPMPackage perl-Module-Install-ManifestSkip-0.20-4.fc19.noarch
This module generates a MANIFEST.SKIP file for you (using Module::Manifest::Skip) that contains the common files that people do not want in their MANIFEST files. The SKIP file is generated each time that you (the module author) run Makefile.PL.
RPMPackage perl-Module-Install-GithubMeta-0.22-2.fc19.noarch
Module::Install::GithubMeta is a Module::Install extension to include GitHub (http://github.com) meta information in 'META.yml'. It automatically detects if the distribution directory is under 'git' version control and whether the 'origin' is a GitHub repository; if so, it will set the 'repository' and 'homepage' meta in 'META.yml' to the appropriate URLs for GitHub.
RPMPackage perl-Module-Install-AutoLicense-0.08-4.fc19.noarch
Module::Install::AutoLicense is a Module::Install extension that generates a LICENSE file automatically whenever the author runs Makefile.PL. On the user side it does nothing.
RPMPackage perl-Module-Install-AuthorTests-0.002-4.fc19.noarch
Plug-in for Perl Module::Install package to declare tests in ./xt directory should be run only if the module is being built by an author.
RPMPackage perl-Module-Install-AuthorRequires-0.02-4.fc19.noarch
Modules often have optional requirements, for example dependencies that are useful for (optional) tests, but not required for the module to work properly. Simply using this module "author_requires" command allows to specify such developer specific dependencies in a proper way.
RPMPackage perl-Module-Install-1.06-3.fc19.noarch
Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer.