File Coverage

blib/lib/Acme/CPANModules/PAUSE.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::PAUSE;
2              
3 1     1   435463 use strict;
  1         3  
  1         201  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-29'; # DATE
7             our $DIST = 'Acme-CPANModules-PAUSE'; # DIST
8             our $VERSION = '0.003'; # VERSION
9              
10             our $LIST = {
11             summary => "List of modules that interact with PAUSE, the Perl Authors Upload Server",
12             entries => [
13             {
14             module => 'WWW::PAUSE::Simple',
15             tags => ['task:upload', 'task:list', 'task:reindex', 'task:cleanup', 'category:api'],
16             },
17             {
18             module => 'App::pause',
19             tags => ['task:upload', 'task:list', 'task:reindex', 'task:cleanup', 'category:cli'],
20             },
21             {
22             module => 'App::PAUSE::cleanup',
23             tags => ['task:cleanup', 'category:cli'],
24             },
25             {
26             module => 'CPAN::Uploader',
27             tags => ['task:upload', 'category:cli', 'category:api'],
28             },
29             {
30             module => 'Dist::Zilla::Plugin::UploadToCPAN',
31             tags => ['task:upload', 'category:dzil-plugin'],
32             },
33             {
34             module => 'Dist::Zilla::Plugin::UploadToCPAN::WWWPAUSESimple',
35             tags => ['task:upload', 'category:dzil-plugin'],
36             },
37             {
38             module => 'WWW::PAUSE::CleanUpHomeDir',
39             tags => ['task:cleanup', 'category:api'],
40             },
41             ],
42             };
43              
44             1;
45             # ABSTRACT: List of modules that interact with PAUSE, the Perl Authors Upload Server
46              
47             __END__