File Coverage

blib/lib/Acme/CPANAuthors/Icelandic.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANAuthors::Icelandic;
2             BEGIN {
3 1     1   637 $Acme::CPANAuthors::Icelandic::AUTHORITY = 'cpan:HINRIK';
4             }
5             BEGIN {
6 1     1   18 $Acme::CPANAuthors::Icelandic::VERSION = '0.04';
7             }
8              
9 1     1   8 use strict;
  1         2  
  1         33  
10 1     1   5 use warnings FATAL => 'all';
  1         1  
  1         49  
11 1     1   862 use utf8;
  1         9  
  1         4  
12              
13             use Acme::CPANAuthors::Register (
14 1         9 ADDI => 'Arnar Mar Hrafnkelsson',
15             AVAR => 'Ævar Arnfjörð Bjarmason',
16             BALDUR => 'Baldur Kristinsson',
17             HINRIK => 'Hinrik Örn Sigurðsson',
18             HRAFNKELL => 'Hrafnkell Freyr Hlöðversson',
19 1     1   855 );
  1         277  
20              
21             1;
22              
23             =encoding utf8
24              
25             =head1 NAME
26              
27             Acme::CPANAuthors::Icelandic - We are Icelandic CPAN authors
28              
29             =head1 SYNOPSIS
30              
31             use Acme::CPANAuthors;
32              
33             my $authors = Acme::CPANAuthors->new('Icelandic');
34              
35             my $number = $authors->count;
36             my @ids = $authors->id;
37             my @distros = $authors->distributions("HINRIK");
38             my $url = $authors->avatar_url("HINRIK");
39             my $kwalitee = $authors->kwalitee("HINRIK");
40             my $name = $authors->name("HINRIK");
41              
42             See documentation for L for more details.
43              
44             =head1 DESCRIPTION
45              
46             This class provides a hash of Icelandic CPAN authors' PAUSE ID and name to
47             the C module.
48              
49             =head1 MAINTENANCE
50              
51             If you are an Icelandic CPAN author not listed here, please send me your
52             ID/name via email or RT so I can keep this module up to date.
53              
54             And if you are not and Icelandic CPAN author but still listed here, please
55             send me your ID/name via email or RT and I will remove your name.
56              
57             =head1 CONTAINED AUTHORS
58              
59             Now listing B<5> Icelandic CPAN authors:
60              
61             ADDI => 'Arnar Mar Hrafnkelsson',
62             AVAR => 'Ævar Arnfjörð Bjarmason',
63             BALDUR => 'Baldur Kristinsson',
64             HINRIK => 'Hinrik Örn Sigurðsson',
65             HRAFNKELL => 'Hrafnkell Freyr Hlöðversson',
66              
67             =head1 SEE ALSO
68              
69             L
70              
71             L
72              
73             =head1 BUGS
74              
75             Please report any bugs or feature requests to
76             C, or through the web
77             interface at L.
78             I will be notified, and then you'll automatically be notified of progress
79             on your bug as we make changes.
80              
81             =head1 AUTHOR
82              
83             Hinrik Örn Sigurðsson, >
84              
85             =head1 LICENSE AND COPYRIGHT
86              
87             Copyright (C) 2009 by Hinrik Örn Sigurðsson
88              
89             This program is free software; you can redistribute it and/or modify it
90             under the same terms as Perl itself.
91              
92             =cut