The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Attribute::Default"

Attribute::Default - Perl extension to assign default values to subroutine arguments River stage zero No dependents

You've probably seen it a thousand times: a subroutine begins with a complex series of "defined($blah) or $blah = 'fribble'" statements designed to provide reasonable default values for optional parameters. They work fine, but every once in a while o...

STEPHEN/Attribute-Default-1.35 - 24 Aug 2013 07:34:26 UTC

lib/Enbld/Target/Attribute/DefaultArgument.pm River stage zero No dependents

MAGNOLIA/Enbld-0.7041 - 09 Feb 2015 13:36:06 UTC

lib/Gapp/Meta/Attribute/Trait/DefaultWidget.pm River stage one • 5 direct dependents • 5 total dependents

JHALLOCK/Gapp-0.60 - 19 Apr 2013 13:02:15 UTC

lib/Gapp/Moose/Meta/Attribute/Trait/GappDefault.pm River stage one • 5 direct dependents • 5 total dependents

JHALLOCK/Gapp-0.60 - 19 Apr 2013 13:02:15 UTC

lib/Crypt/PKCS11/Attributes.pm River stage one • 1 direct dependent • 1 total dependent

JELU/Crypt-PKCS11-1.03 - 16 Feb 2015 14:00:14 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

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 River stage zero No dependents

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. River stage zero No dependents

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

Attribute::Tie - Tie via Attribute River stage zero No dependents

Attribute::Tie allows you to tie variables via attribute. This is more intuitive than tie my %hash, "Tie::Hash::Yours", args ... or die "$!"; The first argument to "Tie()" is the name of the module to which you want to tie the variable. You can omit ...

DANKOGAI/Attribute-Tie-0.02 - 08 Feb 2009 09:02:26 UTC

XML::Sablotron::DOM - The DOM interface to Sablotron's internal structures River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC

MooseX::OmniTrigger - Provide Moose attributes with recursion-proof triggers that fire on any init, set, or clear operation. River stage zero No dependents

Sometimes you want to know when your attributes' values change. No matter when! No matter how! MooseX::OmniTrigger is an effort to provide Moose attributes with triggers that may to some folks behave more DWIMmily than standard Moose triggers, workin...

TRLORENZ/MooseX-OmniTrigger-0.06 - 29 Dec 2011 00:01:18 UTC

Net::Z3950::SimpleServer - Simple Perl API for building Z39.50 servers. River stage one • 3 direct dependents • 3 total dependents

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. River stage two • 3 direct dependents • 11 total dependents

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.26 - 23 Apr 2024 16:12:23 UTC

Attribute::Cached - easily cache subroutines results using a :Cached attribute River stage zero No dependents

In many applications, including web apps, caching data is used to help scale the sites, trading a slight lack of immediacy in results with a lower load on DB and other resources. Usually we'll do something like this sub my_query { my ($self, %pars) =...

OSFAMERON/Attribute-Cached-0.02 - 24 Nov 2009 22:45:27 UTC

Getopt::Attribute - Attribute wrapper for Getopt::Long River stage one • 5 direct dependents • 7 total dependents

Note: This version of the module works works with perl 5.8.0. If you need it to work with perl 5.6.x, please use an earlier version from CPAN. This module provides an attribute wrapper around "Getopt::Long". Instead of declaring the options in a hash...

MARCEL/Getopt-Attribute-2.101700 - 19 Jun 2010 09:13:57 UTC

Attribute::Context - Perl extension for automatically altering subroutine behavior based upon context River stage zero No dependents

"Attribute::Context" creates attributes for subroutines to alter their behavior based upon their calling context. Three contexts are recognized: Contexts * list my @array = foo(); Currently it is assumed that subroutines returning using these attribu...

OVID/Attribute-Context-0.042 - 18 Nov 2006 16:35:25 UTC

Capture::Attribute - s/return/print/g River stage one • 1 direct dependent • 1 total dependent

Sometimes you write a function that needs to build a long string via a convoluted series of conditional statements, loops and so on. I tend to end up defining a variable $return at the top of the code, concatenating bits to it as required, and then r...

TOBYINK/Capture-Attribute-0.003 - 10 Sep 2014 23:19:09 UTC

MooseX::Types::NumUnit - Type(s) for using units in Moose River stage one • 1 direct dependent • 1 total dependent

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

Reflex::Trait::Watched - Automatically watch Reflex objects. River stage one • 7 direct dependents • 7 total dependents

Reflex::Trait::Watched modifies a member to automatically watch() any Reflex::Base object stored within it. In the SYNOPSIS, storing a Reflex::Interval in the clock() attribute allows the owner to watch the timer's events. This trait is a bit of Moos...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC
116 results (0.048 seconds)