The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:diff"

XML::Diff - XML DOM-Tree based Diff & Patch Module River stage one • 1 direct dependent • 1 total dependent

This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML. The Diffgram is well-formed XML in the XVCS namespan...

TIMM/XML-Diff-0.05 - 12 Jul 2007 10:50:35 UTC

Git::Diff - Git submodule to convert git diff into a perl hash-ref River stage one • 1 direct dependent • 1 total dependent

Run and prase git diff command for perl hash structure...

MZIESCHA/Git-Diff-0.000102 - 25 Nov 2019 06:39:02 UTC

CPAN::Diff - Compare local Perl packages/versions with a CPAN River stage zero No dependents

Discover which Perl packages/versions are different in your environment compared to CPAN or your darkpan (pinto or orepan2 or whatever). This module comes with a handy script as well: cpan-diff This modules steals a lot of code from cpan-outdated....

KABLAMO/CPAN-Diff-0.02 - 18 Jan 2016 18:19:08 UTC

Quiq::Diff - Zeige Differenzen zwischen Zeichenketten River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

HTML::Diff - compare two HTML strings and return a list of differences River stage zero No dependents

This module compares two strings of HTML and returns a list of a chunks which indicate the diff between the two input strings, where changes in formatting are considered changes. HTML::Diff does not strictly parse the HTML. Instead, it uses regular e...

NEILB/HTML-Diff-0.60 - 30 Oct 2015 17:48:50 UTC

Hash::Diff - Return difference between two hashes as a hash River stage one • 1 direct dependent • 3 total dependents

Hash::Diff returns the difference between two hashes as a hash. diff ( <hashref>, <hashref> ) Diffs two hashes. Returns a reference to the new hash. left_diff ( <hashref>, <hashref> ) Returns the values in the left hash that is not, or different from...

BOLAV/Hash-Diff-0.010 - 07 Aug 2018 09:08:02 UTC

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

Text::Diff - Perform diffs on files and record sets River stage four • 103 direct dependents • 5509 total dependents

"diff()" provides a basic set of services akin to the GNU "diff" utility. It is not anywhere near as feature complete as GNU "diff", but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a syste...

NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC

Array::Diff - Find the differences between two arrays River stage three • 9 direct dependents • 237 total dependents

This module compares two pre-sorted arrays and returns the added or deleted elements in two separate arrays. It's a simple wrapper around Algorithm::Diff. Note: the arrays must be sorted before you call "diff". And if you need more complex array tool...

NEILB/Array-Diff-0.09 - 10 May 2019 08:34:15 UTC

MySQL::Diff - Generates a database upgrade instruction set River stage zero No dependents

Generates the SQL instructions required to upgrade the first database to match the second....

ESTRABD/MySQL-Diff-0.60 - 05 Jun 2018 18:21:02 UTC

Kwiki::Diff - display differences between the current wiki page and older revisions River stage one • 1 direct dependent • 1 total dependent

This module requires that you be using Kwiki::Revisions. Please make sure Kwiki::Revisions is in your plugins file. This module adds a toolbar item, "Differences," when viewing past revisions of wiki pages. When clicked, the user is shown a colorful ...

IAN/Kwiki-Diff-0.03 - 14 Nov 2005 02:49:52 UTC

String::Diff - Simple diff to String River stage two • 9 direct dependents • 16 total dependents

String::Diff is the difference of a consecutive string is made. after general diff is done, the difference in the line is searchable. the mark of the addition and the deletion can be freely changed. the color is colored to the terminal with ANSI, usi...

YAPPO/String-Diff-0.07 - 23 Aug 2015 08:59:30 UTC

Struct::Diff - Recursive diff for nested perl structures River stage one • 3 direct dependents • 3 total dependents

MIXAS/Struct-Diff-0.98 - 06 Jan 2019 10:09:43 UTC

Diff::LibXDiff - Calculate a diff with LibXDiff (via XS) River stage one • 1 direct dependent • 1 total dependent

Diff::LibXDiff is a binding of LibXDiff (<http://www.xmailserver.org/xdiff-lib.html>) to Perl via XS LibXDiff is the basis of the diff engine for git...

RKRIMEN/Diff-LibXDiff-0.05 - 21 Apr 2010 02:13:58 UTC

Algorithm::Diff - Compute `intelligent' differences between two files / lists River stage four • 52 direct dependents • 5555 total dependents

RJBS/Algorithm-Diff-1.201 - 13 Dec 2020 22:34:02 UTC

lib/Monorail/Diff.pm River stage zero No dependents

CREIN/Monorail-0.4 - 23 Dec 2016 19:34:08 UTC

lib/Directory/Diff.pm River stage zero No dependents

BKB/Directory-Diff-0.08 - 16 Nov 2018 21:50:05 UTC

perllib/Pod/Diff.pm River stage zero No dependents

IANC/sdf-2.001beta1 - 29 Oct 1998 12:40:20 UTC

lib/YAML/Diff.pm River stage zero No dependents

INGY/YAML-Diff-0.0.2 - 11 Oct 2014 17:06:24 UTC

lib/Value/Diff.pm River stage zero No dependents

BRTASTIC/Value-Diff-0.002 - 25 Nov 2022 15:12:56 UTC

Git::Raw::Diff - Git diff class River stage one • 3 direct dependents • 3 total dependents

A Git::Raw::Diff represents the diff between two entities. WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog)....

JACQUESG/Git-Raw-0.90 - 27 Oct 2022 08:52:11 UTC

PDL::GSL::DIFF - PDL interface to numerical differentiation routines in GSL River stage three • 93 direct dependents • 101 total dependents

This is an interface to the numerical differentiation package present in the GNU Scientific Library....

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

Text::Diff::Parser - Parse patch files containing unified and standard diffs River stage one • 2 direct dependents • 2 total dependents

"Text::Diff::Parser" parses diff files and patches. It allows you to access the changes to a file in a standardized way, even if multiple patch formats are used. A diff may be viewed a series of operations on a file, either adding, removing or modify...

GWYN/Text-Diff-Parser-0.1001 - 11 Sep 2009 11:30:16 UTC

CLI::Meta::diff - Metadata for diff CLI River stage one • 3 direct dependents • 3 total dependents

PERLANCAR/CLI-Meta-diff-0.001 - 01 Dec 2020 12:17:57 UTC

Kwiki::Diff::Mutual - The selection of revision of both parties of Diff is enabled. River stage zero No dependents

This module requires that you be using Kwiki::Diff. Please make sure Kwiki::Diff is in your plugins file. Working to which the function of A is enhanced of both parties of Diff....

YAPPO/Kwiki-Diff-Mutual-0.01 - 18 Nov 2006 04:32:13 UTC

Text::Diff::HTML - XHTML format for Text::Diff::Unified River stage zero No dependents

This class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the "diff()" function, see the Text::Diff documentation. In the XHTML for...

TIMK/Text-Diff-HTML-0.08 - 21 Aug 2018 04:22:49 UTC

Meta::Tool::Diff - run diff in a controlled manner for you. River stage zero No dependents

This module knows about diff options and will run diff for you....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

UMMF::Core::Diff - Diffs to Objects River stage zero No dependents

KSTEPHENS/UMMF-1.02 - 14 May 2006 02:39:55 UTC

Text::Diff::Table - Text::Diff plugin to generate "table" format output River stage four • 103 direct dependents • 5509 total dependents

This is a plugin output formatter for Text::Diff that generates "table" style diffs: +--+----------------------------------+--+------------------------------+ | |../Test-Differences-0.2/MANIFEST | |../Test-Differences/MANIFEST | | |Thu Dec 13 15:38:4...

NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC

Apache::CVS::Diff - class that implements a CVS diff River stage zero No dependents

The "Apache::CVS::Diff" class implements a CVS diff. What you would get with your plain 'ol cvs diff command. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 6: =over is the last thing in the document...

BARBEE/Apache-CVS-0.10 - 15 Dec 2003 00:53:26 UTC

SVK::Editor::Diff - An editor for producing textual diffs River stage one • 7 direct dependents • 8 total dependents

CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC

Net::Twitter::Diff - Twitter Diff River stage zero No dependents

Handy when you want to know relationshops between your followers and followings and when you wnat to compare your following and somebody's....

TOMYHERO/Net-Twitter-Diff-0.12 - 13 Aug 2010 12:15:45 UTC

Text::Diff::Config - global configuration for Text::Diff (as a separate module). River stage four • 103 direct dependents • 5509 total dependents

This module configures Text::Diff and its related modules. Currently it contains only one global variable $Text::Diff::Config::Output_Unicode which is a boolean flag, that if set outputs unicode characters as themselves without escaping them as " \x{...

NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC

SVK::Command::Diff - Display diff between revisions or checkout copies River stage one • 7 direct dependents • 8 total dependents

CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC

MySQL::Diff::Table - Table Definition Class River stage zero No dependents

Parses a table definition into component parts....

ESTRABD/MySQL-Diff-0.60 - 05 Jun 2018 18:21:02 UTC

CPAN::Diff::Module - Object representing module metadata River stage zero No dependents

Object representing module metadata....

KABLAMO/CPAN-Diff-0.02 - 18 Jan 2016 18:19:08 UTC

MySQL::Diff::Utils - Supporting functions for MySQL:Diff River stage zero No dependents

Currently contains the debug message handling routines....

ESTRABD/MySQL-Diff-0.60 - 05 Jun 2018 18:21:02 UTC

DBIx::Diff::Schema - Compare schema of two DBI databases River stage two • 4 direct dependents • 89 total dependents

Currently only tested on Postgres and SQLite....

PERLANCAR/DBIx-Diff-Schema-0.097 - 06 May 2020 02:59:45 UTC

Algorithm::Diff::XS - Algorithm::Diff with XS core loop River stage one • 2 direct dependents • 3 total dependents

This module is a simple re-packaging of Joe Schaefer's excellent but not very well-known Algorithm::LCS with a drop-in interface that simply re-uses the installed version of the Algorithm::Diff module. Note that only the "LCSidx" function is optimize...

AUDREYT/Algorithm-Diff-XS-0.04 - 24 Oct 2008 09:58:12 UTC

HTTP::Request::Diff - create diffs between HTTP requests River stage zero No dependents

CORION/HTTP-Request-Diff-0.07 - 30 Mar 2024 07:38:16 UTC

VCI::Abstract::Diff - An object representing a "diff" or "patch" from a Version-Control System River stage zero No dependents

Every VCS can generate a patch in "diff" format that can be applied to re-create the changes in a particular commit. This class represents the actual changes made to each file in a commit, and can also be represented in "diff" format....

MKANAT/VCI-0.7.1 - 31 Oct 2010 23:41:10 UTC

Pinto::Action::Diff - Show the difference between stacks or revisions River stage one • 3 direct dependents • 5 total dependents

THALJEF/Pinto-0.14 - 06 Aug 2017 07:31:17 UTC

Git::Raw::Diff::Hunk - Git diff hunk class River stage one • 3 direct dependents • 3 total dependents

A Git::Raw::Diff::Hunk represents a hunk in a patch. WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog)....

JACQUESG/Git-Raw-0.90 - 27 Oct 2022 08:52:11 UTC

Git::Raw::Diff::File - Git diff file class River stage one • 3 direct dependents • 3 total dependents

A Git::Raw::Diff::File represents one side of a diff delta. WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog)....

JACQUESG/Git-Raw-0.90 - 27 Oct 2022 08:52:11 UTC

Algorithm::Diff::Any - Perl module to find differences between files River stage zero No dependents

This is a simple module to select the best available implementation of the standard "diff" algorithm, which works by effectively trying to solve the Longest Common Subsequence (LCS) problem. This algorithm is described in: *A Fast Algorithm for Compu...

JAWNSY/Algorithm-Diff-Any-1.001 - 23 Dec 2009 00:34:12 UTC

Net::API::CPAN::Diff - Meta CPAN API Diff Class River stage zero No dependents

This class serves to retrieve and manipulate diffs. It inherits from Net::API::CPAN::Generic...

JDEGUEST/Net-API-CPAN-v0.1.4 - 24 Nov 2023 03:32:06 UTC

App::size::dir::diff - find differences between two directories River stage zero No dependents

This is a stub module, see script/size_dir_diff for details of the script....

KASREYN/App-size-dir-diff-0.4.1 - 19 Sep 2020 11:45:57 UTC

Bio::BioStudio::Diff River stage zero No dependents

An object that allows the comparison of two Bio::BioStudio::Chromosome objects....

NOTDOCTOR/Bio-BioStudio-2.11 - 04 Dec 2015 18:59:24 UTC

Git::Raw::Diff::Stats - Git diff statistics class River stage one • 3 direct dependents • 3 total dependents

A Git::Raw::Diff::Stats represents diff statistics. WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog)....

JACQUESG/Git-Raw-0.90 - 27 Oct 2022 08:52:11 UTC

SQL::Translator::Diff - determine differences between two schemas River stage three • 117 direct dependents • 266 total dependents

Takes two input SQL::Translator::Schemas (or SQL files) and produces ALTER statements to make them the same...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC
132 results (0.025 seconds)