File Coverage

blib/lib/Mail/MtPolicyd/SessionCache/None.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 Mail::MtPolicyd::SessionCache::None;
2              
3 3     3   12 use Moose;
  3         3  
  3         14  
4              
5             our $VERSION = '2.02'; # VERSION
6             # ABSTRACT: dummy session caching adapter
7              
8             extends 'Mail::MtPolicyd::SessionCache::Base';
9              
10             1;
11              
12             __END__
13              
14             =pod
15              
16             =encoding UTF-8
17              
18             =head1 NAME
19              
20             Mail::MtPolicyd::SessionCache::None - dummy session caching adapter
21              
22             =head1 VERSION
23              
24             version 2.02
25              
26             =head1 AUTHOR
27              
28             Markus Benning <ich@markusbenning.de>
29              
30             =head1 COPYRIGHT AND LICENSE
31              
32             This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.
33              
34             This is free software, licensed under:
35              
36             The GNU General Public License, Version 2, June 1991
37              
38             =cut