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

Search results for "module:Data::Diff"

Data::Diff - data structure comparison module River stage one • 1 direct dependent • 2 total dependents

Data::Diff computes the differences between two abirtray complex data structures....

GCAMPBELL/Data-Diff-0.01 - 25 Oct 2004 22:52:34 UTC

Data::KeyDiff - Diff one set/list against another with a key basis River stage zero No dependents

Data::KeyDiff performs a diff-like operation on sets that have unique keys associated with each element. Instead of looking at the whole list, "diff" looks at each element on a case-by-case basis to see whether it's state or inclusion has changed fro...

RKRIMEN/Data-KeyDiff-0.021 - 09 Nov 2007 11:54:22 UTC

lib/Data/KeyDiff/Element.pm River stage zero No dependents

An element from a set...

RKRIMEN/Data-KeyDiff-0.021 - 09 Nov 2007 11:54:22 UTC

Data::Difflet - Ultra special pretty cute diff generator Mark II River stage two • 3 direct dependents • 10 total dependents

THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE Data::Difflet is colorful diff generator for Perl5! See the following image!...

TOKUHIROM/Data-Difflet-0.11 - 22 Apr 2015 12:09:20 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::Cmp - Compare two data structures, return -1/0/1 like cmp River stage three • 16 direct dependents • 617 total dependents

This relatively lightweight (no non-core dependencies, under 100 lines of code) module offers the "cmp_data" function that, like Perl's "cmp", returns -1/0/1 value. "cmp_data" differs from "cmp" in that it can compare two data of different types and ...

PERLANCAR/Data-Cmp-0.010 - 07 Sep 2021 00:06:18 UTC

PICA::Data - PICA record processing River stage one • 1 direct dependent • 1 total dependent

PICA::Data provides methods, classes, functions, and a command line application to process PICA+ records <http://format.gbv.de/pica>. PICA+ is the internal data format of the Local Library System (LBS) and the Central Library System (CBS) of OCLC, fo...

VOJ/PICA-Data-2.12 - 28 Aug 2023 08:02:52 UTC

Audio::Data - module for representing audio data to perl River stage one • 1 direct dependent • 1 total dependent

Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C array of "float" values. The use of "float" avoids many issues with dynamic range, and typical "float" has 24-bit mantissa so quanti...

NI-S/Audio-1.029 - 02 Jun 2004 18:52:42 UTC

Data::Overlay - merge/overlay data with composable changes River stage zero No dependents

Basic Idea The overlay functions can be used to apply a group of changes (also called an overlay) to a data structure, non-destructively, returning a shallow-ish copy with the changes applied. "Shallow-ish" meaning shallow copies at each level along ...

BOWMANBS/Data-Overlay-0.54 - 19 Mar 2012 07:00:28 UTC

Data::Pensieve - Simple tool for interacting with revisioned data River stage one • 1 direct dependent • 1 total dependent

"I use the Pensieve. One simply siphons the excess thoughts from one's mind, pours them into the basin, and examines them at one's leisure. It becomes easier to spot patterns and links, you understand, when they are in this form." - Albus Dumbledore ...

AQUILINA/Data-Pensieve-0.03a - 20 Dec 2012 03:26:14 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::Comparator - recursively compare Perl datatypes River stage one • 1 direct dependent • 2 total dependents

Compare two sets of (structured) data, report on the differences found with a differences describing data structure. Additionally a set of expected differences may be given in the form of a differences describing data structure. Returns a differences...

CORNELIS/Data-Utilities-0.04 - 28 Dec 2007 17:29:22 UTC

Data::Difference - Compare simple hierarchical data River stage zero No dependents

"Data::Difference" will compare simple data structures returning a list of details about what was added, removed or changed. It will currently handle SCALARs, HASH references and ARRAY references. Each change is returned as a hash with the following ...

GBARR/Data-Difference-0.112850 - 12 Oct 2011 17:44:50 UTC

Test::Data::Split - split data-driven tests into several test scripts. River stage one • 1 direct dependent • 3 total dependents

This module splits a set of data with IDs and arbitrary values into one test file per (key+value) for easy parallelisation....

SHLOMIF/Test-Data-Split-0.2.2 - 17 Oct 2020 15:49:37 UTC

Data::Serializable - Moose role that adds serialization support to any class River stage one • 2 direct dependents • 2 total dependents

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 ser...

ROBINS/Data-Serializable-0.41.0 - 29 Nov 2013 09:48:33 UTC

Data::Walk::Extracted - An extracted dataref walker River stage one • 1 direct dependent • 2 total dependents

This module takes a data reference (or two) and recursivly <http://en.wikipedia.org/wiki/Recursion_(computer_science)> travels through it(them). Where the two references diverge the walker follows the primary data reference. At the beginning and end ...

JANDREW/Data-Walk-Extracted-v0.28.0 - 16 Aug 2016 18:23:36 UTC

lib/Data/Rlist.pm River stage zero No dependents

Venue Random-Lists (Rlist) is a tag/value text format, which can "stringify" any data structure in 7-bit ASCII text. The basic types are lists and scalars. The syntax is similar, but not equal to Perl's. For example, ( "hello", "world" ) { "hello" = ...

ASPINDLER/Data-Rlist-1.44 - 27 Jul 2008 19:50:07 UTC

Test::Data::Split::Backend::Hash - hash backend. River stage one • 1 direct dependent • 3 total dependents

This is a hash backend for Test::Data::Split ....

SHLOMIF/Test-Data-Split-0.2.2 - 17 Oct 2020 15:49:37 UTC

Data::Compare::Plugins::Set::Object - plugin for Data::Compare to handle Set::Object objects River stage zero No dependents

Enables Data::Compare to Do The Right Thing for Set::Object objects. Set::Object already has an "equals()" method, but it only returns true if objects within two sets are exactly equal (i.e. have the same references, referring to the same object inst...

MJGARDNER/Data-Compare-Plugins-Set-Object-1.002 - 17 Oct 2020 21:48:40 UTC

Test::Data::Split::Backend::ValidateHash - hash backend with input validation and transformation. River stage one • 1 direct dependent • 3 total dependents

This inherits from Test::Data::Split::Backend::Hash ....

SHLOMIF/Test-Data-Split-0.2.2 - 17 Oct 2020 15:49:37 UTC
20 results (0.053 seconds)