File Coverage

blib/lib/Acme/MetaSyntactic/pop2.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 Acme::MetaSyntactic::pop2;
2 1     1   95420 use strict;
  1         12  
  1         48  
3 1     1   481 use Acme::MetaSyntactic::List;
  1         9  
  1         99  
4             our @ISA = qw( Acme::MetaSyntactic::List );
5             our $VERSION = '1.000';
6             __PACKAGE__->init();
7             1;
8              
9             =head1 NAME
10              
11             Acme::MetaSyntactic::pop2 - The pop2 theme
12              
13             =head1 DESCRIPTION
14              
15             This theme list all the POP2 commands, responses and states,
16             as listed in RFC 937.
17              
18             See L for details regarding
19             the POP2 protocol.
20              
21             The history of the POP2 RFC is as follows: RFC 937 obsoletes RFC 918.
22             This is a much shorter history than POP3's.
23              
24             =head1 CONTRIBUTOR
25              
26             Philippe "BooK" Bruhat.
27              
28             =head1 CHANGES
29              
30             =over 4
31              
32             =item *
33              
34             2012-05-07 - v1.000
35              
36             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
37              
38             =item *
39              
40             2006-04-03
41              
42             Introduced in Acme-MetaSyntactic version 0.68.
43              
44             =back
45              
46             =head1 SEE ALSO
47              
48             L, L.
49              
50             =cut
51              
52             __DATA__