Acme-CPANModules-PAUSE

 view release on metacpan or  search on metacpan

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

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



( run in 1.813 second using v1.01-cache-2.11-cpan-b16cb0d3907 )