You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Net-DNS-0.72-2.lbn13.x86_64
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr. The programmer should be somewhat familiar with the format of a DNS packet and its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
RPMPackage perl-Net-DNS-0.68-5.fc18.1302271234kf.armv6hl
Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr. The programmer should be somewhat familiar with the format of a DNS packet and its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
RPMPackage perl-NKF-2.1.2-6.fc18.armv6hl
This is a Perl Extension version of nkf (Network Kanji Filter). It converts the last argument and return converted result. Conversion details are specified by flags before the last argument.
RPMPackage perl-NKF-2.1.1-1.lbn13.x86_64
This is a Perl Extension version of nkf (Network Kanji Filter). It converts the last argument and return converted result. Conversion details are specified by flags before the last argument.
RPMPackage perl-MythTV-0.26.0-9.lbn13.noarch
Provides a perl-based interface to interacting with MythTV.
RPMPackage perl-Mozilla-CA-20130114-2.lbn13.noarch
Mozilla::CA provides a path to ca-certificates copy of Mozilla's bundle of certificate authority certificates in a form that can be consumed by modules and libraries based on OpenSSL.
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.