line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package DDG::Publisher::Site::Whatisdnt; |
2
|
|
|
|
|
|
|
$DDG::Publisher::Site::Whatisdnt::VERSION = '1044'; |
3
|
1
|
|
|
1
|
|
836
|
use MooX; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
6
|
|
4
|
1
|
|
|
1
|
|
688
|
use DDGC::Locale::DuckduckgoWhatisdnt; |
|
0
|
|
|
|
|
|
|
|
0
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
with qw( |
7
|
|
|
|
|
|
|
DDG::Publisher::SiteRole |
8
|
|
|
|
|
|
|
); |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
sub default_hostname { 'whatisdnt.com' } |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
sub dirs_classes {qw( |
13
|
|
|
|
|
|
|
Root |
14
|
|
|
|
|
|
|
)} |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
sub locale_package { 'DDGC::Locale::DuckduckgoWhatisdnt' } |
17
|
|
|
|
|
|
|
sub locale_dist { 'DDGC-Locale-DuckduckgoWhatisdnt' } |
18
|
|
|
|
|
|
|
sub locale_domain { 'duckduckgo-whatisdnt' } |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
1; |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
__END__ |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=pod |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 NAME |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
DDG::Publisher::Site::Whatisdnt |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 VERSION |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
version 1044 |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head1 AUTHOR |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
Torsten Raudssus <torsten@raudss.us> |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
This software is Copyright (c) 2012 by DuckDuckGo, Inc. L<http://duckduckgo.com/>. |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
This is free software, licensed under: |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
The Apache License, Version 2.0, January 2004 |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=cut |