File Coverage

blib/lib/Acme/MetaSyntactic/contributors.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             =encoding iso-8859-1
2              
3             =head1 NAME
4              
5             Acme::MetaSyntactic::contributors - Acme::MetaSyntactic contributors
6              
7             =head1 DESCRIPTION
8              
9             The following people contributed to L,
10             either by proposing theme ideas, updating existing themes,
11             sending bug reports, running the test suite on their machine
12             and sending me the report or sending complete lists of items
13             for new or existing themes. Thanks for all the work I didn't
14             have to do!
15              
16             They are listed below in chronological order (of when I actually used
17             their contributions), with the list of themes they contributed to (by
18             sending theme ideas, code, patches, bug reports, etc.). When no theme is
19             listed, this means that person contributed in another way (bug reports
20             or contribution to the behaviour modules).
21              
22             This list only includes contributions made to Acme-MetaSyntactic (from
23             version 0.01 up to version 0.99) and to Acme-MetaSyntactic-Themes (from
24             version 1.000 up to version 1.028).
25              
26             =cut
27              
28             package Acme::MetaSyntactic::contributors;
29 2     2   11 use strict;
  2         4  
  2         54  
30 2     2   489 use Acme::MetaSyntactic::List;
  2         4  
  2         364  
31             our @ISA = qw( Acme::MetaSyntactic::List );
32             our $VERSION = '1.002';
33              
34             {
35             my %seen;
36             __PACKAGE__->init(
37             { names => join ' ',
38             grep { !$seen{$_}++ }
39             map { s/_+/_/g; $_ }
40             map { Acme::MetaSyntactic::RemoteList::tr_nonword($_) }
41             map { Acme::MetaSyntactic::RemoteList::tr_accent($_) }
42             map { /^=head2 (.*)/ ? $1 : () }
43             split /\n/ => <<'=cut'} );
44              
45             =pod
46              
47             =head2 Vahe Sarkissian
48              
49             L.
50              
51             =head2 David Landgren
52              
53             L.
54              
55             =head2 Sébastien Aperghis-Tramoni
56              
57             L,
58             L,
59             L,
60             L,
61             L,
62             L,
63             L,
64             L.
65              
66             =head2 Mike Castle
67              
68             =head2 anonymous
69              
70             L.
71              
72             =head2 Scott Lanning
73              
74             L.
75              
76             =head2 Michel Rodriguez
77              
78             L,
79             L.
80              
81             =head2 Rafael Garcia-Suarez
82              
83             L,
84             L,
85             L,
86             L,
87             L,
88             L.
89              
90             =head2 Aldo Calpini
91              
92             L.
93              
94             =head2 Jérôme Fenal
95              
96             L,
97             L,
98             L,
99             L.
100              
101             =head2 Ricardo Signes
102              
103             L,
104             L.
105              
106             =head2 Hakim Cassimally
107              
108             L.
109              
110             =head2 Max Maischein
111              
112             =head2 Offer Kaye
113              
114             L.
115              
116             =head2 Cédric Bouvier
117              
118             L.
119              
120             =head2 Jean Forget
121              
122             L,
123             L,
124             L,
125             L,
126             L,
127             L,
128             L,
129             L,
130             L,
131             L,
132             L,
133             L.
134              
135             =head2 Guy Widloecher
136              
137             L.
138              
139             =head2 Xavier Caron
140              
141             L,
142             L.
143              
144             =head2 Paul-Christophe Varoutas
145              
146             L.
147              
148             =head2 Gábor Szabó
149              
150             =head2 Mark Fowler
151              
152             L.
153              
154             =head2 Miss Barbie
155              
156             =head2 Martin Vorländer
157              
158             L.
159              
160             =head2 Alberto Manuel Brandão Simões
161              
162             L,
163             L.
164              
165             =head2 Nicholas Clark
166              
167             L,
168             L.
169              
170             =head2 Gaal Yahas
171              
172             L.
173              
174             =head2 Estelle Souche
175              
176             L,
177             L,
178             L,
179             L,
180             L.
181              
182             =head2 Abigail
183              
184             L,
185             L,
186             L,
187             L,
188             L,
189             L,
190             L,
191             L,
192             L,
193             L,
194             L,
195             L,
196             L,
197             L,
198             L,
199             L,
200             L,
201             L,
202             L,
203             L,
204             L,
205             L,
206             L,
207             L,
208             L,
209             L,
210             L,
211             L,
212             L,
213             L,
214             L,
215             L,
216             L,
217             L,
218             L,
219             L,
220             L,
221             L,
222             L,
223             L,
224             L,
225             L,
226             L,
227             L,
228             L,
229             L,
230             L,
231             L,
232             L,
233             L,
234             L,
235             L,
236             L,
237             L,
238             L,
239             L,
240             L,
241             L,
242             L,
243             L,
244             L,
245             L.
246              
247             =head2 Antoine Hulin
248              
249             L.
250              
251             =head2 Michael Scherer
252              
253             =head2 Jan Pieter Cornet
254              
255             L.
256              
257             =head2 Flavio Poletti
258              
259             L,
260             L.
261              
262             =head2 Leon Brocard
263              
264             L.
265              
266             =head2 Anja Krebber
267              
268             L.
269              
270             =head2 Yanick Champoux
271              
272             L.
273              
274             =head2 Gisbert W. Selke
275              
276             L,
277             L.
278              
279             =head2 José Castro
280              
281             L.
282              
283             =head2 David Golden
284              
285             L.
286              
287             =head2 Matthew Musgrove
288              
289             L.
290              
291             =head2 David H. Adler
292              
293             L.
294              
295             =head2 Éric Cholet
296              
297             L.
298              
299             =head2 Elliot Shank
300              
301             L.
302              
303             =head2 Simon Myers
304              
305             L.
306              
307             =head2 Olivier Mengué
308              
309             L.
310              
311             =head2 Éric Cassagnard
312              
313             L.
314              
315             =cut
316              
317             }
318              
319             1;
320              
321             __END__