You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Mouse-1.02-1.fc18.armv6hl
Moose, a powerful metaobject-fueled extension of the Perl 5 object system, is wonderful. (For more information on Moose, please see 'perldoc Moose' after installing the perl-Moose package.) Unfortunately, it's a little slow. Though significant progress has been made over the years, the compile time penalty is a non-starter for some applications. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster.
RPMPackage perl-Mouse-0.50-1.fc13.x86_64
Moose, a powerful metaobject-fuelled extension of the Perl 5 object system, is wonderful. (For more information on Moose, please see 'perldoc Moose' after installing the perl-Moose package.) Unfortunately, it's a little slow. Though significant progress has been made over the years, the compile time penalty is a non-starter for some applications. Mouse aims to alleviate this by providing a subset of Moose's functionality, faster.
RPMPackage perl-Moose-2.0603-1.fc18.armv6hl
Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent and less tedious. With Moose you can to think more about what you want to do and less about the mechanics of OOP. Additionally, Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well. Moose is different from other Perl 5 object systems because it is not a new system, but instead an extension of the existing one.
RPMPackage perl-Moose-0.99-1.lbn13.x86_64
Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent and less tedious. With Moose you can to think more about what you want to do and less about the mechanics of OOP. Additionally, Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well. Moose is different from other Perl 5 object systems because it is not a new system, but instead an extension of the existing one.
RPMPackage perl-Module-ScanDeps-1.07-2.lbn13.noarch
This module scans potential modules used by perl programs and returns a hash reference. Its keys are the module names as appears in %INC (e.g. Test/More.pm). The values are hash references.
RPMPackage perl-Module-Runtime-0.013-4.lbn13.noarch
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.
RPMPackage perl-Module-Pluggable-4.00-239.lbn13.noarch
Provides a simple but, hopefully, extensible way of having 'plugins' for your module.
RPMPackage perl-Module-Pluggable-3.90-121.lbn13.x86_64
Provides a simple but, hopefully, extensible way of having 'plugins' for your module.
RPMPackage perl-Module-Metadata-1.000009-239.lbn13.noarch
Gather package and POD information from perl module files
RPMPackage perl-Module-Loaded-0.08-239.lbn13.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-Loaded-0.02-121.lbn13.x86_64
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.46-239.lbn13.noarch
Module::Load::Conditional provides simple ways to query and possibly load any of the modules you have installed on your system during runtime.
RPMPackage perl-Module-Load-Conditional-0.30-121.lbn13.x86_64
Module::Load::Conditional provides simple ways to query and possibly load any of the modules you have installed on your system during runtime.
RPMPackage perl-Module-Load-0.22-239.lbn13.noarch
Module::Load eliminates the need to know whether you are trying to require either a file or a module.
RPMPackage perl-Module-Load-0.16-121.lbn13.x86_64
Module::Load eliminates the need to know whether you are trying to require either a file or a module.
RPMPackage perl-Module-Install-0.91-2.lbn13.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 both the ExtUtils::MakeMaker and Module::Build build systems, and will run on any Perl installation version 5.004 or newer.
RPMPackage perl-Module-Implementation-0.06-6.lbn13.noarch
This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations. This module is only useful when you know all the implementations ahead of time. If you want to load arbitrary implementations then you probably want something like a plugin system, not this module.
RPMPackage perl-Module-CoreList-2.70-239.lbn13.noarch
Module::CoreList contains the hash of hashes %Module::CoreList::version, this is keyed on perl version as indicated in $]. The second level hash is module => version pairs.
RPMPackage perl-Module-CoreList-2.18-121.lbn13.x86_64
Module::CoreList contains the hash of hashes %Module::CoreList::version, this is keyed on perl version as indicated in $]. The second level hash is module => version pairs.
RPMPackage perl-Module-Build-0.39.01-239.lbn13.noarch
Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.