eaa0c62060b074b0e653d6ce577939547496277b
[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 : "AirG"
77         url  : "http://corp.airg.com"
78       - name : "Matsch Systems"
79         url  : "http://www.matsch.com"
80       - name : "Cold Hard Code"
81         url  : "http://www.coldhardcode.com"
82       - name : "Linkfluence"
83         url  : "http://us.linkfluence.net/"
84       - name : "Tech-X"
85         url  : "http://www.tech-x.com/"
86       - name : "Cantella"
87         url  : "http://www.cantella.com/"
88       - name : "Dyn"
89         url  : "http://dyn.com"
90       - name : "Shutterstock"
91         url  : "http://www.shutterstock.com/"
92 - name     : blog
93   outfile  : http://blog.moose.perl.org/
94 - name     : download
95   template : download.tt
96   outfile  : download.html
97   data     :
98     CPAN:
99       - name : Moose
100         url  : http://search.cpan.org/dist/Moose/
101       - name : <code>Task::Moose</code>
102         url  : http://search.cpan.org/dist/Task-Moose/
103       - name : <code>Task::Kensho</code>
104         url  : http://search.cpan.org/dist/Task-Kensho/
105       - name : <code>MooseX::*</code>
106         url  : http://search.cpan.org/search?query=MooseX&amp;mode=dist
107     git:
108       public   : <code>git://git.moose.perl.org/Moose.git</code>
109       committer: <code>gitmo@git.moose.perl.org:Moose.git</code>
110       web_view : http://git.shadowcat.co.uk/gitweb/gitweb.cgi
111       github   : http://github.com/nothingmuch/moose
112 - name     : support
113   template : support.tt
114   outfile  : support.html
115   data     :
116     irc :
117       - '<a href="irc://irc.perl.org/moose">#moose@irc.perl.org</a>'
118       - '<a href="irc://irc.perl.org/moose-dev">#moose-dev@irc.perl.org</a>'
119     mailing_list :
120       address : http://lists.perl.org/list/moose.html
121       archive : http://news.gmane.org/gmane.comp.lang.perl.moose
122     misc :
123       - name : textmate bundle
124         url  : http://github.com/perigrin/perl-moose.tmbundle
125       - name : quickref card
126         url  : http://gorwits.me.uk/data/files/moose-quick-ref.pdf
127 - name     : articles
128   template : articles.tt
129   outfile  : articles.html
130   data     :
131     - year     : 2011
132       articles :
133         - url   : http://blog.0branch.com/moose-and-type-constraints-0
134           title :
135             en : Marc Simpson starts a series of posts following his experiments with Moose
136             de : Marc Simpson starts a series of posts following his experiments with Moose
137             es : Marc Simpson inicia una serie de artículos detallando sus experimentos con Moose
138         - url   : http://blogs.perl.org/users/mark_a_stratman/2011/03/subclassing-tricky-non-moose-classes-dont-do-it.html
139           title :
140             en : Mark A. Stratman shows how to use delegation to work with non-Moose classes
141             de : Mark A. Stratman shows how to use delegation to work with non-Moose classes
142             es : Marc A. Stratman muestra cómo usar delegación para trabajar con clases no-Moose.
143         - url   : http://blogs.perl.org/users/mark_a_stratman/2011/03/subclassing-tricky-non-moose-classes-constructor-problems.html
144           title :
145             en : Mark A. Stratman discusses subclassing non-Moose classes
146             de : Mark A. Stratman discusses subclassing non-Moose classes
147             es : Mark A. Stratman explica cómo hacer subclases de objetos no-Moose.
148         - url   : http://blog.urth.org/2011/03/reviewing-perl-best-practices-chapter-15-objects.html
149           title :
150             en : Dave Rolsky reviews Perl Best Practices, Chapter 15, Objects 7 years later
151             de : Dave Rolsky reviews Perl Best Practices, Chapter 15, Objects 7 years later
152             es : Dave Rolsky da un repaso de "Perl Best Practices", Capítulo 15, Objetos 7 años después
153         - url   : http://blog.moose.perl.org/2011/01/the-moose-ecosystem.html
154           title :
155             en : A discussion of the Moose Ecosystem on our blog
156             de : Eine Erörterung des Moose-Ökosystems in unserem Blog
157             es : Una discusión del Ecosistema de Moose en nuestro blog.
158         - url   : http://blogs.perl.org/users/preaction/2011/01/whats-new-in-webgui-80-1---psgiplack.html
159           title :
160             en : The WebGUI folks talk about version 8.0 (which uses Moose)
161             de : die WebGUI-Leute reden über Version 8.0, die Moose benutzt
162             es : Nuestros amigos de WebGUI hablan acerca de su versión 8.0 (que usa Moose)
163         - url   : http://www.modernperlbooks.com/mt/2011/01/the-parametric-role-of-my-mvc-plugin-system.html
164           title :
165             en: chromatic discusses Parameterized roles with Moose
166             de: chromatic erörtert parameterisierte Rollen mit Moose
167             es: chromatic explica roles Parametrizados con Moose
168     - year     : 2010
169       articles :
170         - url   : http://blogs.perl.org/users/jt_smith/2010/10/why-the-lacuna-expanse-is-good-for-perl.html
171           title :
172             en: JT Smith talks about Lacuna Expanse (which uses Moose)
173             de: JT Smith redet über Lacuna Expanse, das Moose benutzt
174             es: JT Smith habla acerca de Lacuna Expanse (que usa Moose)
175         - url   : http://www.modernperlbooks.com/mt/2010/09/the-right-approach-to-deprecation.html
176           title :
177             en: chromatic discusses the Moose deprecation policy
178             de: chromatic erörtert die Richtlinien zur Antiquierung in Moose
179             es: chromatic discute la política de obsolecencia de Moose
180         - url   : http://blog.woobling.org/2010/09/moose-has-won.html
181           title :
182             en : Yuval Kogman declares "Moose has won".
183             de : Yuval Kogman stellt fest, dass Moose gewonnen hat.
184             es : Yuval Kogman declara "Moose ha ganado".
185         - url   : http://www.morungos.com/node/90
186           title :
187             en : Stuart Watt talks about how Perl and LISP are both "language survivors"
188             de : Stuart Watt redet darüber, wie Perl und LISP überleben
189             es : Stuart Watt habla acerca de cómo ambos Perl y LISP son "lenguajes sobrevivientes"
190         - url   : http://www.modernperlbooks.com/mt/2010/09/what-you-can-and-cannot-teach-about-encapsulation.html
191           title :
192             en : chromatic talks about Encapsulation and Moose
193             de : chromatic redet über Datenkapselung und Moose
194             es : chromatic habla acerca de Moose y la Encapsulación
195         - url   : http://perlgeek.de/blog-en/perl-tips/what-is-modern-perl.html
196           title :
197             en : Moritz Lenz asks What is "Modern Perl"?
198             de : 'Moritz Lenz fragt: Was ist "modernes Perl"?'
199             es : Moritz Lenz pregunta ¿Qué es "Perl Moderno"?
200         - url   : http://www.catalyzed.org/2010/04/moosexappcmd-and-your-command-line-apps.html
201           title :
202             en : Devin Austin talks about <code>MooseX::App::Cmd</code>
203             de : Devin Austin redet über <code>MooseX::App::Cmd</code>
204             es : Devin Austin habla acerca de <code>MooseX::App:Cmd</code>
205         - url   : http://blogs.perl.org/users/jt_smith/2010/04/the-second-age-of-perl.html
206           title :
207             en : JT Smith declares The Second Age of Perl
208             de : JT Smith verkündet die zweite Perl-Ära
209             es : JTSmitch declara La Segunda Era de Perl
210         - url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
211           title :
212             en : Moose 1.00 is Released
213             de : Moose 1.00 wird veröffentlicht
214             es : Moose 1.00 es Lanzado
215         - url   : http://www.modernperlbooks.com/mt/2010/03/ill-get-the-mop.html
216           title :
217             en : chromatic talks about <code>Class::MOP</code> in relation to his Modern Perl book
218             de : chromatic redet über <code>Class::MOP</code> in Bezug auf sein Buch über modernes Perl
219             es : chromatic habla acerca de <code>Class::MOP</code> en relación a su libro "Modern Perl"
220         - url   : http://chris.prather.org/been-there-done-that.md.html
221           title :
222             en : Chris Prather discusses Moose and the Modern Perl movement
223             de : Chris Prather erörtert Moose und die Bewegung zu modernem Perl
224             es : Chris Prather distute Moose y el movimiento Perl Moderno
225         - url   : http://www.modernperlbooks.com/mt/2010/01/subtle-encouragement-toward-correctness.html
226           title :
227             en : chromatic discusses how Moose helps you write more correct code
228             de : chromatic erörtert, wie Moose hilft, richtigeren Code zu schreiben
229             es : chromatic discute cómo Moose te ayuda a escribir código más correcto
230     - year     : 2009
231       articles :
232         - url   : http://community.livejournal.com/shlomif_tech/38407.html
233           title :
234             en : Shlomi Fish discovers a better way to Moose
235             de : Shlomi Fish entdeckt, wie man Moose besser benutzt
236             es : Shlomi Fish encuentra una mejor manera de usar Moose
237         - title    :
238             en : Jay Kuri's - A gentle introduction to Moose
239             de : Jay Kuri - eine behutsame Einführung in Moose
240             es : Jay Kuri - Una introducción gentil a Moose
241           articles :
242             - url   : http://www.catalyzed.org/2009/06/a-gentle-introduction-to-moose.html
243               title :
244                 en : The original English version
245                 de : Originalversion auf englisch
246                 es : La versión original en inglés
247             - url   : http://www.perl.it/blog/archives/000641.html
248               title :
249                 en : "The Italian translation by Stefano Rodighiero and Perl.it"
250                 de : "italienische Übersetzung von Stefano Rodighiero und Perl.it"
251                 es : "La traducción en italiano por Stefano Rodighiero y Perl.it"
252             - url  : http://thebio.me/lrr/blog?p=99
253               title :
254                 en : "The Spanish translation by Luis M. Rodriguez-R"
255                 de : "The Spanish translation by Luis M. Rodriguez-R"
256                 es : "La traducción en español por Luis M. Rodríguez-R"
257         - url   : http://chris.prather.org/a-little-bit-of-history.md.html
258           title :
259             en : "Chris Prather compares <code>MooseX::Declare</code> to Simula 67"
260             de : "Chris Prather vergleicht <code>MooseX::Declare</code> mit Simula 67"
261             es : "Chris Prather compara <code>MooseX::Declare</code> a Simula 67"
262         - url   : http://stevan-little.blogspot.com/2009/06/why-makeimmutable-is-recommended-for_13.html
263           title :
264             en : "Stevan Little explains why you should make your Moose classes immutable"
265             de : "Stevan Little erklärt, warum man Moose-Klassen unveränderlich machen sollte"
266             es : "Steva Little explica porqué debes hacer tus clases de Moose inmutables"
267         - url   : http://perldition.org/articles/Parameterized%20Roles%20with%20MooseX::Declare.pod
268           title :
269             en : Florian Ragwitz uses parameterized roles with <code>MooseX::Declare</code>
270             de : Florian Ragwitz benutzt parameterisierte Rollen mit <code>MooseX::Declare</code>
271             es : Florian Ragwitz usa roles parametrizados con <code>MooseX::Declare</code>
272         - url   : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
273           title :
274             en : "David McLaughlin experiments with extending Moose for <code>MooseX::ChainedAccessors</code>"
275             de : "David McLaughlin experimentiert damit, Moose für <code>MooseX::ChainedAccessors</code> zu erweitern"
276             es : "David McLaughlin experimenta con extender Moose para <code>MooseX::ChainedAccessors</code>"
277         - url   :  http://blog.sartak.org/2009/05/parameterized-roles.html
278           title :
279             en : "Shawn M Moore explains parameterized roles"
280             de : "Shawn M Moore erklärt parameterisierte Rollen"
281             es : "Shawn M Moore explica los roles parametrizados"
282         - url   :  http://jjnapiorkowski.vox.com/library/post/top-ten-great-things-about-perl-moose-postmodern-object-system.html?_c=feed-atom
283           title :
284             en : "John Napiorkowski lists ten great things about Moose"
285             de : "John Napiorkowski zählt zehn tolle Sachen über Moose auf"
286             es : "John Napiorkowski lista diez cosas geniales de Moose"
287         - url   : http://our.coldhardcode.com/jshirley/2009/05/another-reason-i-love-perl.html
288           title :
289             en : "Jay Shirley dotes on <code>MooseX::MultiMethods</code>"
290             de : "Jay Shirley schwärmt für <code>MooseX::MultiMethods</code>"
291             es : "Jay Shirley habla bien de <code>MooseX::MultiMethods</code>
292         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-duck-typing.html
293           title :
294             en : "chromatic contrasts roles and duck-typing"
295             de : "chromatic stellt Rollen und Duck-Typing gegenüber"
296             es : "chromatic contrasta roles con duck-typing"
297         - url   : http://use.perl.org/~Ovid/journal/38885
298           title :
299             en : "Ovid discusses role problems and possible solutions"
300             de : "Ovid erörtert Probleme mit Rollen und mögliche Lösungen"
301             es : "Ovid discute problemas de roles y posibles soluciones"
302         - url   : http://samcrawley.wordpress.com/2009/05/03/getting-the-hang-of-moose-roles/
303           title :
304             en : "Sam Crawley summarizes his experience with roles"
305             de : "Sam Crawley fasst seine Erfahrung mit Rollen zusammen"
306             es : "Sam Crawley resume su experiencia con roles"
307         - url   : http://blog.sartak.org/2009/05/perl-critic-dynamic-moose.html
308           title :
309             en : "Shawn M Moore discusses <code>Perl::Critic</code> for Moose and linting with the MOP"
310             de : "Shawn M Moose erörtert <code>Perl::Critic</code> für Moose und Analyse mit dem MOP"
311             es : "Shawn M Moore discute <code>Perl::Critic</code> para Moose y despelusar con MOP"
312         - url   : http://babyl.dyndns.org/techblog/2009/05/moose-attribute-meta-meddling.html
313           title :
314             en : "Yanick Champoux meddles with extending Moose attributes"
315             de : "Yanick Champoux befasst sich mit dem Erweitern von Moose-Attributen"
316             es : "Yanick Champoux juega con extender atributos de Moose"
317         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-inheritance.html
318           title :
319             en : "chromatic contrasts roles and inheritance"
320             de : "chromatic stellt Rollen und Vererbung gegenüber"
321             es : "chromatic contrasta roles y herencia"
322         - url   : http://use.perl.org/~Ovid/journal/38880
323           title :
324             en : "Ovid lists some best practices for role-based refactoring"
325             de : "Ovid zählt einige Verfahren zum rollenbasierten Refactoring auf"
326             es : "Ovid lista algunas de las mejores prácticas para refactorización basada en roles"
327         - url   : http://chris.prather.org/perl/moose-dependencies-a-lurid-tale/
328           title :
329             en : "Chris Prather justifies each of Moose's dependencies"
330             de : "Chris Prather begründet jede der Abhängigkeiten von Moose"
331             es : "Chris Prather justifica cada una de las dependencias de Moose"
332         - url   : http://zerothorder.blogspot.com/2009/04/chopping-proteins-with-moose.html
333           title :
334             en : "Bruno Vecchi praises Moose for making his protein analysis code easier"
335             de : "Bruno Vecchi lobt Moose dafür, wie es seinen Code zur Proteinanalyse vereinfacht hat"
336             es : "Bruno Vecci alaba a Moose por hacer su código de análisis de proteínas más fácil"
337         - url   : http://blog.sartak.org/2009/04/new-moose-warning-and-new-moose-critic.html
338           title :
339             en : "Shawn M Moore explains role composition and some bumps in the Moose design process"
340             de : "Shawn M Moore erklärt Rollenzusammensetzung und einige Hürden im Entwicklungsprozess von Moose"
341             es : "Shawn M Moore explica la composición de roles y algunos baches en el proceso de diseño de Moose"
342         - url   : http://use.perl.org/~Ovid/journal/38863
343           title :
344             en : "Ovid praises roles and their happy acceptance at the BBC"
345             de : "Ovid lobt Rollen und ihre bereitwillige Aufnahme bei der BBC"
346             es : "Ovid alaba a los roles y su aceptación en la BBC"
347         - url   : http://perldition.org/articles/Implementing%20Typed%20Lexical%20Variables.pod
348           title :
349             en : "Florian Ragwitz walks through the marriage of <code>MooseX::Types</code> with <code>Lexical::Types</code>"
350             de : "Florian Ragwitz besichtigt die Vereinigung von <code>MooseX::Types</code> mit <code>Lexical::Types</code>"
351             es : "Florian Ragwitz explica la unión de <code>MooseX::Types</code> con <code>Lexical::Types</code>
352         - url   : http://use.perl.org/~Ovid/journal/38862
353           title :
354             en : "Ovid eschews inheritance in favor of roles"
355             de : "Ovid zieht Rollen der Vererbung vor"
356             es : "Ovid evita usar herencias a favor de los roles"
357         - url   : http://www.modernperlbooks.com/mt/2009/04/the-why-of-perl-roles.html
358           title :
359             en : "chromatic on The Why of Perl Roles"
360             de : "chromatic über den Grund für Rollen in Perl"
361             es : "chromatic habla acerca del Porqué de los Roles de Perl"
362         - url   : http://chris.prather.org/why-moose-is-post-modern.html
363           title :
364             en : "Chris Prather rationalizes Moose's \"post modern\" label"
365             de : "Chris Prather erklärt die Bezeichnung \"postmodern\" für Moose"
366             es : "Chris Prather racionaliza la etiqueta de \"post moderna\" de Moose"
367         - url   : http://jjnapiorkowski.vox.com/library/post/why-i-use-moose-perls-post-modern-object-system.html?_c=feed-atom
368           title :
369             en : "John Napiorkowski on why he uses Moose"
370             de : "warum John Napiorkowski Moose verwendet"
371             es : "John Napiorkowski explica por qué usa Moose"
372         - url   : http://www.catalyzed.org/2009/04/catalyst-58-released.html
373           title :
374             en : "Tomas Doran interview about the new Moose-based Catalyst"
375             de : "Gespräch mit Tomas Doran über das neue Moose-basierte Catalyst"
376             es : "Entrevista de Tomas Doran acerca del nuevo Catalyst basado en Moose"
377         - url   : http://use.perl.org/~Ovid/journal/38785
378           title :
379             en : "Ovid praises role-based refactoring"
380             de : "Ovid lobt Refactoring mit Rollen"
381             es : "Ovid alaba la refactorización basada en roles"
382         - url   : http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html
383           title :
384             en : "Dave Rolsky's post-mortem on his Moose documentation grant"
385             de : "Endbericht von Dave Rolsky über sein Stipendium zur Moose-Dokumentation"
386             es : "Explicación post-mortem de Dave Rolsky acerca de su concesión por documentación de Moose"
387         - url   : http://use.perl.org/~acme/journal/38554?from=rss
388           title :
389             en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
390             de : "Zusammenfassung des London.pm-Treffens \"Was ist Moose und warum ist es die Zukunft?\" von Léon Brocard"
391             es : "Léon Brocard resume la junta de London.pm acerca de \"Qué es Moose y por qué es el futuro\""
392     - year     : 2008
393       articles :
394         - url   : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
395           title :
396             en : "chromatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
397             de : "chromatic empfiehlt Moose und Mouse in seinem Artikel Einführung in die objektorientierte Programmierung mit Perl für Anfänger"
398             es : "chromatic sugiere Moose y Mouse en su artículo de Introducción para Principiantes a la Programación Oriantada a Objetos con Perl"
399         - url   : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
400           title :
401             en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
402             de : "Marcel (hanekomu) Grünauer erforscht Moose in einer Artikelreihe"
403             es : "Marcel (hanekomu) Grünauer explora Moose en una serie de artículos"
404         - url   : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
405           title :
406             en : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
407             de : "Tim Bunce applaudiert Moose in dem hervorragender Vortrag über Perl-Irrglauben"
408             es : "La excelente exposición de Tim Bunce acerca de Mitos de Perl da un guiño a Moose"
409         - url   : http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose
410           title :
411             en : "trombik writes an introduction to Moose in Japanese"
412             de : "trombik schreibt eine Einführung in Moose auf japanisch"
413             es : "trombux escribe una introducción a Moose en japonés"
414         - url   : http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/
415           title :
416             en : "Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)"
417             de : "Barry Walsh stellt einen hervorragenden Vergleich zwischen Moose und Ruby (speziell dem Modul Doodle) an"
418             es : "Barry Walsh hace una excelente comparación entre Moose y Ruby (en especial su módulo de Doodle)"
419     - year     : 2007
420       articles :
421         - url   : http://avatraxiom.livejournal.com/70947.html
422           title :
423             en : "Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose"
424             de : "Max Kanat-Alexander (berühmt durch Bugzilla) sagt ein paar nette Dinge über Moose"
425             es : "Max Kanat-Alexander (conocido gracias a Bugzilla) tiene algunas cosas buenas que decir acerca de Moose"
426         - url   : http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3
427           title :
428             en : "Larry mentioned Moose in 2007's State of the Onion speech"
429             de : "Larry erwähnt Moose in der Rede <i xml:lang='en'>State of the Onion</i> des Jahres 2007"
430             es : "Larry menciona Moose en su discurso <i xml:lang='en'>State of the Onion</i> en el 2007"
431         - title :
432             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."
433             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."
434             es : "Matt Trout (conocido gracias a <code>DBIx::Class</code> y Catalyst) escribió una serie de artículos acerca del diseño de <code>Devel::REPL</code> usando Moose."
435           articles :
436             - url   : http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html
437               title :
438                 en : "Writing a Perl read-<abbr title='evaluate'>eval</abbr>-print loop (<acronym title='read-eval-print loop'>REPL</acronym>) - part 1"
439                 de : "Programmierung einer Lese-Evaluierungs-Ausgabe-Schleife (<acronym title='read-eval-print loop' xml:lang='en'>REPL</acronym>) in Perl - Teil 1"
440                 es : "Escribiendo un ciclo leer-evaluar-imprimir en Perl (<acronym title='read-eval-print loop'>REPL</acronym>) - parte 1"
441             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html
442               title :
443                 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 2 - a history plug-in"
444                 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"
445                 es : "Escribiendo un <acronym title='read-eval-print loop'>REPL</acronym> en Perl parte 2 - un plugin de historia"
446             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html
447               title :
448                 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 3 - lexical environments"
449                 de : "Programmierung einer <acronym title='read-eval-print loop' xml:lang='en'>REPL</acronym> in Perl Teil 3 - lexikalische Umgebungen"
450                 es : "Escribiendo un <acronym title='read-eval-print loop'>REPL</acronym> en Perl parte 3 - ambientes léxicos"
451             - url   : http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html
452               title :
453                 en : "<code>Devel::REPL</code> part 4 - script options, <abbr title='configuration'>rc</abbr> files and profiles"
454                 de : "<code>Devel::REPL</code> Teil 4 - Skriptoptionen, RC-Dateien und Profile"
455                 es : "<code>Devel::REPL</code> parte 4 - opciones de script; archivos <abbr title='configuration'>rc</abbr> y perfiles"
456         - title :
457             en : "Randal Schwartz wrote a series of articles on Moose for Linux Magazine"
458             de : "Randal Schwartz schrieb eine Artikelreihe über Moose für <i xml:lang='en'>Linux Magazine</i>"
459             es : "Randal Schwartz escribió una serie de artículos acerca de Moose para la <i xml:lang='en'>Linux Magazine</i>"
460           articles :
461             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col94.html
462               title :
463                 en : "The Moose is Flying (part 1) (LinuxMag)"
464                 de : "Moose hebt ab (Teil 1) (LinuxMag)"
465                 es : "Moose está volando (parte 1) (LinuxMag)"
466             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col95.html
467               title :
468                 en : "The Moose is Flying (part 2) (LinuxMag)"
469                 de : "Moose hebt ab (Teil 2) (LinuxMag)"
470                 es : "Moose está volando (parte 1) (LinuxMag)"
471     - year     : 2006
472       articles :
473         - title :
474             en : <code>Class::MOP</code> Review (OnLAMP)
475             de : Rezension von <code>Class::MOP</code> (OnLAMP)
476             es : Revisión de <code>Class::MOP</code> (OnLAMP)
477           url   : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
478 - name     : presentations
479   template : presentations.tt
480   outfile  : presentations.html
481   data     :
482     - year          : 2011
483       presentations :
484         - title :
485             en  : SawyerX's FOSDEM 2011 Moose talk
486             de  : Vortrag von SawyerX über Moose auf der FOSDEM 2011
487             es  : Discurso de SawerX en FOSDEM 2011 acerca de Moose
488           url   : http://www.slideshare.net/xSawyer/moose-talk-at-fosdem-2011-perl-devroom
489     - year          : 2010
490       presentations :
491         - title :
492             en  : Ynon Perek's Perl Object Oriented Programming slides
493             de  : Ynon Pereks Vortragsfolien über objektorientierte Programmierung in Perl
494             es  : Diapositivas de Ynon Perek acerca de Programación Orientada a Objetos en Perl
495           url   : http://prezi.com/fgdoyw0smyqo/perl-object-oriented-programming/
496         - title :
497             en : Stevan Little's keynote at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
498             de : Vortrag von Stevan Little auf der <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
499             es : El discurso de apertura de Stevan Little en <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
500           url   : http://www.iinteractive.com/yapc/slides.html
501           video : http://www.presentingperl.org/yn2010/modern-perl/
502         - title :
503             en : Jesse Luehrs's "Extending Moose" talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
504             de : Vortrag von Jesse Luehrs auf der <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
505             es : "Extender Moose" de Jesse Luehrs en <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
506           url   : http://tozt.net/talks/extending_moose_yapc_na_2010/
507         - title :
508             en : Shawn Moore's "Non-hierarchical <acronym title='object-oriented programming'>OOP</acronym>" talk at <acronym title="Open Source Developers'' Conference - Taiwan">osdc.tw</acronym>
509             de : Vortrag von Shawn Moore auf der <acronym title="Open Source Developers'' Conference - Taiwan">osdc.tw</acronym>
510             es : "<acronym title='object-oriented programming'>OOP</acronym> no jerárquica" de Shawn Moore en <acronym title="Open Source Developers'' Conference - Taiwan">osdc.tw</acronym>
511           url   : http://sartak.org/talks/osdc.tw-2010/nonhierarchical-oop/nonhierarchical-oop.pdf
512         - title :
513             en : Stevan Little's talk at <acronym title="Orlando Perl workshop">OPW</acronym>
514             de : Vortrag von Stevan Little beim <acronym title="Orlando Perl workshop" xml:lang="en">OPW</acronym>
515             es : Charla de Stevan Little en <acronym title="Orlando Perl workshop" xml:lang="en">OPW</acronym>
516           url   : http://iinteractive.com/moose/hosted-presentations/2010/stevan_OPW/index.html
517           video : http://www.presentingperl.org/opw2010/untitled-no-12/
518         - title :
519             en : Drew Stephens gives a lighting talk on Moose at <abbr title="SuperHappyDevHouse">SHDH</abbr> 36
520             de : Drew Stephens hält einen Kurzvortrag über Moose beim <abbr title="SuperHappyDevHouse" xml:lang="en">SHDH</abbr> 36
521             es : Drew Stephens da una charla relámpago acerca de Moose en <abbr title="SuperHappyDevHouse">SHDH</abbr> 36
522           url   : http://www.slideshare.net/dinomite/learning-moose-lightning
523           video : http://www.youtube.com/watch?v=wGGDPATfsfo&amp;NR=1
524     - year          : 2009
525       presentations :
526         - url   : http://www.slideshare.net/Penfold/introduction-to-moose-2437037
527           title :
528             en : Mike Whitaker's Intro to Moose at Italian Perl Workshop
529             de : Mike Whitakers Einführung in Moose beim italienischen Perl-Workshop
530             es : Introducción a Moose de Mike Whitaker en Italian Perl Workshop
531         - url   : http://sartak.org/talks/frozen-perl-2009/moose/
532           title :
533             en : "Shawn M Moore's Intro to Moose at Frozen Perl"
534             de : "Shawn M Moores Einführung in Moose bei Frozen Perl"
535             es : "Introducción a Moose de Shawn M Moore en Frozen Perl"
536         - url   : http://iinteractive.com/moose/hosted-presentations/2009/e-lamp/perl-great-lannguages.xul
537           title :
538             en : "Stevan Little's talk at Nashville E-Lamp"
539             de : "Stevan Littles Vortrag bei Nashville E-Lamp"
540             es : "Charla de Stevan Little en Nashvile E-Lamp"
541         - url   : http://yapc10.org/yn2009/talk/2047
542           title :
543             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)"
544             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)"
545             es : "Introducción a Moose de Dave Rolsky en la clase magistral en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009 (con Shawn Moore y Jonathan Rockway)
546         - url   : http://yapc10.org/yn2009/talk/1967
547           title :
548             en : "Devin Austin's Intro to Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
549             de : "Devin Austins Einführung in Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
550             es : "Introducción a Moose de Devin Austin en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA>YAPC::NA</acronym> 2009"
551         - url   : http://sartak.org/talks/yapc-na-2009/extending-moose/extending-moose.pdf
552           title :
553             en : "Shawn Moore's Extending Moose for Applications at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
554             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"
555             es : "\"Extender Moose para Aplicaciones\" de Shawn Moore en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
556         - url   : http://iinteractive.com/moose/hosted-presentations/2009/YAPC-NA/moose.xul
557           title :
558             en : "Stevan Little's To Moose or Not To Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
559             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"
560             es : "Stevan Little se pregunta "Usar Moose, o no usar Moose" en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
561         - url   : http://yapc10.org/yn2009/talk/1984
562           title :
563             en : "Hans Dieter Pearcey's Code Reuse with Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
564             de : "Hans Dieter Pearceys Codewiederverwendung mit Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
565             es : "\"Reutilización de Código con Moose\" de Hans Dieter en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
566         - url   : http://www.onemogin.com/blog/stuff/talks/moose/MooseForManagers.pdf
567           title :
568             en : "Cory Watson's Moose for Managers at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
569             de : "Cory Watsons Moose für Manager auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
570             es : "Cory Watson : "Moose para Gerentes en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
571         - url   : http://yapceurope2009.org/ye2009/talk/2096
572           title :
573             en : "Yuval Kogman's Meta Moose at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
574             de : "Yuval Kogmans Meta-Moose auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
575             es : "\"Meta Moose\" Yuval Kogman en <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
576         - url   : http://yapceurope2009.org/ye2009/talk/2273
577           title :
578             en : "Yuval Kogman's Moose Workshop at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
579             de : "Yuval Kogmans Moose-Workshop auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
580             es : "Yuval Kogman imparte un taller de Moose en <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
581         - url   : http://conferences.yapcasia.org/ya2009/talk/2192
582           title :
583             en : "Shawn Moore's Moose master class at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia 2009"
584             de : "Shawn Moores Expertenschulung über Moose auf der <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span> 2009"
585             es : "La clase magistral de Shawn Moore en <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span> 2009"
586         - url   : http://conferences.yapceurope.org/ipw2009/talk/2371
587           title :
588             en : "Mike Whitaker's Introduction to Moose at the Italian Perl Workshop"
589             de : "Mike Whitakers Einführung in Moose beim italienischen Perl-Workshop"
590             es : "Introducción a Moose de Mike Whitaker en Italian perl Workshop"
591         - url   : http://lumberjaph.net/~franck/stuff/Introduction_a_Moose.pdf
592           title :
593             en : 'franck cuny''s Introduction to Moose at the France <acronym title="Open Source Developers'' Conference">OSDC</acronym>'
594             de : 'franck cunys Einführung in Moose auf der <acronym title="Open Source Developers'' Conference" xml:lang="en">OSDC</acronym> in Frankreich'
595             es : 'Introducción a Moose de franck cuny en <acronym title="Open Source Developers'' Conference" xml:lang="en">OSDC</acronym> en Francia'
596         - url   : http://www.perlworkshop.no/npw2009/talk/1901
597           title :
598             en : "Yuval Kogman's Why Moose at the Nordic Perl Workshop"
599             de : "Yuval Kogmans <i>Warum Moose</i> beim nordischen Perl-Workshop"
600             es : "Yuval Kogman contesta Por qué Moose en Nordic Perl Workshop"
601         - url   : http://perloasis.org/opw2009/talk/1702
602           title :
603             en : "Cory Watson's Moose for Managers at the Perl Oasis"
604             de : "Cory Watsons Moose für Manager bei Perl Oasis"
605             es : "\"Moose para Gerentes\" de Cory Watson en el Perl Oasis"
606         - url   : http://perloasis.org/opw2009/talk/1701
607           title :
608             en : "Mike Whitaker's Building a Moose Class at the Perl Oasis"
609             de : "Mike Whitakers Bau einer Moose-Klasse bei Perl Oasis"
610             es : "\"Construyendo una Clase de Moose\" de Mike Whitaker en el Perl Oasis"
611     - year          : 2008
612       presentations :
613         - url   : http://yapc.tv/2008/lpw/mike-whitaker-intro-moose/
614           title :
615             en : "Mike Whitaker's Intro to Moose at the London Perl Workshop"
616             de : "Mike Whitakers Einführung in Moose beim Londoner Perl-Workshop"
617             es : "Introducción a Moose de Mike Whitaker en London Perl Workshop"
618         - url   : http://iinteractive.com/moose/hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf
619           title :
620             en : "sunnavy's Moose talk at Beijing Perl Workshop"
621             de : "sunnavys Vortrag über Moose beim Perl-Workshop in Beijing"
622             es : "sunnavy da una charla de Moose en Bejing Perl Workshop"
623         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose.xul
624           title :
625             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
626             de : "Stevan Littles Vortrag über Moose beim Perl-Workshop in Pittsburgh"
627             es : "Stevan Little da una charla en Pittsburgh Perl Workshop"
628         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose-manager.xul
629           title :
630             en : "Stevan Little's Manager's Guide to Moose at Pittsburgh Perl Workshop"
631             de : "Stevan Littles Leitfaden über Moose für Manager beim Perl-Workshop in Pittsburgh"
632             es : "La Guía del Gerente a Moose de Stevan Little en Pittsburgh Perl Workshop"
633         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-OSCON/moose.xul
634           title :
635             en : 'Stevan Little''s Moose talk at <abbr title="O''Reilly Open Source Convention">OSCON</abbr>'
636             de : 'Stevan Littles Vortrag über Moose auf der <abbr title="O''Reilly Open Source Convention" xml:lang="en">OSCON</abbr>'
637             es : 'Stevan Little da una charla en <abbr title="O''Reilly Open Source Convention" xml:lang="en">OSCON</abbr>'
638         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-NPW/practical_moose.html
639           title :
640             en : "Yuval Kogman's Practical Moose at Nordic Perl Workshop"
641             de : "Yuval Kogmans Moose in der Praxis beim nordischen Perl-Workshop"
642             es : "\"Moose Práctico\" de Yuval Kogman en Nordic Perl Workshop"
643         - title :
644             en : "Yuval Kogman's Practical Moose at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia"
645             de : "Yuval Kogmans Moose in der Praxis auf der <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span>"
646             es : "\"Moose Práctico\" de Yuval Kogman en <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span>"
647           url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html
648           video : http://conferences.yapcasia.org/ya2008/talk/1017
649         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-YAPC-NA.pdf
650           title :
651             en : "Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>"
652             de : "Stevan Littles Vortrag über Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>"
653             es : "Stevan Little habla de Moose en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>"
654         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html
655           title :
656             en : "Yuval Kogman's Practical Moose at Portuguese Perl Workshop"
657             de : "Yuval Kogmans Moose in der Praxis beim portugiesischen Perl-Workshop"
658             es : "\"Moose Práctico\" de Yuval Kogman en Portuguese Perl Workshop"
659     - year          : 2007
660       presentations :
661         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/roles/roles.xul
662           title :
663             en : "Stevan Little's Horizontal Reuse with <code>Moose::Role</code> at Pittsburgh Perl Workshop"
664             de : "Stevan Littles <i>Horizontale Wiederverwendung mit <code>Moose::Role</code></i> beim Perl-Workshop in Pittsburgh"
665             es : "\"Reuso Horizontal con <code>Moose::Role</code>\" de Steven Little en Pittsburgh Perl Workshop"
666         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/moose/start.html
667           title :
668             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
669             de : "Stevan Littles Vortrag über Moose beim Perl-Workshop in Pittsburgh"
670             es : "Stevan Little habla de Moose en Pittsburgh Perl Workshop"
671         - url   : http://iinteractive.com/moose/hosted-presentations/2007/nothingmuch-YAPC-EU/slides/start.html
672           title :
673             en : "Yuval Kogman's Object Meta Programming at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>"
674             de : "Yuval Kogmans Objektmetaprogrammierung auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym>"
675             es : "\"Meta-Programación de Objetos\" de Yuval Kogman en <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym>"
676     - year          : 2006
677       presentations :
678         - title :
679             en : Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>
680             de : Stevan Littles Vortrag über Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>
681             es : Stevan Little habla de Moose en <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>
682           url   : http://iinteractive.com/moose/hosted-presentations/2006/stevan_YAPC/start.html
683         - title :
684             en : Sam Vilain's Moose talk at <acronym title="Open Source Developers' Conference">OSDC</acronym> Melbourne
685             de : Sam Vilains Vortrag über Moose auf der <acronym title="Open Source Developers' Conference" xml:lang="en">OSDC</acronym> in Melbourne
686             es : Sam Vilain habla de Moose en <acronym title="Open Source Developers' Conference" xml:lang="en">OSDC</acronym> en Melbourne
687           url   : http://utsl.gen.nz/talks/moose/start.htm
688         - title :
689             en : Sam Vilain gives the very first Moose talk at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>
690             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>
691             es : San Vilain da la primer charla de Moose en <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym>
692           url   : http://www.yapceurope.org/2006/talk/item/63.html
693     - year          : Perl Mongers Groups
694       presentations :
695         - url   : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185
696           title :
697             en : "Ovid's Refactoring with Roles at London.pm"
698             de : "Ovids Refactoring mit Rollen bei London.pm"
699             es : "Refactorización con Roles de Ovid en London.pm"
700         - url   : http://www.weftsoar.net/~hdp/talk/meta-moose/slides/start.html
701           title :
702             en : "Hans Dieter Pearcey's Meta-Moose at PDX.pm"
703             de : "Hans Dieter Pearceys Meta-Moose bei PDX.pm"
704             es : "Meta-Moose de Hans Dieter Percey en PDX.pm"
705         - url   : http://www.bofh.org.uk/2009/05/13/london-pm-presentation
706           title :
707             en : "Piers Cawley's <code>MooseX::Declare</code> talk at London.pm (video)"
708             de : "Piers Cawleys Vortrag über <code>MooseX::Declare</code> bei London.pm (Video)"
709             es : "\"<code>MooseX::Declare</code>\" de Piera Cawley en London.pm (video)"
710         - url   : http://www.slideshare.net/dtreder/moose-527243
711           title :
712             en : "Doug Treder's Moose talk at Seattle Perl Users Group"
713             de : "Doug Treders Vortrag über Moose bei der <span xml:lang='en'>Seattle Perl Users Group</span>"
714             es : "Doug Treder habla de Moose en el <span xml:lang='en'>Seattle Perl Users Group</span>"
715         - url   : http://www.slideshare.net/hakobe/moose
716           title :
717             en : "hakobe's Moose presentation at Kansai.pm"
718             de : "hakobes Vortrag über Moose bei Kansai.pm"
719             es : "Presentación de hakobe acerca de Moose en Kansai.pm"
720         - url   : http://iinteractive.com/moose/hosted-presentations/2008/notbenh-PDX.xul
721           title :
722             en : "Ben Hengst's Moose talk at PDX.pm"
723             de : "Ben Hengsts Vortrag über Moose bei PDX.pm"
724             es : "Ben Hengst habla de Moose en PDX.pm"
725           podcast : http://pdxpm.podasp.com/archive.html
726         - url   : http://chris.prather.org/talks/moose-intro-mpls/
727           title :
728             en : "Chris Prather's An Intro to Moose at Minneapolis Perl Mongers"
729             de : "Chris Prathers Einführung in Moose bei den <span xml:lang='en'>Minneapolis Perl Mongers</span>"
730             es : "Introducción a Moose de Chris Prather en <span xml:lang='en'>Minneapolis Perl Mongers</span>"
731         - url   : http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html
732           title :
733             en : "Robert Boone's Moose talk at Houston.pm"
734             de : "Robert Boones Vortrag über Moose bei Houston.pm"
735             es : "Charla de Robert Boones en Houston.pm"