File Coverage

blib/lib/Net/EPP/Frame/Command/Renew.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             # Copyright (c) 2016 CentralNic Ltd. All rights reserved. This program is
2             # free software; you can redistribute it and/or modify it under the same
3             # terms as Perl itself.
4             #
5             # $Id: Renew.pm,v 1.3 2011/12/03 11:44:52 gavin Exp $
6             package Net::EPP::Frame::Command::Renew;
7 1     1   325 use Net::EPP::Frame::Command::Renew::Domain;
  1         2  
  1         20  
8 1     1   4 use base qw(Net::EPP::Frame::Command);
  1         1  
  1         52  
9 1     1   4 use strict;
  1         1  
  1         20  
10              
11             =pod
12              
13             =head1 NAME
14              
15             Net::EPP::Frame::Command::Renew - an instance of L
16             for the EPP CrenewE> command.
17              
18             =head1 OBJECT HIERARCHY
19              
20             L
21             +----L
22             +----L
23             +----L
24             +----L
25              
26             =head1 METHODS
27              
28             This module does not define any methods in addition to those it inherits from
29             its ancestors.
30              
31             =head1 AUTHOR
32              
33             CentralNic Ltd (http://www.centralnic.com/).
34              
35             =head1 COPYRIGHT
36              
37             This module is (c) 2016 CentralNic Ltd. This module is free software; you can
38             redistribute it and/or modify it under the same terms as Perl itself.
39              
40             =head1 SEE ALSO
41              
42             =over
43              
44             =item * L
45              
46             =back
47              
48             =cut
49              
50             1;