File Coverage

blib/lib/Perl/Staff.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             package Perl::Staff;
2              
3 1     1   24928 use warnings;
  1         2  
  1         25  
4 1     1   4 use strict;
  1         1  
  1         73  
5              
6             =encoding utf8
7              
8             =head1 NAME
9              
10             Perl::Staff - People working for Perl
11              
12             =head1 VERSION
13              
14             Version 0.03
15              
16             =cut
17              
18             our $VERSION = '0.03';
19              
20             =head1 SYNOPSIS
21              
22             Actually this is just a list of people working as "Perl::Staff" on events
23             showing Perl to the outside world.
24              
25             The Perl community is quite active but some kind of closed as few new people
26             join. "Outside world" are all people either using or not using Perl, but
27             not using the powerful Perl community resources like CPAN, Perlmonks and
28             others.
29              
30             We created t-shirts with "Perl::Staff" printed on them first for CeBit 2010
31             in Germany and this is how Perl::Staff was born.
32              
33             =head1 EXPORT
34              
35             Anybody here may be exportable to other events, just talk to them if you
36             need help planning an event or need Perl::Staff for helping on the event.
37              
38             =head1 IMPORT
39              
40             If you want to become Perl::Staff and get listed here, just pick an event
41             where you'd like to give a Perl talk or export Perl to non-community
42             people in any way. Join the events mailing list for more information on events
43             and how you could help, come to the event and we'll try to get you a
44             Perl::Staff t-shirt and add you to the list.
45              
46             When you're thinking about running a booth or helping there on an event and got
47             any questions, feel free to contact any of the Perl::Staff (contact information
48             are usually shown on the blog pages).
49              
50             =head1 EVENTS 2010
51              
52             =head2 FOSDEM
53              
54             Event planning page: L
55              
56             =head3 Gábor Szabó
57              
58             (main coordinator)
59              
60             Event report:
61              
62             =over 4
63              
64             =item * FOSDEM report
65              
66             L
67              
68             =back
69              
70             =head3 Claudio Ramirez
71              
72             Event report:
73              
74             =over 4
75              
76             =item * Fosdem 2010 impressions
77              
78             L
79              
80             =back
81              
82             =head3 Dirk DeNijs
83              
84             =head3 Dave Cross
85              
86             =head3 Erik Colson
87              
88             =head3 Salve J. Nilsen
89              
90             L in Norwegian
91              
92             =head2 CeBit
93              
94             Event planning page: L
95              
96             =head3 Gábor Szabó
97              
98             (main coordinator)
99              
100             Event reports:
101              
102             =over 4
103              
104             =item * Two days into CeBIT
105              
106             L
107              
108             =item * Perl on CeBIT
109              
110             L
111              
112             =item * Another report about CeBIT, Perl and the community
113              
114             L
115              
116             =back
117              
118             =head3 Renee Bäcker
119              
120             (main coordinator)
121              
122             Did a talk on Perl on CeBit:
123              
124             =over 4
125              
126             =item * Slides
127              
128             L
129              
130             =item * Skript
131              
132             L
133              
134             =back
135              
136             Event reports:
137              
138             =over 4
139              
140             =item * Perl@CeBIT - Tag 0
141              
142             L
143              
144             =item * Perl@CeBIT - Tag 1
145              
146             L
147              
148             =item * Perl@CeBIT - Tag 2
149              
150             L
151              
152             =item * Perl@CeBIT - Tag 3
153              
154             L
155              
156             =item * Perl@CeBIT - Tag 4
157              
158             L
159              
160             =item * Perl@CeBIT - Tag 5
161              
162             L
163              
164             =back
165              
166             =head3 Robert 'phaylon' Sedlacek
167              
168             Event report:
169              
170             =over 4
171              
172             =item * Perl in Germany - My CeBIT Recap
173              
174             L
175              
176             =back
177              
178             =head3 Sebastian Willing
179              
180             Event report:
181              
182             =over 4
183              
184             =item * CeBit 2010 is over
185              
186             L
187              
188             =back
189              
190             =head3 Torsten Raudssus
191              
192             use Moose;
193              
194             =head3 Thomas Fahle
195              
196             Event report:
197              
198             =over 4
199              
200             =item * Perl@CeBIT2010
201              
202             L
203              
204             =back
205              
206             =head3 Bernhard Schmalhofer
207              
208             =head3 Oliver Krüger
209              
210             =head3 Michael Daum
211              
212             =item * Foswiki on CeBit 2010
213              
214             L
215              
216             =back
217              
218             =cut
219              
220             =head1 AUTHOR
221              
222             Perl event staff
223              
224             =head1 SUPPORT
225              
226             Look at the Perl foundation events list at http://www.perlfoundation.org/perl5/index.cgi?events
227              
228             =head1 COPYRIGHT & LICENSE
229              
230             Copyright 2010 Perl event staff, all rights reserved.
231              
232             This program is free software; you can redistribute it and/or modify it
233             under the same terms as Perl itself.
234              
235             =cut
236              
237             1; # End of Perl::Staff