-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Tk-Pod-0.9942-1.fc19.noarch
Simple Pod browser with hypertext capabilities in a Toplevel widget.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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).
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19