Attribute::Types - Attributes that confer type on variables
The Attribute::Types module provides 10 universally accessible attributes that can be used to create variables that accept assignments of only specific types of data. The attributes are: "INTEGER" Indicates that the associated scalar, or the elements...
DCONWAY/Attribute-Types-0.10 - 10 May 2001 05:49:19 UTC
MooseX::Types::NumUnit - Type(s) for using units in Moose
This module provides types ("NumUnit" and friends) for Moose which represent physical units. More accurately it provides String to Number coercions, so that even if the user inputs a number with an incorrect (but compatible) unit, it will automatical...
JBERGER/MooseX-Types-NumUnit-0.04 - 18 Jun 2012 16:14:11 UTC
MooseX::InlineTypes - declare type constraints and coercions inline with coderefs
This module provides an attribute trait that allows you to declare Moose type constraints and coercions inline using coderefs, a bit like Moo, but not quite. "isa => CODEREF" This is a coderef which returns true if the value passes the type constrain...
TOBYINK/MooseX-InlineTypes-0.003 - 06 Sep 2014 13:54:03 UTC
Attribute::Args - check subroutine param types
SWINED/Attribute-Args-0.06
-
08 Mar 2017 13:09:16 UTC
XML::XQL - A perl module for querying XML tree structures with XQL
The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...
TJMATHER/XML-XQL-0.68 - 16 Jan 2003 21:59:00 UTC
XML::XQL - A perl module for querying XML tree structures with XQL
The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC
Rinchi::XMLSchema - Module for creating XML Schema objects from XSD files.
This module parses XML Schema files and produces Perl objects representing them. There is also the capability to compare objects to see if they are the same (not necessarily equal). The intent of this module is to allow the comparison of various sche...
BMAMES/Rinchi-XMLSchema-0.02 - 28 Jun 2008 03:35:29 UTC
XML::Essex::Model - Essex objects representing SAX events and DOM trees
A description of all of the events explicitly supported so far. Unsupported events are still handled as anonymous events, see XML::Essex::Event for details. A short word on abbreviations A goal of essex is to allow code to be as terse or verbose as i...
RBS/XML-Filter-Essex-0.01 - 16 Jan 2003 20:27:36 UTC
XML::Sablotron::DOM - The DOM interface to Sablotron's internal structures
Sablotron uses internally the DOM-like data structures to represent parsed XML trees. In the "sdom.h" header file is defined a subset of functions allowing the DOM access to these structures. What is it good for You may find this module useful if you...
PAVELH/XML-Sablotron-1.01 - 26 May 2005 08:48:46 UTC
Oryx::Attribute - Attribute meta-type for Oryx persistent classes
RHUNDT/Oryx-0.24
-
18 Jun 2006 19:57:44 UTC
Net::Z3950::SimpleServer - Simple Perl API for building Z39.50 servers.
The SimpleServer module is a tool for constructing Z39.50 "Information Retrieval" servers in Perl. The module is easy to use, but it does help to have an understanding of the Z39.50 query structure and the construction of structured retrieval records...
MIRK/Net-Z3950-SimpleServer-1.21 - 27 Sep 2016 11:07:21 UTC
Treex::PML::Node - Treex::PML class representing a node.
This class implements a node in a tree. The node has zero or one parent node ("parent()") (if it has no parent, it is a root of a tree), zero or more child nodes (the left-most of them returned by "firstson()") and zero or more siblings ("lbrother()"...
CHOROBA/Treex-PML-2.24 - 04 Mar 2018 23:07:45 UTC
Attribute::Contract - Design by contract via Perl attributes
Attribute::Contract by using Perl attributes allows you to specify contract (Design by Contract <http://en.wikipedia.org/wiki/Design_by_contract>) for every method in your class. You can check incoming and outgoing values by specifying "ContractRequi...
VTI/Attribute-Contract-0.05 - 07 Jan 2014 20:25:52 UTC
Attribute::Handlers - Simpler definition of attribute handlers
This module, when inherited by a package, allows that package's class to define attribute handler subroutines for specific attributes. Variables and subroutines subsequently defined in that package, or in packages derived from that package may be giv...
RJBS/Attribute-Handlers-0.99 - 24 Jul 2015 22:47:18 UTC
Attribute::Signature - allows you to define a call signature for subroutines
This module allows you to declare calling and returning signatures for a method. As yet it does not provide multimethod type functionality, but it does prevent you from writing lots of annoying code to check argument types inside your subroutine. "At...
CHORNY/Attribute-Signature-1.11 - 21 May 2015 10:30:30 UTC
Oryx::DBI::Attribute - DBI implementation of attributes
This class provides the implementation of attributes for Oryx classes stored via an Oryx::DBI connection....
RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC
PRANG::Graph::Meta::Element - metaclass metarole for XML elements
The PRANG concept is that attributes in your classes are marked to correspond with attributes and elements in your XML. This class is for marking your class' attributes as XML *elements*. For marking them as XML *attributes*, see PRANG::Graph::Meta::...
MUTANT/PRANG-0.20 - 21 May 2017 02:47:36 UTC
MooseX::AttributeInflate - Auto-inflate your Moose attribute objects
For each attribute defined with "has_inflated", this module overrides the "default" for that attribute, calling instead that attribute's type's constructor. The construction is done lazily unless overriden with "lazy => 0". See "has_inflated" for opt...
STASH/MooseX-AttributeInflate-0.03 - 24 Jul 2010 18:43:36 UTC