| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package WWW::DME; |
|
2
|
|
|
|
|
|
|
our $VERSION = '0.100'; |
|
3
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:GETTY'; |
|
4
|
|
|
|
|
|
|
# ABSTRACT: Shorter package name for accessing DNSMadeEasy API |
|
5
|
|
|
|
|
|
|
|
|
6
|
1
|
|
|
1
|
|
112079
|
use Moo; |
|
|
1
|
|
|
|
|
6578
|
|
|
|
1
|
|
|
|
|
4
|
|
|
7
|
|
|
|
|
|
|
extends 'WWW::DNSMadeEasy'; |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
1; |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
__END__ |
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=pod |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=encoding UTF-8 |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=head1 NAME |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
WWW::DME - Shorter package name for accessing DNSMadeEasy API |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=head1 VERSION |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
version 0.100 |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
See L<WWW::DNSMadeEasy> |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 SUPPORT |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
IRC |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
Join #duckduckgo on irc.freenode.net and highlight Getty or /msg me. |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
Repository |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
http://github.com/Getty/p5-www-dnsmadeeasy |
|
38
|
|
|
|
|
|
|
Pull request and additional contributors are welcome |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
Issue Tracker |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
http://github.com/Getty/p5-www-dnsmadeeasy/issues |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=head1 SUPPORT |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=head2 Source Code |
|
49
|
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
The code is open to the world, and available for you to hack on. Please feel free to browse it and play |
|
51
|
|
|
|
|
|
|
with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull |
|
52
|
|
|
|
|
|
|
from your repository :) |
|
53
|
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
L<https://github.com/Getty/p5-www-dnsmadeeasy> |
|
55
|
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
git clone https://github.com/Getty/p5-www-dnsmadeeasy.git |
|
57
|
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=head1 AUTHOR |
|
59
|
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
Torsten Raudssus <torsten@raudssus.de> |
|
61
|
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
63
|
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
This software is copyright (c) 2012 by L<Torsten Raudssus|https://raudssus.de/>. |
|
65
|
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
|
67
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
=cut |