Acme-CPANModules-FooThis

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::FooThis;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-FooThis'; # DIST
our $VERSION = '0.003'; # VERSION

our $LIST = {
    summary => "List of modules/tools to export your directory over various channels",
    entries => [
        {
            module => 'App::HTTPThis',
            script => 'http_this',
        },
        {
            module => 'App::HTTPSThis',
            script => 'https_this',
        },
        {
            module => 'App::DAVThis',
            script => 'dav_this',
        },
        {
            module => 'App::FTPThis',
            script => 'ftp_this',
        },
        {
            module => 'App::CGIThis',
            script => 'cgi_this',
        },
    ],
};

1;
# ABSTRACT: List of modules/tools to export your directory over various channels

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::FooThis - List of modules/tools to export your directory over various channels

=head1 VERSION

This document describes version 0.003 of Acme::CPANModules::FooThis (from Perl distribution Acme-CPANModules-FooThis), released on 2023-10-29.

=head1 DESCRIPTION

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<App::HTTPThis>

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

Script: L<http_this>

=item L<App::HTTPSThis>

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

Script: L<https_this>

=item L<App::DAVThis>

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

Script: L<dav_this>

=item L<App::FTPThis>

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

Script: L<ftp_this>

=item L<App::CGIThis>

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

Script: L<cgi_this>

=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):



( run in 2.397 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )