File Coverage

blib/lib/Acme/MetaSyntactic/smtp.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::smtp;
2 1     1   112405 use strict;
  1         14  
  1         55  
3 1     1   13 use Acme::MetaSyntactic::List;
  1         10  
  1         106  
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::smtp - The (E)SMTP commands theme
12              
13             =head1 DESCRIPTION
14              
15             Commands of the SMTP and ESMTP protocols, as described in
16             RFC 821 (L) and
17             RFC 2821 (L).
18              
19             =head1 CONTRIBUTOR
20              
21             Abigail
22              
23             =head1 CHANGES
24              
25             =over 4
26              
27             =item *
28              
29             2012-05-07
30              
31             Received its own version number in Acme-MetaSyntactic-Themes version 1.000.
32              
33             =item *
34              
35             2006-03-20
36              
37             Introduced in Acme-MetaSyntactic version 0.66.
38              
39             =item *
40              
41             2005-10-27
42              
43             Submitted by Abigail.
44              
45             =back
46              
47             =head1 SEE ALSO
48              
49             L, L.
50              
51             =cut
52              
53             __DATA__