File Coverage

blib/lib/Acme/CPANModules/PortedFrom/Clojure.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::PortedFrom::Clojure;
2              
3 1     1   426416 use strict;
  1         3  
  1         154  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-01-15'; # DATE
7             our $DIST = 'Acme-CPANModules-PortedFrom-Clojure'; # DIST
8             our $VERSION = '0.004'; # VERSION
9              
10             our $LIST = {
11             summary => "List of modules/applications that are ported from (or inspired by) ".
12             "Clojure",
13             description => <<'_',
14              
15             If you know of others, please drop me a message.
16              
17             _
18             entries => [
19             {
20             module => 'String::CamelSnakeKebab',
21             summary => 'camel-snake-kebab',
22             },
23             {
24             module => 'Sub::Fp',
25             },
26             ],
27             };
28              
29             1;
30             # ABSTRACT: List of modules/applications that are ported from (or inspired by) Clojure
31              
32             __END__