File Coverage

blib/lib/Acme/CPANAuthors/Danish.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             #
2             # This file is part of Acme-CPANAuthors-Danish
3             #
4             # This software is copyright (c) 2011 by Kaare Rasmussen.
5             #
6             # This is free software; you can redistribute it and/or modify it under
7             # the same terms as the Perl 5 programming language system itself.
8             #
9             package Acme::CPANAuthors::Danish;
10             {
11             $Acme::CPANAuthors::Danish::VERSION = '0.03';
12             }
13             # ABSTRACT: We are Danish CPAN authors
14              
15 1     1   35559 use strict;
  1         2  
  1         42  
16 1     1   7 use warnings;
  1         1  
  1         31  
17 1     1   1360 use utf8;
  1         14  
  1         5  
18              
19             use Acme::CPANAuthors::Register (
20 1         8 ABH => 'Ask Bjørn Hansen',
21             JONASBN => 'jonasbn',
22             KAARE => 'Kaare Rasmussen',
23             LTHEGLER => 'Lars Thegler',
24             MADZ => 'Michael Anton Dines Zedeler',
25 1     1   1281 );
  1         335  
26              
27              
28             1;
29              
30             __END__