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             # ABSTRACT: We are Danish CPAN authors
11             $Acme::CPANAuthors::Danish::VERSION = '0.04';
12 1     1   72368 use strict;
  1         17  
  1         34  
13 1     1   6 use warnings;
  1         2  
  1         45  
14 1     1   605 use utf8;
  1         15  
  1         5  
15              
16             use Acme::CPANAuthors::Register (
17 1         7 ABH => 'Ask Bjørn Hansen',
18             GRUBER => 'Anton Berezon',
19             WARMING => 'Casper Warming',
20             BORUP => 'Christian Borup',
21             KARASIK => 'Dmitry Karasik',
22             UNIEJO => 'Erik Johansen',
23             HTOUG => 'Henrik Tougaard',
24             JONASBN => 'jonasbn',
25             KAARE => 'Kaare Rasmussen',
26             LBR => 'Lars Balker',
27             LTHEGLER => 'Lars Thegler',
28             LEGART => 'Michael Legart',
29             MADZ => 'Michael Anton Dines Zedeler',
30             THOMAS => 'Thomas Eibner',
31             TLBDK => 'Troels Liebe Bentsen',
32 1     1   476 );
  1         303  
33              
34              
35             1;
36              
37             __END__