Ports Search

Results 2,8112,820 of 5,623 for /devel/.(0.005 seconds)
Extensions to MooseX::Types::DateTime
MooseX::Types::DateTime::MoreCoercions builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited.
MySQL datetime type constraints and coercions
This module implements type coercions for MySQL date and time types.
devel/Object-Import-1.004 (Score: 0.032514982)
Import methods of an object as functions to a package
This module lets you call methods of a certain object more easily by exporting them as functions to a package. The exported functions are not called as methods and do not receive an object argument, but instead the object is fixed at the time you import them with this module.
devel/MooseX-Types-DateTime-0.13 (Score: 0.032514982)
DateTime related constraints and coercions for Moose
MooseX::Types::DateTime packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects.
devel/MooseX-Types-DateTimeX-0.10 (Score: 0.032514982)
Extensions to MooseX::Types::DateTime::ButMaintained
This module builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited. The package name is left as is for legacy reasons: this module is really a Type with coercions for DateTimeX::Easy. DateTimeX is just a namespace for non-core or less-official DateTime modules.
devel/Object-Realize-Later-0.19 (Score: 0.032514982)
Delayed creation of objects
The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This is related to the tricks on autoloading of data, the lesser known cousin of autoloading of functionality. On demand realization is all about performance gain. Why should you spent costly time on realizing an object, when the data on the object is never (or not yet) used? In interactive programs, postponed realization may boost start-up: the realization of objects is triggered by the use, so spread over time.
devel/MooseX-Types-ISO8601-0.18 (Score: 0.032514982)
ISO8601 date and duration string type constraints and coercions
This module packages several TypeConstraints with coercions for working with ISO8601 date strings and the DateTime suite of objects.
devel/Object-Signature-1.07 (Score: 0.032514982)
Generate cryptographic signatures for objects
Object::Signature is an abstract base class that you can inherit from in order to allow your objects to generate unique cryptographic signatures. The method used to generate the signature is based on Storable and Digest::MD5. The object is fed to Storable::nfreeze to get a string, which is then passed to Digest::MD5::md5_hex to get a unique 32 character hexadecimal signature.
devel/MooseX-Types-JSON-1.00 (Score: 0.032514982)
JSON and relaxedJSON datatype for Moose
String type constraints that match valid and relaxed JSON. For the meaning of 'relaxed,' see JSON::XS. All the heavy lifting in the background is also done by JSON::XS.
devel/Object-Tiny-Lvalue-1.082 (Score: 0.032514982)
Minimal class builder with lvalue accessors
This is a clone of Object::Tiny, but adjusted to create accessors that return lvalues.