You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Net-HTTP-6.18-4.lbn25.noarch
The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
RPMPackage perl-Net-DNS-Nameserver-1.20-4.lbn25.noarch
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
RPMPackage perl-Net-DNS-1.20-4.lbn25.noarch
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-CUPS-0.64-9.lbn25.x86_64
Net::CUPS is an interface to the Common Unix Printing System API. If you feel an urge to control CUPS servers via Perl, this is a good way to do it :)
RPMPackage perl-Net-CIDR-0.20-1.lbn25.noarch
The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses.
RPMPackage perl-NTLM-1.09-20.lbn25.noarch
This module provides methods to use NTLM authentication. It can be used as an authenticate method with the Mail::IMAPClient module to perform the challenge/response mechanism for NTLM connections or it can be used on its own for NTLM authentication with other protocols (eg. HTTP).
RPMPackage perl-NKF-2.1.4-3.fc25.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-Mozilla-CA-20180117-4.lbn25.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-MouseX-Types-0.06-13.fc25.noarch
Organize your Mouse types; much as MooseX::Types does for your Moose types. For more information, please see the MooseX::Types manpage. This library was split off from Mouse as of Mouse 0.15.
RPMPackage perl-Mouse-2.4.5-6.fc25.x86_64
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-MooseX-Types-Common-0.001014-8.lbn25.noarch
A set of commonly-used type constraints that do not ship with Moose by default.
RPMPackage perl-MooseX-Types-0.50-7.lbn25.noarch
The types provided with the Moose man page are by design global. This package helps you to organize and selectively import your own and the built-in types in libraries. As a nice side effect, it catches typos at compile-time too. However, the main reason for this module is to provide an easy way to not have conflicts with your type names, since the internal fully qualified names of the types will be prefixed with the library's name. This module will also provide you with some helper functions to make it easier to use Moose types in your code.
RPMPackage perl-MooseX-Role-Parameterized-1.10-7.lbn25.noarch
Roles are composable units of behavior. They are useful for factoring out functionality common to many classes from any part of your class hierarchy. (See Moose::Cookbook::Roles::Recipe1 for an introduction to Moose::Role.) While combining roles affords you a great deal of flexibility, individual roles have very little in the way of configurability. Core Moose provides alias for renaming methods to avoid conflicts, and excludes for ignoring methods you don't want or need (see Moose::Cookbook::Roles::Recipe2 for more about alias and excludes). Because roles serve many different masters, they usually provide only the least common denominator of functionality. To empower roles further, more configurability than alias and excludes is required. Perhaps your role needs to know which method to call when it is done. Or what default value to use for its url attribute. Parameterized roles offer exactly this solution.
RPMPackage perl-MooseX-Getopt-0.71-1.fc25.noarch
This is a Moose role which provides an alternate constructor for creating objects using parameters passed in from the command line.
RPMPackage perl-Moose-2.1806-1.fc25.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-MooX-HandlesVia-0.001008-13.lbn25.noarch
MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It provides a means of proxying functionality from an external class to the given atttribute. This is most commonly used as a way to emulate 'Native Trait' behavior that has become commonplace in Moose code, for which there was no Moo alternative.
RPMPackage perl-Moo-2.003004-5.lbn25.noarch
This module is an extremely light-weight, high-performance Moose replacement. It also avoids depending on any XS modules to allow simple deployments. The name Moo is based on the idea that it provides almost -but not quite- two thirds of Moose.
RPMPackage perl-Module-Signature-0.83-2.lbn25.noarch
This package contains a command line tool and module for checking and creating SIGNATURE files for Perl CPAN distributions.
RPMPackage perl-Module-ScanDeps-1.21-3.fc25.noarch
This module scans potential modules used by perl programs and returns a hash reference. Its keys are the module names as they appear in %INC (e.g. Test/More.pm). The values are hash references.
RPMPackage perl-Module-Runtime-0.016-5.lbn25.noarch
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.