Acme-CPANModules-DiffingStructuredData

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/DiffingStructuredData.pm  view on Meta::CPAN

package Acme::CPANModules::DiffingStructuredData;

use strict;
use warnings;
use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-12-09'; # DATE
our $DIST = 'Acme-CPANModules-DiffingStructuredData'; # DIST
our $VERSION = '0.002'; # VERSION

my $text = <<'_';

<pm:Data::Comparator>

<pm:Data::Diff>

<pm:Data::Cmp::Diff>

<pm:Hash::Diff>

<pm:Struct::Diff>

<pm:Value::Diff>

_

our $LIST = {
    summary => 'List of modules to diff structured data',
    description => $text,
    tags => ['task'],
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules to diff structured data

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::DiffingStructuredData - List of modules to diff structured data

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::DiffingStructuredData (from Perl distribution Acme-CPANModules-DiffingStructuredData), released on 2022-12-09.

=head1 DESCRIPTION

L<Data::Comparator>

L<Data::Diff>

L<Data::Cmp::Diff>

L<Hash::Diff>

L<Struct::Diff>

L<Value::Diff>

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Data::Comparator>

Author: L<CORNELIS|https://metacpan.org/author/CORNELIS>

=item L<Data::Diff>

Author: L<GCAMPBELL|https://metacpan.org/author/GCAMPBELL>

=item L<Data::Cmp::Diff>

=item L<Hash::Diff>

Author: L<BOLAV|https://metacpan.org/author/BOLAV>

=item L<Struct::Diff>

Author: L<MIXAS|https://metacpan.org/author/MIXAS>

=item L<Value::Diff>

Author: L<BRTASTIC|https://metacpan.org/author/BRTASTIC>

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?

An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.

=head2 What are ways to use this Acme::CPANModules module?



( run in 2.131 seconds using v1.01-cache-2.11-cpan-f5b5a18a01a )