11 url : http://www.yahoo.com
13 url : http://www.symantec.com
15 url : http://www.cisco.com
17 url : http://www.imdb.com
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
25 url : http://www.shadowcat.co.uk
27 url : http://www.valueclick.com
28 - name : "Magazines.com"
29 url : http://www.magazines.com
31 url : http://www.takkle.com
32 - name : Open Data Group
33 url : http://opendatagroup.com/
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
41 url : http://www.socialtext.com
43 url : http://www.napster.com
44 - name : "Capitol Advantage"
45 url : http://capitoladvantage.com/
47 url : http://www.tamarou.com
48 - name : "Cloudtone Studios"
49 url : http://cloudtone.ca/
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/
59 url : http://medtouch.com/
60 - name : "MusicBrainz"
61 url : http://musicbrainz.org/
63 url : http://www.current.com/
64 - name : "The Genome Center at Washington University"
65 url : http://genome.wustl.edu/
66 - name : "Bioinformatics Group at <acronym title='University College London'>UCL</acronym>"
67 url : http://bioinf.cs.ucl.ac.uk/
69 template : download.tt
70 outfile : download.html
74 url : http://search.cpan.org/dist/Moose/
75 - name : <code>Class::MOP</code>
76 url : http://search.cpan.org/dist/Class-MOP/
77 - name : <code>Task::Moose</code>
78 url : http://search.cpan.org/dist/Task-Moose/
79 - name : <code>Task::Kensho</code>
80 url : http://search.cpan.org/dist/Task-Kensho/
81 - name : <code>MooseX::*</code>
82 url : http://search.cpan.org/search?query=MooseX&mode=dist
84 public : <code>git://git.moose.perl.org/Moose.git</code>
85 committer: <code>gitmo@git.moose.perl.org:Moose.git</code>
86 web_view : http://git.shadowcat.co.uk/gitweb/gitweb.cgi
87 github : http://github.com/nothingmuch/moose
90 outfile : support.html
93 - '<a href="irc://irc.perl.org/moose">#moose@irc.perl.org</a>'
94 - '<a href="irc://irc.perl.org/moose-dev">#moose-dev@irc.perl.org</a>'
96 address : moose@perl.org
97 archive : http://news.gmane.org/gmane.comp.lang.perl.moose
99 - name : textmate bundle
100 url : http://github.com/perigrin/perl-moose.tmbundle
101 - name : quickref card
102 url : http://users.ox.ac.uk/~oliver/data/files/moose-quick-ref.pdf
104 template : articles.tt
105 outfile : articles.html
109 - url : http://stevan-little.blogspot.com/2010/03/moose-100-is-released.html
111 en : Moose 1.00 is Released
112 - url : http://www.modernperlbooks.com/mt/2010/03/ill-get-the-mop.html
114 en : chromatic talks about <code>Class::MOP</code> in relation to his Modern Perl book
115 - url : http://chris.prather.org/been-there-done-that.md.html
117 en : Chris Prather discusses Moose and the Modern Perl movement
118 - url : http://www.modernperlbooks.com/mt/2010/01/subtle-encouragement-toward-correctness.html
120 en : chromatic discusses how Moose helps you write more correct code
123 - url : http://chris.prather.org/a-little-bit-of-history.md.html
125 en : "Chris Prather compares <code>MooseX::Declare</code> to Simula 67"
126 - url : http://stevan-little.blogspot.com/2009/06/why-makeimmutable-is-recommended-for_13.html
128 en : "Stevan Little explains why you should make your Moose classes immutable"
129 - url : http://perldition.org/articles/Parameterized%20Roles%20with%20MooseX::Declare.pod
131 en : Florian Ragwitz uses parameterized roles with <code>MooseX::Declare</code>
132 - url : http://www.dmclaughlin.com/2009/05/15/chained-accessors-in-moose/
134 en : "David McLaughlin experiments with extending Moose for <code>MooseX::ChainedAccessors</code>"
135 - url : http://blog.sartak.org/2009/05/parameterized-roles.html
137 en : "Shawn M Moore explains parameterized roles"
138 - url : http://jjnapiorkowski.vox.com/library/post/top-ten-great-things-about-perl-moose-postmodern-object-system.html?_c=feed-atom
140 en : "John Napiorkowski lists ten great things about Moose"
141 - url : http://our.coldhardcode.com/jshirley/2009/05/another-reason-i-love-perl.html
143 en : "Jay Shirley dotes on <code>MooseX::MultiMethods</code>"
144 - url : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-duck-typing.html
146 en : "chromatic contrasts roles and duck-typing"
147 - url : http://use.perl.org/~Ovid/journal/38885
149 en : "Ovid discusses role problems and possible solutions"
150 - url : http://samcrawley.wordpress.com/2009/05/03/getting-the-hang-of-moose-roles/
152 en : "Sam Crawley summarizes his experience with roles"
153 - url : http://blog.sartak.org/2009/05/perl-critic-dynamic-moose.html
155 en : "Shawn M Moore discusses <code>Perl::Critic</code> for Moose and linting with the MOP"
156 - url : http://babyl.dyndns.org/techblog/2009/05/moose-attribute-meta-meddling.html
158 en : "Yanick Champoux meddles with extending Moose attributes"
159 - url : http://www.modernperlbooks.com/mt/2009/05/perl-roles-versus-inheritance.html
161 en : "chromatic contrasts roles and inheritance"
162 - url : http://use.perl.org/~Ovid/journal/38880
164 en : "Ovid lists some best practices for role-based refactoring"
165 - url : http://chris.prather.org/perl/moose-dependencies-a-lurid-tale/
167 en : "Chris Prather justifies each of Moose's dependencies"
168 - url : http://zerothorder.blogspot.com/2009/04/chopping-proteins-with-moose.html
170 en : "Bruno Vecchi praises Moose for making his protein analysis code easier"
171 - url : http://blog.sartak.org/2009/04/new-moose-warning-and-new-moose-critic.html
173 en : "Shawn M Moore explains role composition and some bumps in the Moose design process"
174 - url : http://use.perl.org/~Ovid/journal/38863
176 en : "Ovid praises roles and their happy acceptance at the BBC"
177 - url : http://perldition.org/articles/Implementing%20Typed%20Lexical%20Variables.pod
179 en : "Florian Ragwitz walks through the marriage of <code>MooseX::Types</code> with <code>Lexical::Types</code>"
180 - url : http://use.perl.org/~Ovid/journal/38862
182 en : "Ovid eschews inheritance in favor of roles"
183 - url : http://www.modernperlbooks.com/mt/2009/04/the-why-of-perl-roles.html
185 en : "chromatic on The Why of Perl Roles"
186 - url : http://chris.prather.org/why-moose-is-post-modern.html
188 en : "Chris Prather rationalizes Moose's \"post modern\" label"
189 - url : http://jjnapiorkowski.vox.com/library/post/why-i-use-moose-perls-post-modern-object-system.html?_c=feed-atom
191 en : "John Napiorkowski on why he uses Moose"
192 - url : http://www.catalyzed.org/2009/04/catalyst-58-released.html
194 en : "Tomas Doran interview about the new Moose-based Catalyst"
195 - url : http://use.perl.org/~Ovid/journal/38785
197 en : "Ovid praises role-based refactoring"
198 - url : http://blog.urth.org/2009/04/moose-docs-grant-wrap-up.html
200 en : "Dave Rolsky's post-mortem on his Moose documentation grant"
201 - url : http://use.perl.org/~acme/journal/38554?from=rss
203 en : "Léon Brocard summarizes London.pm's \"What is Moose and why is it the future?\" meeting"
206 - url : http://broadcast.oreilly.com/2008/11/beginners-introduction-to-obje.html
208 en : "chromatic suggests Moose and Mouse in his Beginners Introduction to Object-Oriented Programming with Perl article"
209 - url : http://hanekomu.at/blog/articles/20080924-1137-dissecting_the_moose.html
211 en : "Marcel (hanekomu) Grünauer explores Moose in a series of articles"
212 - url : http://www.slideshare.net/Tim.Bunce/perl-myths-200802-with-notes/
214 en : "Tim Bunce's excellent Perl Myths talk gives a shout out to Moose"
215 - url : http://trombik.mine.nu/~cherry/w/index.php/2008/03/22/1202/oop-with-moose
217 en : "trombik writes an introduction to Moose in Japanese"
218 - url : http://draegtun.wordpress.com/2008/03/12/doodling-with-moose-part-1/
220 en : "Barry Walsh does an excellent comparison of Moose and Ruby (specifically the Doodle module)"
223 - url : http://avatraxiom.livejournal.com/70947.html
225 en : "Max Kanat-Alexander (of Bugzilla fame) has some nice things to say about Moose"
226 - url : http://www.perl.com/pub/a/2007/12/06/soto-11.html?page=3
228 en : "Larry mentioned Moose in 2007's State of the Onion speech"
230 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."
232 - url : http://chainsawblues.vox.com/library/post/a-perl-read-excute-print-loop-repl.html
234 en : "Writing a Perl read-<abbr title='evaluate'>eval</abbr>-print loop (<acronym title='read-eval-print loop'>REPL</acronym>) - part 1"
235 - url : http://chainsawblues.vox.com/library/post/writing-a-perl-read-eval-print-loop-repl---part-2.html
237 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 2 - a history plug-in"
238 - url : http://chainsawblues.vox.com/library/post/writing-a-perl-repl-part-3---lexical-environments.html
240 en : "Writing a Perl <acronym title='read-eval-print loop'>REPL</acronym> part 3 - lexical environments"
241 - url : http://chainsawblues.vox.com/library/post/develrepl-part-4---script-options-rc-files-profiles-and-packaging.html
243 en : "<code>Devel::REPL</code> part 4 - script options, <abbr title='configuration'>rc</abbr> files and profiles"
245 en : "Randal Schwartz wrote a series of articles on Moose for Linux Magazine"
247 - url : http://www.stonehenge.com/merlyn/LinuxMag/col94.html
249 en : "The Moose is Flying (part 1) (LinuxMag)"
250 - url : http://www.stonehenge.com/merlyn/LinuxMag/col95.html
252 en : "The Moose is Flying (part 2) (LinuxMag)"
256 en : <code>Class::MOP</code> Review (OnLAMP)
257 url : http://www.oreillynet.com/onlamp/blog/2006/06/cpan_module_review_classmop.html
258 - name : presentations
259 template : presentations.tt
260 outfile : presentations.html
265 en : Stevan Little's talk at <acronym title="Oasis Perl workshop">OPW</acronym>
266 url : http://iinteractive.com/moose/hosted-presentations/2010/stevan_OPW/index.html
267 video : http://www.presentingperl.org/opw2010/untitled-no-12/
269 en : Drew Stephens gives a lighting talk on Moose at <abbr title="SuperHappyDevHouse">SHDH</abbr> 36
270 url : http://www.slideshare.net/dinomite/learning-moose-lightning
271 video : http://www.youtube.com/watch?v=wGGDPATfsfo&NR=1
274 - url : http://www.slideshare.net/Penfold/introduction-to-moose-2437037
276 en : Mike Whitaker's Intro to Moose at Italian Perl Workshop
277 - url : http://sartak.org/talks/frozen-perl-2009/moose/
279 en : "Shawn M Moore's Intro to Moose at Frozen Perl"
280 - url : http://iinteractive.com/moose/hosted-presentations/2009/e-lamp/perl-great-lannguages.xul
282 en : "Stevan Little's talk at Nashville E-Lamp"
283 - url : http://yapc10.org/yn2009/talk/2047
285 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)"
286 - url : http://yapc10.org/yn2009/talk/1967
288 en : "Devin Austin's Intro to Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
289 - url : http://sartak.org/talks/yapc-na-2009/extending-moose/extending-moose.pdf
291 en : "Shawn Moore's Extending Moose for Applications at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
292 - url : http://iinteractive.com/moose/hosted-presentations/2009/YAPC-NA/moose.xul
294 en : "Stevan Little's To Moose or Not To Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
295 - url : http://yapc10.org/yn2009/talk/1984
297 en : "Hans Dieter Pearcey's Code Reuse with Moose at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
298 - url : http://www.onemogin.com/blog/stuff/talks/moose/MooseForManagers.pdf
300 en : "Cory Watson's Moose for Managers at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym> 2009"
301 - url : http://yapceurope2009.org/ye2009/talk/2096
303 en : "Yuval Kogman's Meta Moose at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
304 - url : http://yapceurope2009.org/ye2009/talk/2273
306 en : "Yuval Kogman's Moose Workshop at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym> 2009"
307 - url : http://conferences.yapcasia.org/ya2009/talk/2192
309 en : "Shawn Moore's Moose master class at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia 2009"
310 - url : http://conferences.yapceurope.org/ipw2009/talk/2371
312 en : "Mike Whitaker's Introduction to Moose at the Italian Perl Workshop"
313 - url : http://lumberjaph.net/~franck/stuff/Introduction_a_Moose.pdf
315 en : 'franck cuny''s Introduction to Moose at the France <acronym title="Open Source Developers'' Conference">OSDC</acronym>'
316 - url : http://www.perlworkshop.no/npw2009/talk/1901
318 en : "Yuval Kogman's Why Moose at the Nordic Perl Workshop"
319 - url : http://perloasis.org/opw2009/talk/1702
321 en : "Cory Watson's Moose for Managers at the Perl Oasis"
322 - url : http://perloasis.org/opw2009/talk/1701
324 en : "Mike Whitaker's Building a Moose Class at the Perl Oasis"
327 - url : http://yapc.tv/2008/lpw/mike-whitaker-intro-moose/
329 en : "Mike Whitaker's Into to Moose at the London Perl Workshop"
330 - url : http://iinteractive.com/moose/hosted-presentations/2008/sunnavy-Beijing-Perl-Workshop.pdf
332 en : "sunnavy's Moose talk at Beijing Perl Workshop"
333 - url : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose.xul
335 en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
336 - url : http://iinteractive.com/moose/hosted-presentations/2008/stevan-PPW/moose-manager.xul
338 en : "Stevan Little's Manager's Guide to Moose at Pittsburgh Perl Workshop"
339 - url : http://iinteractive.com/moose/hosted-presentations/2008/stevan-OSCON/moose.xul
341 en : 'Stevan Little''s Moose talk at <abbr title="O''Reilly Open Source Convention">OSCON</abbr>'
342 - url : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-NPW/practical_moose.html
344 en : "Yuval Kogman's Practical Moose at Nordic Perl Workshop"
346 en : "Yuval Kogman's Practical Moose at <acronym title='Yet Another Perl Conference'>YAPC</acronym>::Asia"
347 url : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-YAPC-Asia/practical_moose.html
348 video : http://conferences.yapcasia.org/ya2008/talk/1017
349 - url : http://iinteractive.com/moose/hosted-presentations/2008/stevan-YAPC-NA.pdf
351 en : "Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>"
352 - url : http://iinteractive.com/moose/hosted-presentations/2008/nothingmuch-PTPW/practical_moose.html
354 en : "Yuval Kogman's Practical Moose at Portuguese Perl Workshop"
357 - url : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/roles/roles.xul
359 en : "Stevan Little's Horizontal Reuse with <code>Moose::Role</code> at Pittsburgh Perl Workshop"
360 - url : http://iinteractive.com/moose/hosted-presentations/2007/stevan-PPW/moose/start.html
362 en : "Stevan Little's Moose talk at Pittsburgh Perl Workshop"
363 - url : http://iinteractive.com/moose/hosted-presentations/2007/nothingmuch-YAPC-EU/slides/start.html
365 en : "Yuval Kogman's Object Meta Programming at <acronym title='Yet Another Perl Conference - Europe'>YAPC::EU</acronym>"
369 en : Stevan Little's Moose talk at <acronym title='Yet Another Perl Conference - North America'>YAPC::NA</acronym>
370 url : http://iinteractive.com/moose/hosted-presentations/2006/stevan_YAPC/start.html
372 en : Sam Vilain's Moose talk at <acronym title="Open Source Developers' Conference">OSDC</acronym> Melbourne
373 url : http://utsl.gen.nz/talks/moose/start.htm
374 - year : Perl Mongers Groups
376 - url : http://www.slideshare.net/Ovid/refactoring-with-roles-1298185
378 en : "Ovid's Refactoring with Roles at London.pm"
379 - url : http://www.weftsoar.net/~hdp/talk/meta-moose/slides/start.html
381 en : "Hans Dieter Pearcey's Meta-Moose at PDX.pm"
382 - url : http://www.bofh.org.uk/2009/05/13/london-pm-presentation
384 en : "Piers Cawley's <code>MooseX::Declare</code> talk at London.pm (video)"
385 - url : http://www.slideshare.net/dtreder/moose-527243
387 en : "Doug Treder's Moose talk at Seattle Perl Users Group"
388 - url : http://www.slideshare.net/hakobe/moose
390 en : "hakobe's Moose presentation at Kansai.pm"
391 - url : http://iinteractive.com/moose/hosted-presentations/2008/notbenh-PDX.xul
393 en : "Ben Hengst's Moose talk at PDX.pm"
394 podcast : http://pdxpm.podasp.com/archive.html
395 - url : http://chris.prather.org/talks/moose-intro-mpls/
397 en : "Chris Prather's An Intro to Moose at Minneapolis Perl Mongers"
398 - url : http://houston.pm.org/talks/2007talks/0704Talk/slides/start.html
400 en : "Robert Boone's Moose talk at Houston.pm"