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

Search results for "module:Data::Constraint"

Data::Constraint - prototypical value checking River stage one • 2 direct dependents • 2 total dependents

A constraint is some sort of condition on a datum. This module checks one condition against one value at a time, and I call the thing that checks that condition the "constraint". A constraint returns true or false, and that's it. It should have no si...

BDFOY/Data-Constraint-1.204 - 24 Jan 2024 20:26:26 UTC

Intertangle::Punchcard::Data::Constraint - Base class for a constraint River stage one • 1 direct dependent • 2 total dependents

ZMUGHAL/Intertangle-Punchcard-0.002 - 30 Nov 2022 19:08:55 UTC

Data::TreeValidator::Util - Helpful utilities for working with tree validators River stage one • 1 direct dependent • 1 total dependent

A collection of helpful utilities for working with tree validators. All methods below are available for import into calling modules....

CYCLES/Data-TreeValidator-0.04 - 15 Jul 2012 13:33:29 UTC

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC

Data::Validator - Rule based validator on type constraint system River stage two • 22 direct dependents • 35 total dependents

This is yet another validation library, based on "Smart::Args" but less smart. This is designed for general data validation. For example, it is useful for CSV, JSON, XML, and so on. Concepts Natural as Perl code I love "Smart::Args" because it is rea...

GFUJI/Data-Validator-1.07 - 17 Jul 2014 14:06:21 UTC

Data::Morph - Morph data from one source to another River stage zero No dependents

Data::Morph is a module that provides a solution for translating data from one source to another via maps and backends. It is written such that data can be shifted both directions. The "SYNOPSIS" demonstrates a somewhat trivial example of using the D...

NPEREZ/Data-Morph-1.140400 - 09 Feb 2014 12:59:36 UTC

Data::Object River stage zero No dependents

This package aims to provide a modern Perl development framework and foundational set of types, functions, classes, patterns, and interfaces for jump-starting application development. This package inherits all behavior from Data::Object::Config, and ...

AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTC

Data::Domain - Data description and validation River stage one • 4 direct dependents • 7 total dependents

A *data domain* is a description of a set of values, either scalar or structured (arrays or hashes, possibly nested). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields...

DAMI/Data-Domain-1.16 - 04 Mar 2024 21:37:50 UTC

Data::Verifier - Profile based data verification with Moose type constraints. River stage one • 4 direct dependents • 6 total dependents

Data::Verifier allows you verify data (such as web forms, which was the original idea) by leveraging the power of Moose's type constraint system....

MANWAR/Data-Verifier-0.65 - 02 May 2023 22:03:20 UTC

Data::Edit::Xml - Edit data held in the XML format. River stage one • 5 direct dependents • 6 total dependents

Edit data held in the XML format. Version 20201031. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Edit-Xml-20201031 - 31 Oct 2020 23:42:40 UTC

Data::Polymorph - Yet another approach for polymorphism. River stage one • 1 direct dependent • 1 total dependent

This module provides gentle way of polymorphic behaviors definition for special cases that aren't original concerns. Applying this solution dissipates necessity for making an original namespace dirty....

LIEUTAR/Data-Polymorph-0.01 - 11 Aug 2008 21:56:55 UTC

Data::Validation - Filter and validate data values River stage zero No dependents

This module implements filters and common constraints in builtin methods and uses a factory pattern to implement an extensible list of external filters and constraints Data values are filtered first before testing against the constraints. The filtere...

PJFL/Data-Validation-0.28.1 - 08 Jan 2017 16:14:06 UTC

Data::Sah::Compiler - Base class for Sah compilers (Data::Sah::Compiler::*) River stage three • 359 direct dependents • 603 total dependents

PERLANCAR/Data-Sah-0.917 - 16 Feb 2024 10:01:15 UTC

Data::TreeValidator - Easy validation and transformation of scalar tree structures River stage one • 1 direct dependent • 1 total dependent

There exist a plethora of form libraries on CPAN, but this takes a different approach. Data::TreeValidator takes the extremely simplistic approach that a form is nothing more than a tree, that is given questionable data. The process of validating a f...

CYCLES/Data-TreeValidator-0.04 - 15 Jul 2012 13:33:29 UTC

Data::FormValidator - Validates user input (usually from an HTML form) based on input profile. River stage two • 46 direct dependents • 93 total dependents

Data::FormValidator's main aim is to make input validation expressible in a simple format. Data::FormValidator lets you define profiles which declare the required and optional fields and any constraints they might have. The results are provided as an...

DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC

Data::Dumper::Compact - Vertically compact width-limited data formatter River stage two • 10 direct dependents • 13 total dependents

Data::Dumper::Compact, henceforth referred to as DDC, was born because I was annoyed at valuable wasted whitespace paging through both Data::Dumper and Data::Dump based logs - Data::Dump attempts to format horizontally first, but then if it fails, im...

MSTROUT/Data-Dumper-Compact-0.006000 - 24 Sep 2022 16:31:16 UTC

Data::Object::Utility River stage zero No dependents

This package provides a suite of utility functions designed to be used internally across core packages....

AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTC

Data::HandyGen::mysql - Generates test data for mysql easily. River stage zero No dependents

This module generates test data and insert it into mysql tables. You only have to specify values of columns you're really interested in. Other necessary values are generated automatically. When we test our product, sometimes we need to create test re...

EGAWATA/Data-HandyGen-mysql-0.0.5 - 04 Jan 2019 03:21:40 UTC

Data::Object::RoleHas River stage zero No dependents

This package modifies the consuming package with behaviors useful in defining classes. Specifically, this package wraps the "has" attribute keyword functions and adds shortcuts and enhancements....

AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTC

Data::Verifier::Field - Field from a Data::Verifier profile River stage one • 4 direct dependents • 6 total dependents

Data::Verifier::Field provides all post-verification information on a given field....

MANWAR/Data-Verifier-0.65 - 02 May 2023 22:03:20 UTC
56 results (0.039 seconds)