line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Net::eNom; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
583
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
26
|
|
4
|
1
|
|
|
1
|
|
3
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
24
|
|
5
|
1
|
|
|
1
|
|
566
|
use utf8; |
|
1
|
|
|
|
|
14
|
|
|
1
|
|
|
|
|
5
|
|
6
|
1
|
|
|
1
|
|
441
|
use Moo; |
|
1
|
|
|
|
|
10290
|
|
|
1
|
|
|
|
|
5
|
|
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
extends 'WWW::eNom'; |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
warnings::warnif( |
11
|
|
|
|
|
|
|
deprecated => 'This module is deprecated; use WWW::eNom instead.' |
12
|
|
|
|
|
|
|
); |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
our $VERSION = 'v1.3.3'; # VERSION |
15
|
|
|
|
|
|
|
# ABSTRACT: DEPRECATED: namespace retired |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
1; |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=encoding utf8 |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 NAME |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
Net::eNom - Interact with eNom, Inc.'s reseller API |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 SYNOPSIS |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
use Net::eNom; |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 DESCRIPTION |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This module is a subclass of L with no additional features. It exists |
32
|
|
|
|
|
|
|
to provide backward compatibility with the present distribution's previous |
33
|
|
|
|
|
|
|
namespace. |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=head1 AUTHOR |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
Richard Simões, C<< >> |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Original version by Simon Cozens. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
Copyright © 2013 Richard Simões. This module is released under the terms of the |
44
|
|
|
|
|
|
|
B and may be modified and/or redistributed under the same or any |
45
|
|
|
|
|
|
|
compatible license. |