File Coverage

blib/lib/Catalyst/Plugin/Unicode/Encoding.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 Catalyst::Plugin::Unicode::Encoding;
2 1     1   1088 use strict;
  1         4  
  1         35  
3 1     1   10 use warnings;
  1         4  
  1         76  
4              
5             our $VERSION = '5.90131';
6             $VERSION =~ tr/_//d;
7              
8             1;
9              
10             =head1 NAME
11              
12             Catalyst::Plugin::Unicode::Encoding - Unicode aware Catalyst
13              
14             =head1 DESCRIPTION
15              
16             This plugin has been merged into core. This package only exists to clean out
17             any existing versions on your installed system.
18              
19             =head1 AUTHORS
20              
21             Catalyst Contributors, see Catalyst.pm
22              
23             =head1 COPYRIGHT
24              
25             This library is free software. You can redistribute it and/or modify
26             it under the same terms as Perl itself.
27              
28             =cut