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