File Coverage

blib/lib/Acme/CPANModules/LoremIpsum.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::LoremIpsum;
2              
3 1     1   319189 use strict;
  1         3  
  1         38  
4              
5 1     1   573 use Acme::CPANModulesUtil::Misc;
  1         512  
  1         120  
6              
7             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
8             our $DATE = '2023-11-17'; # DATE
9             our $DIST = 'Acme-CPANModules-LoremIpsum'; # DIST
10             our $VERSION = '0.001'; # VERSION
11              
12             our $LIST = {
13             summary => 'List of modules related to "Lorem Ipsum", or lipsum, placeholder Latin text',
14             description => <<'_',
15              
16             **Generating**
17              
18             - You can specify number of words/sentences/paragraphs to
19             generate. Cannot generate text which really starts with 'Lorem ipsum ...'.
20              
21             - Like Text::Lorem, except it allows filling out a
22             template with placeholder name, title, username, tld, email, url, and a few
23             others. Also cannot generate text which really starts with 'Lorem ipsum ...'.
24              
25             WWW::Lipsum - a client to generate text from www.lipsum.com. As of this writing,
26             last release is in 2015, and it no longer works.
27              
28             - Japanese lipsum generator.
29              
30             _
31             };
32              
33             Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
34              
35             1;
36             # ABSTRACT: List of modules related to "Lorem Ipsum", or lipsum, placeholder Latin text
37              
38             __END__