Acme-CPANModules-DiffingStuffs
view release on metacpan or search on metacpan
"version" : "0.10"
},
{
"class" : "Dist::Zilla::Plugin::PodnameFromFilename",
"name" : "@Author::PERLANCAR/PodnameFromFilename",
"version" : "0.02"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec",
"config" : {
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec",
"version" : "0.064"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::MetaResources",
"name" : "@Author::PERLANCAR/PERLANCAR::MetaResources",
"version" : "0.043"
"version" : "0.001"
},
{
"class" : "Dist::Zilla::Plugin::CheckSelfDependency",
"config" : {
"Dist::Zilla::Plugin::CheckSelfDependency" : {
"finder" : [
":InstallModules"
]
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/CheckSelfDependency",
"version" : "0.011"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
}
],
"include_underscores" : 0
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
"inherit_missing" : 1,
"inherit_version" : 1,
"meta_noindex" : 1
},
"Dist::Zilla::Role::ModuleMetadata" : {
"Module::Metadata" : "1.000037",
"version" : "0.006"
}
},
"name" : "@Author::PERLANCAR/MetaProvides::Package",
"version" : "2.004003"
},
{
"class" : "Dist::Zilla::Plugin::PERLANCAR::Authority",
"name" : "@Author::PERLANCAR/PERLANCAR::Authority",
"version" : "0.001"
class: Dist::Zilla::Plugin::Rinci::AbstractFromMeta
name: '@Author::PERLANCAR/Rinci::AbstractFromMeta'
version: '0.10'
-
class: Dist::Zilla::Plugin::PodnameFromFilename
name: '@Author::PERLANCAR/PodnameFromFilename'
version: '0.02'
-
class: Dist::Zilla::Plugin::PERLANCAR::EnsurePrereqToSpec
config:
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/PERLANCAR::EnsurePrereqToSpec'
version: '0.064'
-
class: Dist::Zilla::Plugin::PERLANCAR::MetaResources
name: '@Author::PERLANCAR/PERLANCAR::MetaResources'
version: '0.043'
-
class: Dist::Zilla::Plugin::CheckChangeLog
name: '@Author::PERLANCAR/CheckChangeLog'
-
class: Dist::Zilla::Plugin::CheckMetaResources
name: '@Author::PERLANCAR/CheckMetaResources'
version: '0.001'
-
class: Dist::Zilla::Plugin::CheckSelfDependency
config:
Dist::Zilla::Plugin::CheckSelfDependency:
finder:
- ':InstallModules'
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/CheckSelfDependency'
version: '0.011'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
git_version: 2.25.1
include_authors: 0
include_releaser: 1
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Author::PERLANCAR/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
version: '6.024'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
inherit_missing: '1'
inherit_version: '1'
meta_noindex: '1'
Dist::Zilla::Role::ModuleMetadata:
Module::Metadata: '1.000037'
version: '0.006'
name: '@Author::PERLANCAR/MetaProvides::Package'
version: '2.004003'
-
class: Dist::Zilla::Plugin::PERLANCAR::Authority
name: '@Author::PERLANCAR/PERLANCAR::Authority'
version: '0.001'
-
class: Dist::Zilla::Plugin::OurDate
name: '@Author::PERLANCAR/OurDate'
DESCRIPTION
Archive files
diff-tarballs (from App::DiffTarballs) diffs two tarballs.
diff-cpan-releasess (from App::DiffCPANReleases) diffs two CPAN release
tarballs.
Database schema
DBIx::Diff::Schema compares two databases and reports tables/columns
which are added/deleted/modified. App::DiffDBSchemaUtils provides CLI's
for it like diff-db-schema, diff-mysql-schema, diff-sqlite-schema,
diff-pg-schema.
PDF files
diff-doc-text (from App::DiffDocText) diffs two DOC/DOCX/ODT documents
by converting the documents to plaintext and diff-ing the plaintext
files.
Spreadsheet files
diff-xls-text (from App::DiffXlsText) diffs two XLS/XLSX/ODS workbooks
by converting each worksheet in each workbook as files in the workbook's
directory and then diff-ing the two workbook directories.
Structured data
See separated list: Acme::CPANModules::DiffingStructuredData.
Word processor documents
diff-doc-text (from App::DiffDocText) diffs two DOC/DOCX/ODT documents
by converting the documents to plaintext and diff-ing the plaintext
files.
ACME::CPANMODULES ENTRIES
* App::DiffTarballs - Diff contents of two tarballs
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
* App::DiffCPANReleases - Diff contents of two CPAN releases
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
* DBIx::Diff::Schema - Compare schema of two DBI databases
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
* App::DiffDocText - Diff the text of two Office word-processor
documents (.doc, .docx, .odt, etc)
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
* App::DiffXlsText - Diff the text of two Office spreadsheets (.ods,
.xls, .xlsx) as two directories of CSV files
lib/Acme/CPANModules/DiffingStuffs.pm view on Meta::CPAN
**Archive files**
<prog:diff-tarballs> (from <pm:App::DiffTarballs>) diffs two tarballs.
<prog:diff-cpan-releasess> (from <pm:App::DiffCPANReleases>) diffs two CPAN
release tarballs.
**Database schema**
<pm:DBIx::Diff::Schema> compares two databases and reports tables/columns which
are added/deleted/modified. L<App::DiffDBSchemaUtils> provides CLI's for it like
<prog:diff-db-schema>, <prog:diff-mysql-schema>, <prog:diff-sqlite-schema>,
<prog:diff-pg-schema>.
**PDF files**
<prog:diff-doc-text> (from <pm:App::DiffDocText>) diffs two DOC/DOCX/ODT
documents by converting the documents to plaintext and diff-ing the plaintext
files.
**Spreadsheet files**
<prog:diff-xls-text> (from <pm:App::DiffXlsText>) diffs two XLS/XLSX/ODS
workbooks by converting each worksheet in each workbook as files in the
workbook's directory and then diff-ing the two workbook directories.
**Structured data**
See separated list: <pm:Acme::CPANModules::DiffingStructuredData>.
**Word processor documents**
<prog:diff-doc-text> (from <pm:App::DiffDocText>) diffs two DOC/DOCX/ODT
documents by converting the documents to plaintext and diff-ing the plaintext
files.
lib/Acme/CPANModules/DiffingStuffs.pm view on Meta::CPAN
B<Archive files>
L<diff-tarballs> (from L<App::DiffTarballs>) diffs two tarballs.
L<diff-cpan-releasess> (from L<App::DiffCPANReleases>) diffs two CPAN
release tarballs.
B<Database schema>
L<DBIx::Diff::Schema> compares two databases and reports tables/columns which
are added/deleted/modified. L<App::DiffDBSchemaUtils> provides CLI's for it like
L<diff-db-schema>, L<diff-mysql-schema>, L<diff-sqlite-schema>,
L<diff-pg-schema>.
B<PDF files>
L<diff-doc-text> (from L<App::DiffDocText>) diffs two DOC/DOCX/ODT
documents by converting the documents to plaintext and diff-ing the plaintext
files.
B<Spreadsheet files>
L<diff-xls-text> (from L<App::DiffXlsText>) diffs two XLS/XLSX/ODS
workbooks by converting each worksheet in each workbook as files in the
workbook's directory and then diff-ing the two workbook directories.
B<Structured data>
See separated list: L<Acme::CPANModules::DiffingStructuredData>.
B<Word processor documents>
L<diff-doc-text> (from L<App::DiffDocText>) diffs two DOC/DOCX/ODT
documents by converting the documents to plaintext and diff-ing the plaintext
files.
=head1 ACME::CPANMODULES ENTRIES
lib/Acme/CPANModules/DiffingStuffs.pm view on Meta::CPAN
=over
=item * L<App::DiffTarballs> - Diff contents of two tarballs
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<App::DiffCPANReleases> - Diff contents of two CPAN releases
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<DBIx::Diff::Schema> - Compare schema of two DBI databases
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<App::DiffDocText> - Diff the text of two Office word-processor documents (.doc, .docx, .odt, etc)
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item * L<App::DiffXlsText> - Diff the text of two Office spreadsheets (.ods, .xls, .xlsx) as two directories of CSV files
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
( run in 0.503 second using v1.01-cache-2.11-cpan-49f99fa48dc )