File Coverage

blib/lib/Acme/MetaSyntactic/yapc.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 Acme::MetaSyntactic::yapc;
2 1     1   186962 use strict;
  1         8  
  1         54  
3 1     1   17 use Acme::MetaSyntactic::MultiList;
  1         10  
  1         106  
4             our @ISA = qw( Acme::MetaSyntactic::MultiList );
5             our $VERSION = '1.004';
6             __PACKAGE__->init();
7             1;
8              
9             =encoding utf8
10              
11             =head1 NAME
12              
13             Acme::MetaSyntactic::yapc - The YAPC theme
14              
15             =head1 DESCRIPTION
16              
17             This theme lists all the places that have held YAPC (Yet Another Perl
18             Conference).
19              
20             =head2 Details
21              
22             The various YAPC are:
23              
24             =over 4
25              
26             =item YAPC::America::North
27              
28             Pittsburgh (1999, 2000), Montreal (2001), Saint-Louis (2002),
29             Boca Raton (2003), Buffalo (2004), Toronto (2005), Chicago (2006),
30             Houston (2007), Chicago (2008), Pittsburgh (2009), Columbus (2010),
31             Asheville (2011), Madison (2012), Austin (2013), Orlando (2014),
32             Salt Lake City (2015).
33              
34             =item YAPC::Europe
35              
36             London (2000), Amsterdam (2001), Munich (2002), Paris (2003),
37             Belfast (2004), Braga (2005), Birmingham (2006), Vienna (2007),
38             Copenhagen (2008), Lisbon (2009), Pisa (2010), Rīga (2011),
39             Frankfurt (2012), Kyiv (2013), Sofia (2014), Granada (2015).
40              
41             =item YAPC::Israel
42              
43             Haifa (2003), Herzliya (2004, 2005).
44              
45             In 2006, YAPC::Israel became OSDC::Israel.
46              
47             =item YAPC::Canada
48              
49             Ottawa (2003).
50              
51             =item YAPC::Australia
52              
53             Melbourne (2004).
54              
55             The first YAPC::Australia was held as part of OSDC (.au) 2004 in Melbourne,
56             and has been held jointly thereafter.
57              
58             =item YAPC::Brazil
59              
60             Porto Alegre (2005-2006), São Paulo (2007, 2008), Rio de Janeiro (2009),
61             Fortaleza (2010), Rio de Janeiro (2011), São Paulo (2012), Curitiba (2013).
62              
63             =item YAPC::Taipei
64              
65             Taipei (2004, 2005).
66              
67             YAPC Taipei became YAPC::Asia in 2006.
68              
69             =item YAPC::Asia
70              
71             Tokyo (2006-2014).
72              
73             =item YAPC::America::South
74              
75             São Paulo (2006), Porte Alegre (2007-2009).
76              
77             This conference was held in conjunction with CONISLI
78             (Congresso Internacional de Software Livre).
79              
80             =item YAPC::Russia
81              
82             Moscow (2008-2009), Kiev (2010), Moscow (2011), Kiev (2012).
83              
84             =back
85              
86             =head1 NOTES
87              
88             Kiev and Kyiv are names for the same city. For YAPC::Russia, the name
89             Kiev is used, as this is the romanization of the Russian name for the
90             capital of Ukraine; however, for YAPC::Europe 2013, we opted for using
91             the romanization of name in modern Ukrainian.
92              
93             =head1 CONTRIBUTORS
94              
95             Mark Fowler, Philippe Bruhat (BooK), Abigail.
96              
97             =head1 CHANGES
98              
99             =over 4
100              
101             =item *
102              
103             2014-10-13 - v1.004
104              
105             Updated with various locations for 2014 and 2015
106             in Acme-MetaSyntactic-Themes version 1.043.
107              
108             =item *
109              
110             2013-07-29 - v1.003
111              
112             Updated by Abigail with the locations for YAPC::NA and YAPC::Brazil for 2013
113             in Acme-MetaSyntactic-Themes version 1.035.
114              
115             =item *
116              
117             2012-08-27 - v1.002
118              
119             Updated by Abigail with the locations for YAPC::Europe, YAPC::NA for 2013,
120             as well as the locations of past YAPC::Russia,
121             in Acme-MetaSyntactic-Themes version 1.016.
122              
123             =item *
124              
125             2012-05-14 - v1.001
126              
127             Updated with an C<=encoding> pod command
128             in Acme-MetaSyntactic-Themes version 1.001.
129              
130             =item *
131              
132             2012-05-07 - v1.000
133              
134             Updated with all YAPC since 2007, and
135             received its own version number in Acme-MetaSyntactic-Themes version 1.000.
136              
137             =item *
138              
139             2006-09-11
140              
141             Updated with several other 2006 and 2007 YAPC, and turned into a
142             MultiList by Abigail in Acme-MetaSyntactic version 0.91.
143              
144             =item *
145              
146             2006-09-04
147              
148             Updated with the YAPC for 2007 in Acme-MetaSyntactic version 0.90.
149              
150             =item *
151              
152             2006-01-30
153              
154             Updated in Acme-MetaSyntactic version 0.59.
155              
156             =item *
157              
158             2005-11-21
159              
160             Updated in Acme-MetaSyntactic version 0.49.
161              
162             =item *
163              
164             2005-11-07
165              
166             Updated by Abigail in Acme-MetaSyntactic version 0.47.
167              
168             =item *
169              
170             2005-09-19
171              
172             Introduced in Acme-MetaSyntactic version 0.40.
173              
174             =item *
175              
176             Mark Fowler asked me for this list during YAPC::Europe 2005 in Braga, Portugal.
177              
178             =back
179              
180             =head1 SEE ALSO
181              
182             L, L.
183              
184             =cut
185              
186             __DATA__