File Coverage

blib/lib/DDG/Publisher/Site/Whatisdnt.pm
Criterion Covered Total %
statement 4 6 66.6
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 8 75.0


line stmt bran cond sub pod time code
1             package DDG::Publisher::Site::Whatisdnt;
2             $DDG::Publisher::Site::Whatisdnt::VERSION = '1042';
3 1     1   818 use MooX;
  1         3  
  1         6  
4 1     1   850 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 1042
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