Acme-CPANModules-PAUSE

 view release on metacpan or  search on metacpan

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

package Acme::CPANModules::PAUSE;

use strict;

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

our $LIST = {
    summary => "List of modules that interact with PAUSE, the Perl Authors Upload Server",
    entries => [
        {
            module => 'WWW::PAUSE::Simple',
            tags => ['task:upload', 'task:list', 'task:reindex', 'task:cleanup', 'category:api'],
        },
        {
            module => 'App::pause',
            tags => ['task:upload', 'task:list', 'task:reindex', 'task:cleanup', 'category:cli'],
        },
        {
            module => 'App::PAUSE::cleanup',
            tags => ['task:cleanup', 'category:cli'],
        },
        {
            module => 'CPAN::Uploader',
            tags => ['task:upload', 'category:cli', 'category:api'],
        },
        {
            module => 'Dist::Zilla::Plugin::UploadToCPAN',
            tags => ['task:upload', 'category:dzil-plugin'],
        },
        {
            module => 'Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple',
            tags => ['task:upload', 'category:dzil-plugin'],
        },
        {
            module => 'WWW::PAUSE::CleanUpHomeDir',
            tags => ['task:cleanup', 'category:api'],
        },
    ],
};

1;
# ABSTRACT: List of modules that interact with PAUSE, the Perl Authors Upload Server

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::PAUSE - List of modules that interact with PAUSE, the Perl Authors Upload Server

=head1 VERSION

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

=head1 DESCRIPTION

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<WWW::PAUSE::Simple>

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

=item L<App::pause>

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

=item L<App::PAUSE::cleanup>

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

=item L<CPAN::Uploader>

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

=item L<Dist::Zilla::Plugin::UploadToCPAN>

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

=item L<Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple>

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

=item L<WWW::PAUSE::CleanUpHomeDir>

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

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



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