added subclassing tutorials
[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     : blog
87   outfile  : http://blog.moose.perl.org/
88 - name     : download
89   template : download.tt
90   outfile  : download.html
91   data     :
92     CPAN:
93       - name : Moose
94         url  : http://search.cpan.org/dist/Moose/
95       - name : <code>Class::MOP</code>
96         url  : http://search.cpan.org/dist/Class-MOP/
97       - name : <code>Task::Moose</code>
98         url  : http://search.cpan.org/dist/Task-Moose/
99       - name : <code>Task::Kensho</code>
100         url  : http://search.cpan.org/dist/Task-Kensho/
101       - name : <code>MooseX::*</code>
102         url  : http://search.cpan.org/search?query=MooseX&amp;mode=dist
103     git:
104       public   : <code>git://git.moose.perl.org/Moose.git</code>
105       committer: <code>gitmo@git.moose.perl.org:Moose.git</code>
106       web_view : http://git.shadowcat.co.uk/gitweb/gitweb.cgi
107       github   : http://github.com/nothingmuch/moose
108 - name     : support
109   template : support.tt
110   outfile  : support.html
111   data     :
112     irc :
113       - '<a href="irc://irc.perl.org/moose">#moose@irc.perl.org</a>'
114       - '<a href="irc://irc.perl.org/moose-dev">#moose-dev@irc.perl.org</a>'
115     mailing_list :
116       address : http://lists.perl.org/list/moose.html
117       archive : http://news.gmane.org/gmane.comp.lang.perl.moose
118     misc :
119       - name : textmate bundle
120         url  : http://github.com/perigrin/perl-moose.tmbundle
121       - name : quickref card
122         url  : http://gorwits.me.uk/data/files/moose-quick-ref.pdf
123 - name     : articles
124   template : articles.tt
125   outfile  : articles.html
126   data     :
127     - year     : 2011
128       articles :
129         - url   : http://blogs.perl.org/users/mark_a_stratman/2011/03/subclassing-tricky-non-moose-classes-dont-do-it.html
130           title :
131             en : Mark A. Stratman shows how to use delegation to work with non-Moose classes
132         - url   : http://blogs.perl.org/users/mark_a_stratman/2011/03/subclassing-tricky-non-moose-classes-constructor-problems.html
133           title :
134             en : Mark A. Stratman discusses subclassing non-Moose classes
135         - url   : http://blog.moose.perl.org/2011/01/the-moose-ecosystem.html
136           title :
137             en : A discussion of the Moose Ecosystem on our blog
138             de : Eine Erörterung des Moose-Ökosystems in unserem Blog
139         - url   : http://blogs.perl.org/users/preaction/2011/01/whats-new-in-webgui-80-1---psgiplack.html
140           title :
141             en : The WebGUI folks talk about version 8.0 (which uses Moose)
142             de : die WebGUI-Leute reden über Version 8.0, die Moose benutzt
143         - url   : http://www.modernperlbooks.com/mt/2011/01/the-parametric-role-of-my-mvc-plugin-system.html
144           title :
145             en: chromatic discusses Parameterized roles with Moose
146             de: chromatic erörtert parameterisierte Rollen mit Moose
147     - year     : 2010
148       articles :
149         - url   : http://blogs.perl.org/users/jt_smith/2010/10/why-the-lacuna-expanse-is-good-for-perl.html
150           title :
151             en: JT Smith talks about Lacuna Expanse (which uses Moose)
152             de: JT Smith redet über Lacuna Expanse, das Moose benutzt
153         - url   : http://www.modernperlbooks.com/mt/2010/09/the-right-approach-to-deprecation.html
154           title :
155             en: chromatic discusses the Moose deprecation policy
156             de: chromatic erörtert die Richtlinien zur Antiquierung in Moose
157         - url   : http://blog.woobling.org/2010/09/moose-has-won.html
158           title :
159             en : Yuval Kogman declares "Moose has won".
160             de : Yuval Kogman stellt fest, dass Moose gewonnen hat.
161         - url   : http://www.morungos.com/node/90
162           title :
163             en : Stuart Watt talks about how Perl and LISP are both "language survivors"
164             de : Stuart Watt redet darüber, wie Perl und LISP überleben
165         - url   : http://www.modernperlbooks.com/mt/2010/09/what-you-can-and-cannot-teach-about-encapsulation.html
166           title :
167             en : chromatic talks about Encapsulation and Moose
168             de : chromatic redet über Datenkapselung und Moose
169         - url   : http://perlgeek.de/blog-en/perl-tips/what-is-modern-perl.html
170           title :
171             en : Moritz Lenz asks What is "Modern Perl"?
172             de : 'Moritz Lenz fragt: Was ist "modernes Perl"?'
173         - url   : http://www.catalyzed.org/2010/04/moosexappcmd-and-your-command-line-apps.html
174           title :
175             en : Devin Austin talks about <code>MooseX::App::Cmd</code>
176             de : Devin Austin redet über <code>MooseX::App::Cmd</code>
177         - url   : http://blogs.perl.org/users/jt_smith/2010/04/the-second-age-of-perl.html
178           title :
179             en : JT Smith declares The Second Age of Perl
180             de : JT Smith verkündet die zweite Perl-Ära
181         - url   : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
182           title :
183             en : Moose 1.00 is Released
184             de : Moose 1.00 wird veröffentlicht
185         - url   : http://www.modernperlbooks.com/mt/2010/03/ill-get-the-mop.html
186           title :
187             en : chromatic talks about <code>Class::MOP</code> in relation to his Modern Perl book
188             de : chromatic redet über <code>Class::MOP</code> in Bezug auf sein Buch über modernes Perl
189         - url   : http://chris.prather.org/been-there-done-that.md.html
190           title :
191             en : Chris Prather discusses Moose and the Modern Perl movement
192             de : Chris Prather erörtert Moose und die Bewegung zu modernem Perl
193         - url   : http://www.modernperlbooks.com/mt/2010/01/subtle-encouragement-toward-correctness.html
194           title :
195             en : chromatic discusses how Moose helps you write more correct code
196             de : chromatic erörtert, wie Moose hilft, richtigeren Code zu schreiben
197     - year     : 2009
198       articles :
199         - url   : http://community.livejournal.com/shlomif_tech/38407.html
200           title :
201             en : Shlomi Fish discovers a better way to Moose
202             de : Shlomi Fish entdeckt, wie man Moose besser benutzt
203         - title    :
204             en : Jay Kuri's - A gentle introduction to Moose
205             de : Jay Kuri - eine behutsame Einführung in Moose
206           articles :
207             - url   : http://www.catalyzed.org/2009/06/a-gentle-introduction-to-moose.html
208               title :
209                 en : The original English version
210                 de : Originalversion auf englisch
211             - url   : http://www.perl.it/blog/archives/000641.html
212               title :
213                 en : "The Italian translation by Stefano Rodighiero and Perl.it"
214                 de : "italienische Übersetzung von Stefano Rodighiero und Perl.it"
215         - url   : http://chris.prather.org/a-little-bit-of-history.md.html
216           title :
217             en : "Chris Prather compares <code>MooseX::Declare</code> to Simula 67"
218             de : "Chris Prather vergleicht <code>MooseX::Declare</code> mit Simula 67"
219         - url   : http://stevan-little.blogspot.com/2009/06/why-makeimmutable-is-recommended-for_13.html
220           title :
221             en : "Stevan Little explains why you should make your Moose classes immutable"
222             de : "Stevan Little erklärt, warum man Moose-Klassen unveränderlich machen sollte"
223         - url   : http://perldition.org/articles/Parameterized%20Roles%20with%20MooseX::Declare.pod
224           title :
225             en : Florian Ragwitz uses parameterized roles with <code>MooseX::Declare</code>
226             de : Florian Ragwitz benutzt parameterisierte Rollen mit <code>MooseX::Declare</code>
227         - url   : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
228           title :
229             en : "David McLaughlin experiments with extending Moose for <code>MooseX::ChainedAccessors</code>"
230             de : "David McLaughlin experimentiert damit, Moose für <code>MooseX::ChainedAccessors</code> zu erweitern"
231         - url   :  http://blog.sartak.org/2009/05/parameterized-roles.html
232           title :
233             en : "Shawn M Moore explains parameterized roles"
234             de : "Shawn M Moore erklärt parameterisierte Rollen"
235         - url   :  http://jjnapiorkowski.vox.com/library/post/top-ten-great-things-about-perl-moose-postmodern-object-system.html?_c=feed-atom
236           title :
237             en : "John Napiorkowski lists ten great things about Moose"
238             de : "John Napiorkowski zählt zehn tolle Sachen über Moose auf"
239         - url   : http://our.coldhardcode.com/jshirley/2009/05/another-reason-i-love-perl.html
240           title :
241             en : "Jay Shirley dotes on <code>MooseX::MultiMethods</code>"
242             de : "Jay Shirley schwärmt für <code>MooseX::MultiMethods</code>"
243         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-duck-typing.html
244           title :
245             en : "chromatic contrasts roles and duck-typing"
246             de : "chromatic stellt Rollen und Duck-Typing gegenüber"
247         - url   : http://use.perl.org/~Ovid/journal/38885
248           title :
249             en : "Ovid discusses role problems and possible solutions"
250             de : "Ovid erörtert Probleme mit Rollen und mögliche Lösungen"
251         - url   : http://samcrawley.wordpress.com/2009/05/03/getting-the-hang-of-moose-roles/
252           title :
253             en : "Sam Crawley summarizes his experience with roles"
254             de : "Sam Crawley fasst seine Erfahrung mit Rollen zusammen"
255         - url   : http://blog.sartak.org/2009/05/perl-critic-dynamic-moose.html
256           title :
257             en : "Shawn M Moore discusses <code>Perl::Critic</code> for Moose and linting with the MOP"
258             de : "Shawn M Moose erörtert <code>Perl::Critic</code> für Moose und Analyse mit dem MOP"
259         - url   : http://babyl.dyndns.org/techblog/2009/05/moose-attribute-meta-meddling.html
260           title :
261             en : "Yanick Champoux meddles with extending Moose attributes"
262             de : "Yanick Champoux befasst sich mit dem Erweitern von Moose-Attributen"
263         - url   : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-inheritance.html
264           title :
265             en : "chromatic contrasts roles and inheritance"
266             de : "chromatic stellt Rollen und Vererbung gegenüber"
267         - url   : http://use.perl.org/~Ovid/journal/38880
268           title :
269             en : "Ovid lists some best practices for role-based refactoring"
270             de : "Ovid zählt einige Verfahren zum rollenbasierten Refactoring auf"
271         - url   : http://chris.prather.org/perl/moose-dependencies-a-lurid-tale/
272           title :
273             en : "Chris Prather justifies each of Moose's dependencies"
274             de : "Chris Prather begründet jede der Abhängigkeiten von Moose"
275         - url   : http://zerothorder.blogspot.com/2009/04/chopping-proteins-with-moose.html
276           title :
277             en : "Bruno Vecchi praises Moose for making his protein analysis code easier"
278             de : "Bruno Vecchi lobt Moose dafür, wie es seinen Code zur Proteinanalyse vereinfacht hat"
279         - url   : http://blog.sartak.org/2009/04/new-moose-warning-and-new-moose-critic.html
280           title :
281             en : "Shawn M Moore explains role composition and some bumps in the Moose design process"
282             de : "Shawn M Moore erklärt Rollenzusammensetzung und einige Hürden im Entwicklungsprozess von Moose"
283         - url   : http://use.perl.org/~Ovid/journal/38863
284           title :
285             en : "Ovid praises roles and their happy acceptance at the BBC"
286             de : "Ovid lobt Rollen und ihre bereitwillige Aufnahme bei der BBC"
287         - url   : http://perldition.org/articles/Implementing%20Typed%20Lexical%20Variables.pod
288           title :
289             en : "Florian Ragwitz walks through the marriage of <code>MooseX::Types</code> with <code>Lexical::Types</code>"
290             de : "Florian Ragwitz besichtigt die Vereinigung von <code>MooseX::Types</code> mit <code>Lexical::Types</code>"
291         - url   : http://use.perl.org/~Ovid/journal/38862
292           title :
293             en : "Ovid eschews inheritance in favor of roles"
294             de : "Ovid zieht Rollen der Vererbung vor"
295         - url   : http://www.modernperlbooks.com/mt/2009/04/the-why-of-perl-roles.html
296           title :
297             en : "chromatic on The Why of Perl Roles"
298             de : "chromatic über den Grund für Rollen in Perl"
299         - url   : http://chris.prather.org/why-moose-is-post-modern.html
300           title :
301             en : "Chris Prather rationalizes Moose's \"post modern\" label"
302             de : "Chris Prather erklärt die Bezeichnung \"postmodern\" für Moose"
303         - url   : http://jjnapiorkowski.vox.com/library/post/why-i-use-moose-perls-post-modern-object-system.html?_c=feed-atom
304           title :
305             en : "John Napiorkowski on why he uses Moose"
306             de : "warum John Napiorkowski Moose verwendet"
307         - url   : http://www.catalyzed.org/2009/04/catalyst-58-released.html
308           title :
309             en : "Tomas Doran interview about the new Moose-based Catalyst"
310             de : "Gespräch mit Tomas Doran über das neue Moose-basierte Catalyst"
311         - url   : http://use.perl.org/~Ovid/journal/38785
312           title :
313             en : "Ovid praises role-based refactoring"
314             de : "Ovid lobt Refactoring mit Rollen"
315         - url   : http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html
316           title :
317             en : "Dave Rolsky's post-mortem on his Moose documentation grant"
318             de : "Endbericht von Dave Rolsky über sein Stipendium zur Moose-Dokumentation"
319         - url   : http://use.perl.org/~acme/journal/38554?from=rss
320           title :
321             en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
322             de : "Zusammenfassung des London.pm-Treffens \"Was ist Moose und warum ist es die Zukunft?\" von Léon Brocard"
323     - year     : 2008
324       articles :
325         - url   : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
326           title :
327             en : "chromatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
328             de : "chromatic empfiehlt Moose und Mouse in seinem Artikel Einführung in die objektorientierte Programmierung mit Perl für Anfänger"
329         - url   : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
330           title :
331             en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
332             de : "Marcel (hanekomu) Grünauer erforscht Moose in einer Artikelreihe"
333         - url   : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
334           title :
335             en : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
336             de : "Tim Bunce applaudiert Moose in dem hervorragender Vortrag über Perl-Irrglauben"
337         - url   : http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose
338           title :
339             en : "trombik writes an introduction to Moose in Japanese"
340             de : "trombik schreibt eine Einführung in Moose auf japanisch"
341         - url   : http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/
342           title :
343             en : "Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)"
344             de : "Barry Walsh stellt einen hervorragenden Vergleich zwischen Moose und Ruby (speziell dem Modul Doodle) an"
345     - year     : 2007
346       articles :
347         - url   : http://avatraxiom.livejournal.com/70947.html
348           title :
349             en : "Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose"
350             de : "Max Kanat-Alexander (berühmt durch Bugzilla) sagt ein paar nette Dinge über Moose"
351         - url   : http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3
352           title :
353             en : "Larry mentioned Moose in 2007's State of the Onion speech"
354             de : "Larry erwähnt Moose in der Rede <i xml:lang='en'>State of the Onion</i> des Jahres 2007"
355         - title :
356             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."
357             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."
358           articles :
359             - url   : http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html
360               title :
361                 en : "Writing a Perl read-<abbr title='evaluate'>eval</abbr>-print loop (<acronym title='read-eval-print loop'>REPL</acronym>) - part 1"
362                 de : "Programmierung einer Lese-Evaluierungs-Ausgabe-Schleife (<acronym title='read-eval-print loop' xml:lang='en'>REPL</acronym>) in Perl - Teil 1"
363             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html
364               title :
365                 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 2 - a history plug-in"
366                 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"
367             - url   : http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html
368               title :
369                 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 3 - lexical environments"
370                 de : "Programmierung einer <acronym title='read-eval-print loop' xml:lang='en'>REPL</acronym> in Perl Teil 3 - lexikalische Umgebungen"
371             - url   : http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html
372               title :
373                 en : "<code>Devel::REPL</code> part 4 - script options, <abbr title='configuration'>rc</abbr> files and profiles"
374                 de : "<code>Devel::REPL</code> Teil 4 - Skriptoptionen, RC-Dateien und Profile"
375         - title :
376             en : "Randal Schwartz wrote a series of articles on Moose for Linux Magazine"
377             de : "Randal Schwartz schrieb eine Artikelreihe über Moose für <i xml:lang='en'>Linux Magazine</i>"
378           articles :
379             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col94.html
380               title :
381                 en : "The Moose is Flying (part 1) (LinuxMag)"
382                 de : "Moose hebt ab (Teil 1) (LinuxMag)"
383             - url   : http://www.stonehenge.com/merlyn/LinuxMag/col95.html
384               title :
385                 en : "The Moose is Flying (part 2) (LinuxMag)"
386                 de : "Moose hebt ab (Teil 2) (LinuxMag)"
387     - year     : 2006
388       articles :
389         - title :
390             en : <code>Class::MOP</code> Review (OnLAMP)
391             de : Rezension von <code>Class::MOP</code> (OnLAMP)
392           url   : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
393 - name     : presentations
394   template : presentations.tt
395   outfile  : presentations.html
396   data     :
397     - year          : 2011
398       presentations :
399         - title :
400             en  : SawyerX's FOSDEM 2011 Moose talk
401             de  : Vortrag von SawyerX über Moose auf der FOSDEM 2011
402           url   : http://www.slideshare.net/xSawyer/moose-talk-at-fosdem-2011-perl-devroom
403     - year          : 2010
404       presentations :
405         - title :
406             en  : Ynon Perek's Perl Object Oriented Programming slides
407             de  : Ynon Pereks Vortragsfolien über objektorientierte Programmierung in Perl
408           url   : http://prezi.com/fgdoyw0smyqo/perl-object-oriented-programming/
409         - title :
410             en : Stevan Little's keynote at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
411             de : Vortrag von Stevan Little auf der <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
412           url   : http://www.iinteractive.com/yapc/slides.html
413           video : http://www.presentingperl.org/yn2010/modern-perl/
414         - title :
415             en : Jesse Luehrs's "Extending Moose" talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
416             de : Vortrag von Jesse Luehrs auf der <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2010
417           url   : http://tozt.net/talks/extending_moose_yapc_na_2010/
418         - title :
419             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>
420             de : Vortrag von Shawn Moore auf der <acronym title="Open Source Developers'' Conference - Taiwan">osdc.tw</acronym>
421           url   : http://sartak.org/talks/osdc.tw-2010/nonhierarchical-oop/nonhierarchical-oop.pdf
422         - title :
423             en : Stevan Little's talk at <acronym title="Orlando Perl workshop">OPW</acronym>
424             de : Vortrag von Stevan Little beim <acronym title="Orlando Perl workshop" xml:lang="en">OPW</acronym>
425           url   : http://iinteractive.com/moose/hosted-presentations/2010/stevan_OPW/index.html
426           video : http://www.presentingperl.org/opw2010/untitled-no-12/
427         - title :
428             en : Drew Stephens gives a lighting talk on Moose at <abbr title="SuperHappyDevHouse">SHDH</abbr> 36
429             de : Drew Stephens hält einen Kurzvortrag über Moose beim <abbr title="SuperHappyDevHouse" xml:lang="en">SHDH</abbr> 36
430           url   : http://www.slideshare.net/dinomite/learning-moose-lightning
431           video : http://www.youtube.com/watch?v=wGGDPATfsfo&amp;NR=1
432     - year          : 2009
433       presentations :
434         - url   : http://www.slideshare.net/Penfold/introduction-to-moose-2437037
435           title :
436             en : Mike Whitaker's Intro to Moose at Italian Perl Workshop
437             de : Mike Whitakers Einführung in Moose beim italienischen Perl-Workshop
438         - url   : http://sartak.org/talks/frozen-perl-2009/moose/
439           title :
440             en : "Shawn M Moore's Intro to Moose at Frozen Perl"
441             de : "Shawn M Moores Einführung in Moose bei Frozen Perl"
442         - url   : http://iinteractive.com/moose/hosted-presentations/2009/e-lamp/perl-great-lannguages.xul
443           title :
444             en : "Stevan Little's talk at Nashville E-Lamp"
445             de : "Stevan Littles Vortrag bei Nashville E-Lamp"
446         - url   : http://yapc10.org/yn2009/talk/2047
447           title :
448             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)"
449             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)"
450         - url   : http://yapc10.org/yn2009/talk/1967
451           title :
452             en : "Devin Austin's Intro to Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
453             de : "Devin Austins Einführung in Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
454         - url   : http://sartak.org/talks/yapc-na-2009/extending-moose/extending-moose.pdf
455           title :
456             en : "Shawn Moore's Extending Moose for Applications at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
457             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"
458         - url   : http://iinteractive.com/moose/hosted-presentations/2009/YAPC-NA/moose.xul
459           title :
460             en : "Stevan Little's To Moose or Not To Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
461             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"
462         - url   : http://yapc10.org/yn2009/talk/1984
463           title :
464             en : "Hans Dieter Pearcey's Code Reuse with Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
465             de : "Hans Dieter Pearceys Codewiederverwendung mit Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
466         - url   : http://www.onemogin.com/blog/stuff/talks/moose/MooseForManagers.pdf
467           title :
468             en : "Cory Watson's Moose for Managers at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
469             de : "Cory Watsons Moose für Manager auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym> 2009"
470         - url   : http://yapceurope2009.org/ye2009/talk/2096
471           title :
472             en : "Yuval Kogman's Meta Moose at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
473             de : "Yuval Kogmans Meta-Moose auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
474         - url   : http://yapceurope2009.org/ye2009/talk/2273
475           title :
476             en : "Yuval Kogman's Moose Workshop at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
477             de : "Yuval Kogmans Moose-Workshop auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym> 2009"
478         - url   : http://conferences.yapcasia.org/ya2009/talk/2192
479           title :
480             en : "Shawn Moore's Moose master class at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia 2009"
481             de : "Shawn Moores Expertenschulung über Moose auf der <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span> 2009"
482         - url   : http://conferences.yapceurope.org/ipw2009/talk/2371
483           title :
484             en : "Mike Whitaker's Introduction to Moose at the Italian Perl Workshop"
485             de : "Mike Whitakers Einführung in Moose beim italienischen Perl-Workshop"
486         - url   : http://lumberjaph.net/~franck/stuff/Introduction_a_Moose.pdf
487           title :
488             en : 'franck cuny''s Introduction to Moose at the France <acronym title="Open Source Developers'' Conference">OSDC</acronym>'
489             de : 'franck cunys Einführung in Moose auf der <acronym title="Open Source Developers'' Conference" xml:lang="en">OSDC</acronym> in Frankreich'
490         - url   : http://www.perlworkshop.no/npw2009/talk/1901
491           title :
492             en : "Yuval Kogman's Why Moose at the Nordic Perl Workshop"
493             de : "Yuval Kogmans <i>Warum Moose</i> beim nordischen Perl-Workshop"
494         - url   : http://perloasis.org/opw2009/talk/1702
495           title :
496             en : "Cory Watson's Moose for Managers at the Perl Oasis"
497             de : "Cory Watsons Moose für Manager bei Perl Oasis"
498         - url   : http://perloasis.org/opw2009/talk/1701
499           title :
500             en : "Mike Whitaker's Building a Moose Class at the Perl Oasis"
501             de : "Mike Whitakers Bau einer Moose-Klasse bei Perl Oasis"
502     - year          : 2008
503       presentations :
504         - url   : http://yapc.tv/2008/lpw/mike-whitaker-intro-moose/
505           title :
506             en : "Mike Whitaker's Intro to Moose at the London Perl Workshop"
507             de : "Mike Whitakers Einführung in Moose beim Londoner Perl-Workshop"
508         - url   : http://iinteractive.com/moose/hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf
509           title :
510             en : "sunnavy's Moose talk at Beijing Perl Workshop"
511             de : "sunnavys Vortrag über Moose beim Perl-Workshop in Beijing"
512         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose.xul
513           title :
514             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
515             de : "Stevan Littles Vortrag über Moose beim Perl-Workshop in Pittsburgh"
516         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose-manager.xul
517           title :
518             en : "Stevan Little's Manager's Guide to Moose at Pittsburgh Perl Workshop"
519             de : "Stevan Littles Leitfaden über Moose für Manager beim Perl-Workshop in Pittsburgh"
520         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-OSCON/moose.xul
521           title :
522             en : 'Stevan Little''s Moose talk at <abbr title="O''Reilly Open Source Convention">OSCON</abbr>'
523             de : 'Stevan Littles Vortrag über Moose auf der <abbr title="O''Reilly Open Source Convention" xml:lang="en">OSCON</abbr>'
524         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-NPW/practical_moose.html
525           title :
526             en : "Yuval Kogman's Practical Moose at Nordic Perl Workshop"
527             de : "Yuval Kogmans Moose in der Praxis beim nordischen Perl-Workshop"
528         - title :
529             en : "Yuval Kogman's Practical Moose at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia"
530             de : "Yuval Kogmans Moose in der Praxis auf der <span xml:lang='en'><acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia</span>"
531           url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html
532           video : http://conferences.yapcasia.org/ya2008/talk/1017
533         - url   : http://iinteractive.com/moose/hosted-presentations/2008/stevan-YAPC-NA.pdf
534           title :
535             en : "Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>"
536             de : "Stevan Littles Vortrag über Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>"
537         - url   : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html
538           title :
539             en : "Yuval Kogman's Practical Moose at Portuguese Perl Workshop"
540             de : "Yuval Kogmans Moose in der Praxis beim portugiesischen Perl-Workshop"
541     - year          : 2007
542       presentations :
543         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/roles/roles.xul
544           title :
545             en : "Stevan Little's Horizontal Reuse with <code>Moose::Role</code> at Pittsburgh Perl Workshop"
546             de : "Stevan Littles <i>Horizontale Wiederverwendung mit <code>Moose::Role</code></i> beim Perl-Workshop in Pittsburgh"
547         - url   : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/moose/start.html
548           title :
549             en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
550             de : "Stevan Littles Vortrag über Moose beim Perl-Workshop in Pittsburgh"
551         - url   : http://iinteractive.com/moose/hosted-presentations/2007/nothingmuch-YAPC-EU/slides/start.html
552           title :
553             en : "Yuval Kogman's Object Meta Programming at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>"
554             de : "Yuval Kogmans Objektmetaprogrammierung auf der <acronym title='Yet Another Perl Conference - Europe' xml:lang='en'>YAPC::EU</acronym>"
555     - year          : 2006
556       presentations :
557         - title :
558             en : Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>
559             de : Stevan Littles Vortrag über Moose auf der <acronym title='Yet Another Perl Conference - North America' xml:lang='en'>YAPC::NA</acronym>
560           url   : http://iinteractive.com/moose/hosted-presentations/2006/stevan_YAPC/start.html
561         - title :
562             en : Sam Vilain's Moose talk at <acronym title="Open Source Developers' Conference">OSDC</acronym> Melbourne
563             de : Sam Vilains Vortrag über Moose auf der <acronym title="Open Source Developers' Conference" xml:lang="en">OSDC</acronym> in Melbourne
564           url   : http://utsl.gen.nz/talks/moose/start.htm
565         - title :
566             en : Sam Vilain gives the very first Moose talk at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>
567             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>
568           url   : http://www.yapceurope.org/2006/talk/item/63.html
569     - year          : Perl Mongers Groups
570       presentations :
571         - url   : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185
572           title :
573             en : "Ovid's Refactoring with Roles at London.pm"
574             de : "Ovids Refactoring mit Rollen bei London.pm"
575         - url   : http://www.weftsoar.net/~hdp/talk/meta-moose/slides/start.html
576           title :
577             en : "Hans Dieter Pearcey's Meta-Moose at PDX.pm"
578             de : "Hans Dieter Pearceys Meta-Moose bei PDX.pm"
579         - url   : http://www.bofh.org.uk/2009/05/13/london-pm-presentation
580           title :
581             en : "Piers Cawley's <code>MooseX::Declare</code> talk at London.pm (video)"
582             de : "Piers Cawleys Vortrag über <code>MooseX::Declare</code> bei London.pm (Video)"
583         - url   : http://www.slideshare.net/dtreder/moose-527243
584           title :
585             en : "Doug Treder's Moose talk at Seattle Perl Users Group"
586             de : "Doug Treders Vortrag über Moose bei der <span xml:lang='en'>Seattle Perl Users Group</span>"
587         - url   : http://www.slideshare.net/hakobe/moose
588           title :
589             en : "hakobe's Moose presentation at Kansai.pm"
590             de : "hakobes Vortrag über Moose bei Kansai.pm"
591         - url   : http://iinteractive.com/moose/hosted-presentations/2008/notbenh-PDX.xul
592           title :
593             en : "Ben Hengst's Moose talk at PDX.pm"
594             de : "Ben Hengsts Vortrag über Moose bei PDX.pm"
595           podcast : http://pdxpm.podasp.com/archive.html
596         - url   : http://chris.prather.org/talks/moose-intro-mpls/
597           title :
598             en : "Chris Prather's An Intro to Moose at Minneapolis Perl Mongers"
599             de : "Chris Prathers Einführung in Moose bei den <span xml:lang='en'>Minneapolis Perl Mongers</span>"
600         - url   : http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html
601           title :
602             en : "Robert Boone's Moose talk at Houston.pm"
603             de : "Robert Boones Vortrag über Moose bei Houston.pm"