You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Unicode-Map8-0.13-12.fc19.armv6hl
The Unicode::Map8 class implements efficient mapping tables between 8-bit character sets and 16 bit character sets like Unicode. About 170 different mapping tables between various known character sets and Unicode is distributed with this package. The source of these tables is the vendor mapping tables provided by Unicode, Inc. and the code tables in RFC 1345. New maps can easily be installed.
RPMPackage perl-Unicode-Map8-0.13-12.fc19.x86_64
The Unicode::Map8 class implements efficient mapping tables between 8-bit character sets and 16 bit character sets like Unicode. About 170 different mapping tables between various known character sets and Unicode is distributed with this package. The source of these tables is the vendor mapping tables provided by Unicode, Inc. and the code tables in RFC 1345. New maps can easily be installed.
RPMPackage perl-Unicode-EastAsianWidth-1.33-3.lbn19.noarch
This module provide user-defined Unicode properties that deal with width status of East Asian characters, as specified in <http://www.unicode.org/unicode/reports/tr11/>.
RPMPackage perl-URI-Find-20111103-4.fc19.noarch
This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them *all* (or what URI::URL considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a look at URI::Find::Schemeless. For a command-line interface, see Darren Chamberlain's 'urifind' script. It's available from his CPAN directory: http://www.cpan.org/authors/id/D/DA/DARREN/
RPMPackage perl-URI-Encode-1.0.1-1.lbn19.noarch
This module provides a method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those links are 'click-able' by the person reading that email. This can be accomplished by NOT encoding the reserved characters.
RPMPackage perl-URI-1.60-8.lbn19.noarch
This module implements the URI class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732).
RPMPackage perl-UNIVERSAL-isa-1.20120726-2.lbn19.noarch
Whenever you use "isa" in UNIVERSAL as a function, a kitten using Test::MockObject dies. Normally, the kittens would be helpless, but if they use UNIVERSAL::isa (the module whose docs you are reading), the kittens can live long and prosper. This module replaces UNIVERSAL::isa with a version that makes sure that if it's called as a function on objects which override isa, isa will be called on those objects as a method. In all other cases the real UNIVERSAL::isa is just called directly.
RPMPackage perl-UNIVERSAL-can-1.20120726-2.fc19.noarch
The UNIVERSAL class provides a few default methods so that all objects can use them. Object orientation allows programmers to override these methods in subclasses to provide more specific and appropriate behavior. Some authors call methods in the UNIVERSAL class on potential invocants as functions, bypassing any possible overriding. This is wrong and you should not do it. Unfortunately, not everyone heeds this warning and their bad code can break your good code.
RPMPackage perl-Type-Tiny-XS-0.012-3.2.lbn19.x86_64
This module is optionally used by the Type::Tiny manpage 0.045_03 and above to provide faster, C-based implementations of some type constraints. (This package has only core dependencies, and does not depend on Type::Tiny, so other data validation frameworks might also consider using it!) Only the following two functions should be considered part of the supported API: * 'Type::Tiny::XS::get_coderef_for($type)' Given a supported type constraint name, such as '"Int"', returns a coderef that can be used to validate a parameter against this constraint. Returns undef if this module cannot provide a suitable coderef. * 'Type::Tiny::XS::get_subname_for($type)' Like 'get_coderef_for' but returns the name of such a sub as a string. Returns undef if this module cannot provide a suitable sub name. * 'Type::Tiny::XS::is_known($coderef)' Returns true if the coderef was provided by Type::Tiny::XS. In addition to the above functions, the subs returned by 'get_coderef_for' and 'get_subname_for' are considered part of the "supported API", but only for the lifetime of the Perl process that returned them. To clarify, if you call 'get_subname_for("ArrayRef[Int]")' in a script, this will return the name of a sub. That sub (which can be used to validate arrayrefs of integers) is now considered part of the supported API of Type::Tiny::XS until the script finishes running. Next time the script runs, there is no guarantee that the sub will continue to exist, or continue to do the same thing.
RPMPackage perl-Type-Tiny-1.000005-1.lbn19.noarch
Type::Tiny is a tiny class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse.
RPMPackage perl-Try-Tiny-0.12-2.fc19.noarch
This module provides bare bones try/catch statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch, which provides a nice syntax and avoids adding another call stack layer, and supports calling return from the try block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely Devel::Declare and Scope::Upper that are occasionally problematic, and the additional catch filtering uses Moose type constraints, which may not be desirable either.
RPMPackage perl-Tree-DAG_Node-1.11-1.fc19.noarch
This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages that can be used to build up a tree, while preventing you from ever making any kinds of linkages which are not allowed in a tree (such as having a node be its own mother or ancestor, or having a node have two mothers).
RPMPackage perl-Tk-TableMatrix-1.23-16.fc19.armv6hl
The TableMatrix command creates a 2-dimensional grid of cells. The table can use a Tcl array variable or Tcl command for data storage and retrieval.
RPMPackage perl-Tk-TableMatrix-1.23-16.fc19.x86_64
The TableMatrix command creates a 2-dimensional grid of cells. The table can use a Tcl array variable or Tcl command for data storage and retrieval.
RPMPackage perl-Tk-Pod-0.9942-1.fc19.noarch
Simple Pod browser with hypertext capabilities in a Toplevel widget.
RPMPackage perl-Tk-GraphViz-1.01-8.fc19.noarch
The GraphViz widget is derived from Tk::Canvas. It adds the ability to render graphs in the canvas. The graphs can be specified either using the DOT graph-description language, or using via a GraphViz object.
RPMPackage perl-Tk-804.030-4.fc19.x86_64
This a re-port of a perl interface to Tk8.4. C code is derived from Tcl/Tk8.4.5. It also includes all the C code parts of Tix8.1.4 from SourceForge. The perl code corresponding to Tix's Tcl code is not fully implemented. Perl API is essentially the same as Tk800 series Tk800.025 but has not been verified as compliant. There ARE differences see pod/804delta.pod.
RPMPackage perl-Tk-804.030-4.fc19.armv6hl
This a re-port of a perl interface to Tk8.4. C code is derived from Tcl/Tk8.4.5. It also includes all the C code parts of Tix8.1.4 from SourceForge. The perl code corresponding to Tix's Tcl code is not fully implemented. Perl API is essentially the same as Tk800 series Tk800.025 but has not been verified as compliant. There ARE differences see pod/804delta.pod.
RPMPackage perl-TimeDate-2.30-1.fc19.noarch
This module includes a number of smaller modules suited for manipulation of time and date strings with Perl. In particular, the Date::Format and Date::Parse modules can display and read times and dates in various formats, providing a more reliable interface to textual representations of points in time.
RPMPackage perl-Time-modules-2013.0912-1.fc19.noarch
Time-modules provides several Perl modules, including Time::CTime, Time::DaysInMonth, Time::JulianDay, Time::ParseDate, and Time::Timezone. These modules can be useful for parsing and manipulating dates and times.