adding YAPC::NA slides and video for Modern Perl keynote
[gitmo/moose-website.git] / data / pages.yml
1 ---
2 - name     : home
3   template : index.tt
4   outfile  : index.html
5 - name     : about
6   template : about.tt
7   outfile  : about.html
8   data     :
9     organizations:
10       - name : "Yahoo!"
11         url  : http://www.yahoo.com
12       - name : "Symantec"
13         url  : http://www.symantec.com
14       - name : "Cisco"
15         url  : http://www.cisco.com
16       - name : "IMDb"
17         url  : http://www.imdb.com
18       - name : "Pobox"
19         url  : http://www.pobox.com
20       - name : "Best Practical"
21         url  : http://www.bestpractical.com
22       - name : "Infinity Interactive"
23         url  : http://www.iinteractive.com
24       - name : "Shadowcat"
25         url  : http://www.shadowcat.co.uk
26       - name : "ValueClick"
27         url  : http://www.valueclick.com
28       - name : "Magazines.com"
29         url  : http://www.magazines.com
30       - name : "Takkle.com"
31         url  : http://www.takkle.com
32       - name : Open Data Group
33         url  : http://opendatagroup.com/
34       - name : "BBC"
35         url  : http://www.bbc.co.uk
36       - name : "Hearst Corporation"
37         url  : http://www.hearst.com/
38       - name : "Omni Hotels"
39         url  : http://www.omnihotels.com
40       - name : "SocialText"
41         url  : http://www.socialtext.com
42       - name : "Napster"
43         url  : http://www.napster.com
44       - name : "Capitol Advantage"
45         url  : http://capitoladvantage.com/
46       - name : "Tamarou"
47         url  : http://www.tamarou.com
48       - name : "Cloudtone Studios"
49         url  : http://cloudtone.ca/
50       - name : "Endeworks"
51         url  : http://www.endeworks.jp/
52       - name : "net-a-porter.com"
53         url  : http://www.net-a-porter.com
54       - name : "Shopzilla / BizRate"
55         url  : http://www.shopzilla.com/
56       - name : "SimplyClick"
57         url  : http://www.simplyclick.net/
58       - name : "MedTouch"
59         url  : http://medtouch.com/
60       - name : "MusicBrainz"
61         url  : http://musicbrainz.org/
62       - name : "Current TV"
63         url  : http://www.current.com/
64       - name : "The Genome Center at Washington University"
65         url  : http://genome.wustl.edu/
66       - name : "CATH: Protein Structure Classification Database at <acronym title='University College London'>UCL</acronym>"
67         url  : http://www.cathdb.info/
68       - name : "DoctorBase"
69         url  : "http://doctorbase.com/"
70       - name : "Lexy"
71         url  : "http://www.lexy.com/"
72       - name : "University of Nebraska CLAB (UNO/UNMC)"
73         url  : "http://clab.ist.unomaha.edu/"
74       - name : "Int80"
75         url  : "http://int80.biz/"
76 - name     : download
77   template : download.tt
78   outfile  : download.html
79   data     :
80     CPAN:
81       - name : Moose
82         url  : http://search.cpan.org/dist/Moose/
83       - name : <code>Class::MOP</code>
84         url  : http://search.cpan.org/dist/Class-MOP/
85       - name : <code>Task::Moose</code>
86         url  : http://search.cpan.org/dist/Task-Moose/
87       - name : <code>Task::Kensho</code>
88         url  : http://search.cpan.org/dist/Task-Kensho/
89       - name : <code>MooseX::*</code>
90         url  : http://search.cpan.org/search?query=MooseX&amp;mode=dist
91     git:
92       public   : <code>git://git.moose.perl.org/Moose.git</code>
93       committer: <code>gitmo@git.moose.perl.org:Moose.git</code>
94       web_view : http://git.shadowcat.co.uk/gitweb/gitweb.cgi
95       github   : http://github.com/nothingmuch/moose
96 - name     : support
97   template : support.tt
98   outfile  : support.html
99   data     :
100     irc :
101       - '<a href="irc://irc.perl.org/moose">#moose@irc.perl.org</a>'
102       - '<a href="irc://irc.perl.org/moose-dev">#moose-dev@irc.perl.org</a>'
103     mailing_list :
104       address : http://lists.perl.org/list/moose.html
105       archive : http://news.gmane.org/gmane.comp.lang.perl.moose
106     misc :
107       - name : textmate bundle
108         url  : http://github.com/perigrin/perl-moose.tmbundle
109       - name : quickref card
110         url  : http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf
111 - name     : articles
112   template : articles.tt
113   outfile  : articles.html
114   data     :
115     - year     : 2010
116       articles :
117         - url   : http://blogs.perl.org/users/jt_smith/2010/04/the-second-age-of-perl.html
118           title :
119             en : JT Smith declares The Second Age of Perl
120             de : JT Smith erklärt der Second Age of Perl
121         - url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
122           title :
123             en : Moose 1.00 is Released
124             de : Moose 1.00 wird veröffentlicht
125         - url   : http://www.modernperlbooks.com/mt/2010/03/ill-get-the-mop.html
126           title :
127             en : chromatic talks about <code>Class::MOP</code> in relation to his Modern Perl book
128             de : chromatic redet über <code>Class::MOP</code> in Bezug auf sein Buch über modernes Perl
129         - url   : http://chris.prather.org/been-there-done-that.md.html
130           title :
131             en : Chris Prather discusses Moose and the Modern Perl movement
132             de : Chris Prather erörtert Moose und die Bewegung zu modernem Perl
133         - url   : http://www.modernperlbooks.com/mt/2010/01/subtle-encouragement-toward-correctness.html
134           title :
135             en : chromatic discusses how Moose helps you write more correct code
136             de : chromatic erörtert, wie Moose hilft, richtigeren Code zu schreiben
137     - year     : 2009
138       articles :
139         - title    :
140             en : Jay Kuri's - A gentle introduction to Moose
141             de : Jay Kuri - eine behutsame Einführung in Moose
142           articles :
143             - url   : http://www.catalyzed.org/2009/06/a-gentle-introduction-to-moose.html
144               title :
145                 en : The original English version
146                 de : Originalversion auf englisch
147             - url   : http://www.perl.it/blog/archives/000641.html
148               title :
149                 en : "The Italian translation by Stefano Rodighiero and Perl.it"
150                 de : "italienische Übersetzung von Stefano Rodighiero und Perl.it"
151         - url   : http://chris.prather.org/a-little-bit-of-history.md.html
152           title :
153             en : "Chris Prather compares <code>MooseX::Declare</code> to Simula 67"
154             de : "Chris Prather vergleicht <code>MooseX::Declare</code> mit Simula 67"
155         - url   : http://stevan-little.blogspot.com/2009/06/why-makeimmutable-is-recommended-for_13.html
156           title :
157             en : "Stevan Little explains why you should make your Moose classes immutable"
158             de : "Stevan Little erklärt, warum man Moose-Klassen unveränderlich machen sollte"
159         - url   : http://perldition.org/articles/Parameterized%20Roles%20with%20MooseX::Declare.pod
160           title :
161             en : Florian Ragwitz uses parameterized roles with <code>MooseX::Declare</code>
162             de : Florian Ragwitz benutzt parameterisierte Rollen mit <code>MooseX::Declare</code>
163         - url   : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
164           title :
165             en : "David McLaughlin experiments with extending Moose for <code>MooseX::ChainedAccessors</code>"
166             de : "David McLaughlin experimentiert damit, Moose für <code>MooseX::ChainedAccessors</code> zu erweitern"
167         - url   :  http://blog.sartak.org/2009/05/parameterized-roles.html
168           title :
169             en : "Shawn M Moore explains parameterized roles"
170             de : "Shawn M Moore erklärt parameterisierte Rollen"
171         - url   :  http://jjnapiorkowski.vox.com/library/post/top-ten-great-things-about-perl-moose-postmodern-object-system.html?_c=feed-atom
172           title :
173             en : "John Napiorkowski lists ten great things about Moose"
174             de : "John Napiorkowski zählt zehn tolle Sachen über Moose auf"
175         - url   : http://our.coldhardcode.com/jshirley/2009/05/another-reason-i-love-perl.html
176           title :
177             en : "Jay Shirley dotes on <code>MooseX::MultiMethods</code>"
178             de : "Jay Shirley schwärmt für <code>MooseX::MultiMethods</code>"
179         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-duck-typing.html
180           title :
181             en : "chromatic contrasts roles and duck-typing"
182             de : "chromatic stellt Rollen und Duck-Typing gegenüber"
183         - url   : http://use.perl.org/~Ovid/journal/38885
184           title :
185             en : "Ovid discusses role problems and possible solutions"
186             de : "Ovid erörtert Probleme mit Rollen und mögliche Lösungen"
187         - url   : http://samcrawley.wordpress.com/2009/05/03/getting-the-hang-of-moose-roles/
188           title :
189             en : "Sam Crawley summarizes his experience with roles"
190             de : "Sam Crawley fasst seine Erfahrung mit Rollen zusammen"
191         - url   : http://blog.sartak.org/2009/05/perl-critic-dynamic-moose.html
192           title :
193             en : "Shawn M Moore discusses <code>Perl::Critic</code> for Moose and linting with the MOP"
194             de : "Shawn M Moose erörtert <code>Perl::Critic</code> für Moose und Analyse mit dem MOP"
195         - url   : http://babyl.dyndns.org/techblog/2009/05/moose-attribute-meta-meddling.html
196           title :
197             en : "Yanick Champoux meddles with extending Moose attributes"
198             de : "Yanick Champoux befasst sich mit dem Erweitern von Moose-Attributen"
199         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-inheritance.html
200           title :
201             en : "chromatic contrasts roles and inheritance"
202             de : "chromatic stellt Rollen und Vererbung gegenüber"
203         - url   : http://use.perl.org/~Ovid/journal/38880
204           title :
205             en : "Ovid lists some best practices for role-based refactoring"
206             de : "Ovid zählt einige Verfahren zum rollenbasierten Refactoring auf"
207         - url   : http://chris.prather.org/perl/moose-dependencies-a-lurid-tale/
208           title :
209             en : "Chris Prather justifies each of Moose's dependencies"
210             de : "Chris Prather begründet jede der Abhängigkeiten von Moose"
211         - url   : http://zerothorder.blogspot.com/2009/04/chopping-proteins-with-moose.html
212           title :
213             en : "Bruno Vecchi praises Moose for making his protein analysis code easier"
214             de : "Bruno Vecchi lobt Moose dafür, wie es seinen Code zur Proteinanalyse vereinfacht hat"
215         - url   : http://blog.sartak.org/2009/04/new-moose-warning-and-new-moose-critic.html
216           title :
217             en : "Shawn M Moore explains role composition and some bumps in the Moose design process"
218             de : "Shawn M Moore erklärt Rollenzusammensetzung und einige Hürden im Entwicklungsprozess von Moose"
219         - url   : http://use.perl.org/~Ovid/journal/38863
220           title :
221             en : "Ovid praises roles and their happy acceptance at the BBC"
222             de : "Ovid lobt Rollen und ihre bereitwillige Aufnahme bei der BBC"
223         - url   : http://perldition.org/articles/Implementing%20Typed%20Lexical%20Variables.pod
224           title :
225             en : "Florian Ragwitz walks through the marriage of <code>MooseX::Types</code> with <code>Lexical::Types</code>"
226             de : "Florian Ragwitz besichtigt die Vereinigung von <code>MooseX::Types</code> mit <code>Lexical::Types</code>"
227         - url   : http://use.perl.org/~Ovid/journal/38862
228           title :
229             en : "Ovid eschews inheritance in favor of roles"
230             de : "Ovid zieht Rollen der Vererbung vor"
231         - url   : http://www.modernperlbooks.com/mt/2009/04/the-why-of-perl-roles.html
232           title :
233             en : "chromatic on The Why of Perl Roles"
234             de : "chromatic über den Grund für Rollen in Perl"
235         - url   : http://chris.prather.org/why-moose-is-post-modern.html
236           title :
237             en : "Chris Prather rationalizes Moose's \"post modern\" label"
238             de : "Chris Prather erklärt die Bezeichnung \"postmodern\" für Moose"
239         - url   : http://jjnapiorkowski.vox.com/library/post/why-i-use-moose-perls-post-modern-object-system.html?_c=feed-atom
240           title :
241             en : "John Napiorkowski on why he uses Moose"
242             de : "warum John Napiorkowski Moose verwendet"
243         - url   : http://www.catalyzed.org/2009/04/catalyst-58-released.html
244           title :
245             en : "Tomas Doran interview about the new Moose-based Catalyst"
246             de : "Gespräch mit Tomas Doran über das neue Moose-basierte Catalyst"
247         - url   : http://use.perl.org/~Ovid/journal/38785
248           title :
249             en : "Ovid praises role-based refactoring"
250             de : "Ovid lobt Refactoring mit Rollen"
251         - url   : http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html
252           title :
253             en : "Dave Rolsky's post-mortem on his Moose documentation grant"
254             de : "Endbericht von Dave Rolsky über sein Stipendium zur Moose-Dokumentation"
255         - url   : http://use.perl.org/~acme/journal/38554?from=rss
256           title :
257             en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
258             de : "Zusammenfassung des London.pm-Treffens \"Was ist Moose und warum ist es die Zukunft?\" von Léon Brocard"
259     - year     : 2008
260       articles :
261         - url   : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
262           title :
263             en : "chromatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
264             de : "chromatic empfiehlt Moose und Mouse in seinem Artikel Einführung in die objektorientierte Programmierung mit Perl für Anfänger"
265         - url   : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
266           title :
267             en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
268             de : "Marcel (hanekomu) Grünauer erforscht Moose in einer Artikelreihe"
269         - url   : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
270           title :
271             en : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
272             de : "Tim Bunce applaudiert Moose in dem hervorragender Vortrag über Perl-Irrglauben"
273         - url   : http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose
274           title :
275             en : "trombik writes an introduction to Moose in Japanese"
276             de : "trombik schreibt eine Einführung in Moose auf japanisch"
277         - url   : http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/
278           title :
279             en : "Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)"
280             de : "Barry Walsh stellt einen hervorragenden Vergleich zwischen Moose und Ruby (speziell dem Modul Doodle) an"
281     - year     : 2007
282       articles :
283         - url   : http://avatraxiom.livejournal.com/70947.html
284           title :
285             en : "Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose"
286             de : "Max Kanat-Alexander (berühmt durch Bugzilla) sagt ein paar nette Dinge über Moose"
287         - url   : http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3
288           title :
289             en : "Larry mentioned Moose in 2007's State of the Onion speech"
290             de : "Larry erwähnt Moose in der Rede <i xml:lang='en'>State of the Onion</i> des Jahres 2007"
291         - title :
292             en : "Matt Trout (of <code>DBIx::Class</code> and Catalyst fame) wrote a nice series of articles on designing <code>Devel::REPL</code> using Moose."
293             de : "Matt Trout (berühmt durch <code>DBIx::Class</code> und Catalyst) schrieb eine feine Artikelreihe über das Design von <code>Devel::REPL</code> mit Moose."
294           articles :
295             - url   : http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html
296               title :
297                 en : "Writing a Perl read-<abbr title='evaluate'>eval</abbr>-print loop (<acronym title='read-eval-print loop'>REPL</acronym>) - part 1"
298                 de : "Programmierung einer Lese-Evaluierungs-Ausgabe-Schleife (<acronym title='read-eval-print loop' xml:lang='en'>REPL</acronym>) in Perl - Teil 1"
299             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html
300               title :
301                 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 2 - a history plug-in"
302                 de : "Programmierung einer <acronym title='read-eval-print loop' xml:lang='en'>REPL</acronym> in Perl Teil 2 - ein Plug-In für den Verlauf"
303             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html
304               title :
305                 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 3 - lexical environments"
306                 de : "Programmierung einer <acronym title='read-eval-print loop' xml:lang='en'>REPL</acronym> in Perl Teil 3 - lexikalische Umgebungen"
307             - url   : http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html
308               title :
309                 en : "<code>Devel::REPL</code> part 4 - script options, <abbr title='configuration'>rc</abbr> files and profiles"
310                 de : "<code>Devel::REPL</code> Teil 4 - Skriptoptionen, RC-Dateien und Profile"
311         - title :
312             en : "Randal Schwartz wrote a series of articles on Moose for Linux Magazine"
313             de : "Randal Schwartz schrieb eine Artikelreihe über Moose für <i xml:lang='en'>Linux Magazine</i>"
314           articles :
315             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col94.html
316               title :
317                 en : "The Moose is Flying (part 1) (LinuxMag)"
318                 de : "Moose hebt ab (Teil 1) (LinuxMag)"
319             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col95.html
320               title :
321                 en : "The Moose is Flying (part 2) (LinuxMag)"
322                 de : "Moose hebt ab (Teil 2) (LinuxMag)"
323     - year     : 2006
324       articles :
325         - title :
326             en : <code>Class::MOP</code> Review (OnLAMP)
327             de : Rezension von <code>Class::MOP</code> (OnLAMP)
328           url   : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
329 - name     : presentations
330   template : presentations.tt
331   outfile  : presentations.html
332   data     :
333     - year          : 2010
334       presentations :
335         - title :
336             en : Stevan Little's keynote at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
337             de : Vortrag von Stevan Little beim <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
338           url   : http://www.iinteractive.com/yapc/slides.html
339           video : http://www.presentingperl.org/yn2010/modern-perl/
340         - title :
341             en : Jesse Luehrs's "Extending Moose" talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
342             de : Vortrag von Jesse Luehrs beim <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
343           url   : http://tozt.net/talks/extending_moose_yapc_na_2010/
344         - title :
345             en : Shawn Moore's "NonHierachical OOP" talk at <acronym title="Open Source Developers'' Conference - Taiwan">osdc.tw</acronym>
346             de : Vortrag von Shawn Moore beim <acronym title="Open Source Developers'' Conference - Taiwan">osdc.tw</acronym>
347           url   : http://sartak.org/talks/osdc.tw-2010/nonhierarchical-oop/nonhierarchical-oop.pdf
348         - title :
349             en : Stevan Little's talk at <acronym title="Orlando Perl workshop">OPW</acronym>
350             de : Vortrag von Stevan Little beim <acronym title="Orlando Perl workshop" xml:lang="en">OPW</acronym>
351           url   : http://iinteractive.com/moose/hosted-presentations/2010/stevan_OPW/index.html
352           video : http://www.presentingperl.org/opw2010/untitled-no-12/
353         - title :
354             en : Drew Stephens gives a lighting talk on Moose at <abbr title="SuperHappyDevHouse">SHDH</abbr> 36
355             de : Drew Stephens hält einen Kurzvortrag über Moose beim <abbr title="SuperHappyDevHouse" xml:lang="en">SHDH</abbr> 36
356           url   : http://www.slideshare.net/dinomite/learning-moose-lightning
357           video : http://www.youtube.com/watch?v=wGGDPATfsfo&amp;NR=1
358     - year          : 2009
359       presentations :
360         - url   : http://www.slideshare.net/Penfold/introduction-to-moose-2437037
361           title :
362             en : Mike Whitaker's Intro to Moose at Italian Perl Workshop
363             de : Mike Whitakers Einführung in Moose beim italienischen Perl-Workshop
364         - url   : http://sartak.org/talks/frozen-perl-2009/moose/
365           title :
366             en : "Shawn M Moore's Intro to Moose at Frozen Perl"
367             de : "Shawn M Moores Einführung in Moose bei Frozen Perl"
368         - url   : http://iinteractive.com/moose/hosted-presentations/2009/e-lamp/perl-great-lannguages.xul
369           title :
370             en : "Stevan Little's talk at Nashville E-Lamp"
371             de : "Stevan Littles Vortrag bei Nashville E-Lamp"
372         - url   : http://yapc10.org/yn2009/talk/2047
373           title :
374             en : "Dave Rolsky's Introduction to Moose master class at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009 (delivered by Shawn Moore and Jonathan Rockway)"
375             de : "Dave Rolskys Expertenschulung Einführung in Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009 (Vortrag durch Shawn Moore und Jonathan Rockway)"
376         - url   : http://yapc10.org/yn2009/talk/1967
377           title :
378             en : "Devin Austin's Intro to Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
379             de : "Devin Austins Einführung in Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
380         - url   : http://sartak.org/talks/yapc-na-2009/extending-moose/extending-moose.pdf
381           title :
382             en : "Shawn Moore's Extending Moose for Applications at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
383             de : "Shawn Moores <i>Moose für Anwendungen erweitern</i> auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
384         - url   : http://iinteractive.com/moose/hosted-presentations/2009/YAPC-NA/moose.xul
385           title :
386             en : "Stevan Little's To Moose or Not To Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
387             de : "Stevan Littles <i>Moose oder nicht Moose</i> auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
388         - url   : http://yapc10.org/yn2009/talk/1984
389           title :
390             en : "Hans Dieter Pearcey's Code Reuse with Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
391             de : "Hans Dieter Pearceys Codewiederverwendung mit Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
392         - url   : http://www.onemogin.com/blog/stuff/talks/moose/MooseForManagers.pdf
393           title :
394             en : "Cory Watson's Moose for Managers at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
395             de : "Cory Watsons Moose für Manager auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
396         - url   : http://yapceurope2009.org/ye2009/talk/2096
397           title :
398             en : "Yuval Kogman's Meta Moose at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
399             de : "Yuval Kogmans Meta-Moose auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
400         - url   : http://yapceurope2009.org/ye2009/talk/2273
401           title :
402             en : "Yuval Kogman's Moose Workshop at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
403             de : "Yuval Kogmans Moose-Workshop auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
404         - url   : http://conferences.yapcasia.org/ya2009/talk/2192
405           title :
406             en : "Shawn Moore's Moose master class at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia 2009"
407             de : "Shawn Moores Expertenschulung über Moose auf der <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span> 2009"
408         - url   : http://conferences.yapceurope.org/ipw2009/talk/2371
409           title :
410             en : "Mike Whitaker's Introduction to Moose at the Italian Perl Workshop"
411             de : "Mike Whitakers Einführung in Moose beim italienischen Perl-Workshop"
412         - url   : http://lumberjaph.net/~franck/stuff/Introduction_a_Moose.pdf
413           title :
414             en : 'franck cuny''s Introduction to Moose at the France <acronym title="Open Source Developers'' Conference">OSDC</acronym>'
415             de : 'franck cunys Einführung in Moose auf der <acronym title="Open Source Developers'' Conference" xml:lang="en">OSDC</acronym> in Frankreich'
416         - url   : http://www.perlworkshop.no/npw2009/talk/1901
417           title :
418             en : "Yuval Kogman's Why Moose at the Nordic Perl Workshop"
419             de : "Yuval Kogmans <i>Warum Moose</i> beim nordischen Perl-Workshop"
420         - url   : http://perloasis.org/opw2009/talk/1702
421           title :
422             en : "Cory Watson's Moose for Managers at the Perl Oasis"
423             de : "Cory Watsons Moose für Manager bei Perl Oasis"
424         - url   : http://perloasis.org/opw2009/talk/1701
425           title :
426             en : "Mike Whitaker's Building a Moose Class at the Perl Oasis"
427             de : "Mike Whitakers Bau einer Moose-Klasse bei Perl Oasis"
428     - year          : 2008
429       presentations :
430         - url   : http://yapc.tv/2008/lpw/mike-whitaker-intro-moose/
431           title :
432             en : "Mike Whitaker's Intro to Moose at the London Perl Workshop"
433             de : "Mike Whitakers Einführung in Moose beim Londoner Perl-Workshop"
434         - url   : http://iinteractive.com/moose/hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf
435           title :
436             en : "sunnavy's Moose talk at Beijing Perl Workshop"
437             de : "sunnavys Vortrag über Moose beim Perl-Workshop in Beijing"
438         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose.xul
439           title :
440             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
441             de : "Stevan Littles Vortrag über Moose beim Perl-Workshop in Pittsburgh"
442         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose-manager.xul
443           title :
444             en : "Stevan Little's Manager's Guide to Moose at Pittsburgh Perl Workshop"
445             de : "Stevan Littles Leitfaden über Moose für Manager beim Perl-Workshop in Pittsburgh"
446         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-OSCON/moose.xul
447           title :
448             en : 'Stevan Little''s Moose talk at <abbr title="O''Reilly Open Source Convention">OSCON</abbr>'
449             de : 'Stevan Littles Vortrag über Moose auf der <abbr title="O''Reilly Open Source Convention" xml:lang="en">OSCON</abbr>'
450         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-NPW/practical_moose.html
451           title :
452             en : "Yuval Kogman's Practical Moose at Nordic Perl Workshop"
453             de : "Yuval Kogmans Moose in der Praxis beim nordischen Perl-Workshop"
454         - title :
455             en : "Yuval Kogman's Practical Moose at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia"
456             de : "Yuval Kogmans Moose in der Praxis auf der <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span>"
457           url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html
458           video : http://conferences.yapcasia.org/ya2008/talk/1017
459         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-YAPC-NA.pdf
460           title :
461             en : "Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>"
462             de : "Stevan Littles Vortrag über Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>"
463         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html
464           title :
465             en : "Yuval Kogman's Practical Moose at Portuguese Perl Workshop"
466             de : "Yuval Kogmans Moose in der Praxis beim portugiesischen Perl-Workshop"
467     - year          : 2007
468       presentations :
469         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/roles/roles.xul
470           title :
471             en : "Stevan Little's Horizontal Reuse with <code>Moose::Role</code> at Pittsburgh Perl Workshop"
472             de : "Stevan Littles <i>Horizontale Wiederverwendung mit <code>Moose::Role</code></i> beim Perl-Workshop in Pittsburgh"
473         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/moose/start.html
474           title :
475             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
476             de : "Stevan Littles Vortrag über Moose beim Perl-Workshop in Pittsburgh"
477         - url   : http://iinteractive.com/moose/hosted-presentations/2007/nothingmuch-YAPC-EU/slides/start.html
478           title :
479             en : "Yuval Kogman's Object Meta Programming at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>"
480             de : "Yuval Kogmans Objektmetaprogrammierung auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym>"
481     - year          : 2006
482       presentations :
483         - title :
484             en : Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>
485             de : Stevan Littles Vortrag über Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>
486           url   : http://iinteractive.com/moose/hosted-presentations/2006/stevan_YAPC/start.html
487         - title :
488             en : Sam Vilain's Moose talk at <acronym title="Open Source Developers' Conference">OSDC</acronym> Melbourne
489             de : Sam Vilains Vortrag über Moose auf der <acronym title="Open Source Developers' Conference" xml:lang="en">OSDC</acronym> in Melbourne
490           url   : http://utsl.gen.nz/talks/moose/start.htm
491         - title :
492             en : Sam Vilain gives the very first Moose talk at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>
493             de : Sam Vilain hält den allerersten Vortrag über Moose auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym>
494           url   : http://www.yapceurope.org/2006/talk/item/63.html
495     - year          : Perl Mongers Groups
496       presentations :
497         - url   : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185
498           title :
499             en : "Ovid's Refactoring with Roles at London.pm"
500             de : "Ovids Refactoring mit Rollen bei London.pm"
501         - url   : http://www.weftsoar.net/~hdp/talk/meta-moose/slides/start.html
502           title :
503             en : "Hans Dieter Pearcey's Meta-Moose at PDX.pm"
504             de : "Hans Dieter Pearceys Meta-Moose bei PDX.pm"
505         - url   : http://www.bofh.org.uk/2009/05/13/london-pm-presentation
506           title :
507             en : "Piers Cawley's <code>MooseX::Declare</code> talk at London.pm (video)"
508             de : "Piers Cawleys Vortrag über <code>MooseX::Declare</code> bei London.pm (Video)"
509         - url   : http://www.slideshare.net/dtreder/moose-527243
510           title :
511             en : "Doug Treder's Moose talk at Seattle Perl Users Group"
512             de : "Doug Treders Vortrag über Moose bei der <span xml:lang='en'>Seattle Perl Users Group</span>"
513         - url   : http://www.slideshare.net/hakobe/moose
514           title :
515             en : "hakobe's Moose presentation at Kansai.pm"
516             de : "hakobes Vortrag über Moose bei Kansai.pm"
517         - url   : http://iinteractive.com/moose/hosted-presentations/2008/notbenh-PDX.xul
518           title :
519             en : "Ben Hengst's Moose talk at PDX.pm"
520             de : "Ben Hengsts Vortrag über Moose bei PDX.pm"
521           podcast : http://pdxpm.podasp.com/archive.html
522         - url   : http://chris.prather.org/talks/moose-intro-mpls/
523           title :
524             en : "Chris Prather's An Intro to Moose at Minneapolis Perl Mongers"
525             de : "Chris Prathers Einführung in Moose bei den <span xml:lang='en'>Minneapolis Perl Mongers</span>"
526         - url   : http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html
527           title :
528             en : "Robert Boone's Moose talk at Houston.pm"
529             de : "Robert Boones Vortrag über Moose bei Houston.pm"