File Coverage

blib/lib/Acme/CPANModules/UpsideDownTextWithUnicode.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::UpsideDownTextWithUnicode;
2              
3 1     1   283442 use strict;
  1         3  
  1         154  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2023-10-31'; # DATE
7             our $DIST = 'Acme-CPANModules-UpsideDownTextWithUnicode'; # DIST
8             our $VERSION = '0.002'; # VERSION
9              
10             our $LIST = {
11             summary => 'List of modules that can flip Latin text (make your text '.
12             'look upside down) using Unicode characters',
13             entries => [
14             {
15             module=>'Text::UpsideDown',
16             summary => 'First released in 2008, comes with a CLI called `ud`',
17             },
18             {
19             module => 'Acme::Flip',
20             summary => 'A 2009 reinvention of Text::UpsideDown, without any CLI',
21             },
22             ],
23             };
24              
25             1;
26             # ABSTRACT: List of modules that can flip Latin text (make your text look upside down) using Unicode characters
27              
28             __END__