File Coverage

blib/lib/Locale/Maketext/GutsLoader.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod 0 1 0.0
total 4 7 57.1


line stmt bran cond sub pod time code
1             package Locale::Maketext::GutsLoader;
2              
3 1     1   732 use Locale::Maketext;
  1         2  
  1         63  
4              
5             our $VERSION = '1.20';
6              
7 0     0 0   sub zorp { return scalar @_ }
8              
9             =head1 NAME
10              
11             Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketext utf8 code
12              
13             =head1 SYNOPSIS
14              
15             # Do this instead please
16             use Locale::Maketext
17              
18             =head1 DESCRIPTION
19              
20             Previously Locale::Maketext::Guts performed some magic to load
21             Locale::Maketext when utf8 was unavailable. The subs this module provided
22             were merged back into Locale::Maketext.
23              
24             =cut
25              
26             1;