Acme-CPANModules-WorkingWithDOC

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::WorkingWithDOC;

use strict;

use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-12-04'; # DATE
our $DIST = 'Acme-CPANModules-WorkingWithDOC'; # DIST
our $VERSION = '0.001'; # VERSION

my $text = <<'MARKDOWN';

The following are tools (programs, modules, scripts) to work with text document
formats (DOC, DOCX, ODT). For working with PDF, see related list:
Acme::CPANModules::WorkingWithPDF.


**Unorganized**

<pm:Win32::Word::Writer>

<pm:MsOffice::Word::Template>

<pm:MsOffice::Word::Surgeon>

MARKDOWN

our $LIST = {
    summary => 'List of modules to work with text document formats (DOC, DOCX, ODT)',
    description => $text,
    tags => ['task'],
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules to work with text document formats (DOC, DOCX, ODT)

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::WorkingWithDOC - List of modules to work with text document formats (DOC, DOCX, ODT)

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::WorkingWithDOC (from Perl distribution Acme-CPANModules-WorkingWithDOC), released on 2023-12-04.

=head1 DESCRIPTION

The following are tools (programs, modules, scripts) to work with text document
formats (DOC, DOCX, ODT). For working with PDF, see related list:
Acme::CPANModules::WorkingWithPDF.

B<Unorganized>

L<Win32::Word::Writer>

L<MsOffice::Word::Template>

L<MsOffice::Word::Surgeon>

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Win32::Word::Writer>

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

=item L<MsOffice::Word::Template>

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

=item L<MsOffice::Word::Surgeon>

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

=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?

Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):

 % cpanm-cpanmodules -n WorkingWithDOC

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):



( run in 0.747 second using v1.01-cache-2.11-cpan-39bf76dae61 )