File Coverage

blib/lib/Locale/Maketext/Guts.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 Locale::Maketext::Guts;
2              
3 2     2   966 use Locale::Maketext;
  2         3  
  2         88  
4              
5             our $VERSION = '1.20';
6              
7             =head1 NAME
8              
9             Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code
10              
11             =head1 SYNOPSIS
12              
13             # Do this instead please
14             use Locale::Maketext
15              
16             =head1 DESCRIPTION
17              
18             Previously Local::Maketext::GutsLoader performed some magic to load
19             Locale::Maketext when utf8 was unavailable. The subs this module provided
20             were merged back into Locale::Maketext
21              
22             =cut
23              
24             1;