Ports Search

Results 2,1312,140 of 5,623 for /devel/.(0.004 seconds)
devel/Data-Remember-0.07 (Score: 0.032514982)
Remember complex information without giving yourself a headache
The author got really tired of statements that looked like: $heap->{job}{$job} = { source => $source, dest => $destination, options => $options, }; and later: if ($heap->{job}{$job}{options}{wibble} eq $something_else) { # do something... } This module is meant to simplify this sort of things, with optional persistence as a bonus.
devel/Data-Rmap-0.64 (Score: 0.032514982)
Recursive map, apply a block to a data structure
Recursively evaluate a BLOCK over a list of data structures (locally setting $_ to each element) and return the list composed of the results of such evaluations. $_ can be used to modify the elements. Data::Rmap currently traverses HASH, ARRAY, SCALAR and GLOB reference types and ignores others. Depending on which rmap_* wrapper is used, the BLOCK is called for only scalar values, arrays, hashes, references, all elements or a customizable combination.
devel/Date-Easter-1.22 (Score: 0.032514982)
Calculates Easter for any given year
Calculates Easter for a given year. Yes, Date::Manip already has code in it to do this. But Date::Manip is very big, and rather slow. I needed something faster and smaller, and did not need all that other stuff.
devel/Data-SExpression-0.41 (Score: 0.032514982)
Perl extension to parse lisp S-expressions into perl data structures
Data::SExpression -- Parse Lisp S-Expressions into perl data structures.
devel/Data-Sah-Normalize-0.04 (Score: 0.032514982)
Normalize Sah schema
This often-needed functionality is split from the main Data::Sah to keep it in a small and minimal-dependencies package.
devel/Data-Section-Simple-0.07 (Score: 0.032514982)
Read data from __DATA__
Data::Section::Simple is a simple module to extract data drom __DATA__ section of the file.
devel/Data-Section-0.200006 (Score: 0.032514982)
Read multiple hunks of data out of your DATA section
read multiple hunks of data out of your DATA section
devel/Date-Leapyear-1.72 (Score: 0.032514982)
Perl module to determine if a particular year a leap year
Date::Leapyear is a Perl module which exports one function: isleap(), which returns a 1 or 0 if the year is a leap year or not, respectively.
devel/Data-Serializable-0.41.0 (Score: 0.032514982)
Moose role that adds serialization support to any class
A Moose-based role that enables the consumer to easily serialize/deserialize data structures. The default serializer is Storable, but any serializer in the Data::Serializer hierarchy can be used automatically. You can even install your own custom serializer if the pre-defined ones are not useful for you.
devel/Data-Serializer-Sereal-1.05 (Score: 0.032514982)
Creates bridge between Data::Serializer and Sereal
Allows you to use Sereal as the serializer backend in Data::Serializer.