<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Robert &apos;phaylon&apos; Sedlacek</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/robert_phaylon_sedlacek/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.perl.org/users/robert_phaylon_sedlacek/atom.xml" />
    <id>tag:blogs.perl.org,2009-11-03:/users/robert_phaylon_sedlacek//260</id>
    <updated>2011-10-11T17:27:25Z</updated>
    <subtitle>A blog about the Perl programming language</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.38</generator>

<entry>
    <title>About Obligations</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/robert_phaylon_sedlacek/2011/10/about-obligations.html" />
    <id>tag:blogs.perl.org,2011:/users/robert_phaylon_sedlacek//260.2278</id>

    <published>2011-10-11T13:42:31Z</published>
    <updated>2011-10-11T17:27:25Z</updated>

    <summary>First off, documentation is important. I love good documentation, and I try documenting my code as good as I can. But I do that because I want, I can, and I have the time. It is not because I have...</summary>
    <author>
        <name>Robert &apos;phaylon&apos; Sedlacek</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://blogs.perl.org/users/robert_phaylon_sedlacek/">
        <![CDATA[<p>First off, documentation is important. I love good documentation, and I try documenting my code as good as I can. But I do that because I want, I can, and I have the time. It is not because I have to.</p>

<p>As you might have noticed there&#8217;s been <a href="http://szabgab.com/blog/2011/10/the-sin-of-no-documentation.html">some talk</a> about whether
people should be free to release Open Source software the way they want
to, or if we should try to bully them into compliance. Since the original author has now started to drop ad-hominems and directly attacking people who disagree with him, I will follow Gabor&#8217;s example and not link there. I&#8217;m also not gonna go into the topic of &#8220;People should be allowed to bully others. If you don&#8217;t like it, go away.&#8221; That one is left as an exercise to the reader.</p>

<p>I&#8217;m of the opinion that a free CPAN is what got us this far, what kept
Perl alive, and what will allow it to stay alive in the future. Be
it code, documentation, tests, RT tickets, or casual help on IRC. The sum
of all the people doing this for free is what makes this community great.</p>

<p>I&#8217;ll try to demonstrate below why I think we need to further to work as a
community, and the freedom and ease with which people participate. I also
hope to demonstrate how cursing, belittling and being condescending to
people who do something that isn&#8217;t of immediate use to you will not help.</p>

<p>But first off, to all people sharing any of their resources with the
community, be it just code, documentation, tests, marketing, user support,
or even just by keeping up with the community and using the modern tools,
furthering their use and progression: <strong>Thank You!</strong> Perl needs you, and
I couldn&#8217;t write Perl for a living if you all had just decided to keep
it to yourselves. The Perl community is not a hive-mind, and we&#8217;re made
up by many different minds.</p>
]]>
        <![CDATA[<p>But let&#8217;s get back to the issue at hand.</p>

<p>This discussion comes up a couple of times every year. It usually comes
up because some poor developer thought &#8220;Hey, this code might be useful to
someone else&#8221; and releases it without documentation. He has already
invested time in the project, and wants others to be able to build on
that. Then someone finds the module, sees no documentation, and goes on
a ballistic rant like one you&#8217;d put on a pizza delivery website if they
gave you cow-manure as topping instead of extra cheese.</p>

<p>Here are some points the proponents of a restricted CPAN make:</p>

<ul>
<li><p>I&#8217;m the customer using your product. There is an implicit support
contract between you and me.</p></li>
<li><p>if you&#8217;re not gonna write any documentation, I can&#8217;t use it. Why are
you releasing useless software in the first place?</p></li>
<li><p>People complain about not finding documentation. The lack of support
is killing Perl.</p></li>
<li><p>Why should I waste my time trying to figure out how the module works,
if the author could just spend the time writing the documentation?</p></li>
<li><p>I have deadlines to meet, and things to get done. Your stuff doesn&#8217;t
help me.</p></li>
</ul>

<p>Let me go into a bit of detail on why I think these assumptions are
flawed:</p>

<h2>&#8220;You owe me support&#8221;</h2>

<p>Actually, no one does. Most Perl modules even come with a notice that they
are provided without support or warranty. If I release a module, it&#8217;s not
a <em>product</em>. I&#8217;m not <em>selling</em> it to you. I wrote it and figured it might
be useful to others, so I put it into a public space and slapped a license
on it allowing people to use it. That&#8217;s what&#8217;s commonly known as &#8220;gift.&#8221;</p>

<p>Giving someone a gift in no way makes you obligated to give this someone
even more gifts. If you buy me a beer, you don&#8217;t owe me a sandwich. If you
give me a cake, I can&#8217;t complain it doesn&#8217;t have the right sprinkles.</p>

<p>I know that in todays consumer-driven environment we like to have someone
to blame. But to blame someone they have to have done something wrong. If
you can&#8217;t blame people for not giving you anything at all, you can&#8217;t blame
them for giving you less than what you would&#8217;ve wanted.</p>

<p>But these people have invested their time and resources into building
something. And instead of keeping it to themselves, not bothering with
anyone else, they chose to share it, so others might have less work to do
with it out there. Sounds like a nice gesture? Sounds like something the
community will be thankful for? I assume some of these people will learn
their lesson and leave the Perl community when they are told to &#8220;Get off
our CPAN&#8221; instead of being thanked, helped and supported in their
continuing involvement in the community.</p>

<h2>&#8220;Your code is useless&#8221;</h2>

<p>There&#8217;s lots of things in Perl that are useless to me. The Win23 modules?
I don&#8217;t use Windows. Basic tutorials? I haven&#8217;t needed them back then and
I don&#8217;t need them now. The Perl 5 porters are currently even looking if
they can continue to support z/OS. I can&#8217;t see that ever being of any use
to me.</p>

<p>But I still think it&#8217;s good that it&#8217;s happening, and I&#8217;m glad there are
people who are devoting their time and resources to provide us with these
things. And it&#8217;s the same with code without documentation.</p>

<p>Code with documentation does the job and is easily accessible. Code
without documentation does the job but isn&#8217;t easily accessible. No code
at all is of no use to anyone. Lots of people are not comfortable reading
and evaluating a module completely based on code. I have to do that every
day, so I&#8217;m used to it. I <em>can</em> make use of a module even if it doesn&#8217;t
have documentation. I <em>can</em> write bug reports. I <em>can</em> help write
documentation. I <em>can</em> help keep the documentation up-to-date and make
noise if something is unclear or unintentionally misleading.</p>

<p>If some people can&#8217;t because of other constraints, that&#8217;s perfectly
alright. We all have to work within our constraints. But if we start
policing module releases based on a single persons constraints, we&#8217;re
in trouble.</p>

<p>Should Catalyst and Moose have not been released instead of the community
working together to make them better? Should we remove Dist::Zilla
because the documentation could need more work? All documentation needs
more work, all the time. Just like all software needs more work.</p>

<p>There are lots of things that can be done with code lacking documentation:</p>

<ul>
<li><p>Simple libraries might be usable without documentation. At least for
private projects.</p></li>
<li><p>Someone else could come along and, instead of investing time to write
code and docs, invests time to write the docs for an existing module
that has none.</p></li>
<li><p>Someone could build a better module, using an undocumented one as basis
for how to get started. In this case the undocumented module is
basically a proof-of-concept.</p></li>
<li><p>Someone could fork the module if it&#8217;s good, but the opinions of the
original author and the new one differ.</p></li>
<li><p>If someone uploads undocumented bindings for a library &#8220;Foo,&#8221; the Perl
community now has contact to a developer who knows about &#8220;Foo.&#8221;</p></li>
</ul>

<p>And these are just the most obvious advantages. If the undocumented code
has a dependency, the following advantages are true as well:</p>

<ul>
<li><p>The code is a searchable, live and mirrored example of a use case for
the dependency. This means other users as well as the original author
of the dependency can look at another example of how it is used.</p></li>
<li><p>The code is testing the dependency, thanks to CPANTesters even on a
wide variety of platforms and perl versions. This is even nicer if the
module is used in a way not yet tested in the dependencies distribution.</p></li>
</ul>

<p>The point is: Even if the code doesn&#8217;t provide an immediate solution to
a single user, that doesn&#8217;t mean it has no value to anyone or the
community as a whole. If I share work, it is because I don&#8217;t see any
reason to keep it to myself. This to me is one of the basic pillars of Open Source. Being personally attacked is not.</p>

<h2>&#8220;People aren&#8217;t using Perl because of this&#8221;</h2>

<p>People aren&#8217;t using Perl for lots of reasons: TIMTOWTDI, not-shiny-enough
OO syntax, because it&#8217;s old, because it has sigils, because it&#8217;s not
compiled, and many more.</p>

<p>Lots of people spent lots of time getting documentation, testing, and best
practices established in the community. They went more than the extra
mile, were supportive, built better tools, and tried to communicated the
reasons and advantages.</p>

<p>Had these people just been attacked, belittled, and had we tried to rid
the Perl community of all these folks, there would be no Modern Perl
movement.</p>

<p>It is rather amusing (FSVO amusing), that the biggest complaint I ever
heard about the Perl community was rude people. I was asked more than
once why people should consider contributing if all they end up with is
getting hate. I find that thanks to the efforts of many people over the
years, and up to this day, this has been turned this around.</p>

<p>This long transformation of a loosely coupled group of people into a
social community of developers is what made Modern Perl possible. Perl
is growing again. Maybe not yet in all statistics, but with regards to
interoperability, library depth, tool-chain, testing, core development,
and community spirit, there is a lot moving forward. And every tiny
contribution is another step.</p>

<p>If there is a single mode of operation Perl does not need right now, it
is hate. Since this has come up again and again, I&#8217;ll just point you
<a href="http://perlbuzz.com/2011/08/nurturing-new-open-source-contributors.html">here</a> and <a href="http://perlbuzz.com/2011/04/stand-up-for-your-communities-and-projects.html">here</a>. In my opinion, if anything
is killing Perl right now, it is anti-community behavior, and trying
to make other contributors work seem worthless.</p>

<h2>&#8220;I don&#8217;t have the time&#8221;</h2>

<p>This is an easy one. If there is no code at all, you have to write it
yourself. If there is a module that does it, but it doesn&#8217;t satisfy you,
you can either help out, or write it yourself. It is all the same in
Open Source, no matter if it&#8217;s about features or documentation.</p>

<p>Too many people seem to think of Open Source as &#8220;selling a product with
a 0€ price-tag.&#8221; This could not be further from the truth. There are lots
of resources on the web about this, so I won&#8217;t go into it. But just
because you didn&#8217;t pay for something doesn&#8217;t mean the something is worth
nothing. It also doesn&#8217;t mean the time of the developer of the module is
worth nothing. Which means just because you got the first 10 hours he
spent writing the code for free, doesn&#8217;t entitle you in any way to another
5 of his hours for documentation or support.</p>

<p>I often hear that this is not about entitlement, but I can&#8217;t but feel
that it indeed is. Because this all implies that some people would rather
spend their time writing something from scratch, (hopefully) documenting
and testing it, instead of contributing to an existing module that is not
yet sufficient for their use. If you are angry about the fact that those
are the only choices you have, you are angry because you think you should
be entitled to &#8220;it doesn&#8217;t exist, I have to write it&#8221; versus &#8220;It is there,
tested and documented.&#8221;</p>

<h2>Conclusion</h2>

<p>Perl needs a free CPAN, and a community working together (socially),
instead of isolating what is not deemed worthy by some.</p>
]]>
    </content>
</entry>

<entry>
    <title>Perl in Germany · My CeBIT Recap</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/robert_phaylon_sedlacek/2010/03/perl-in-germany-my-cebit-recap.html" />
    <id>tag:blogs.perl.org,2010:/users/robert_phaylon_sedlacek//260.339</id>

    <published>2010-03-08T01:41:20Z</published>
    <updated>2010-03-08T02:21:26Z</updated>

    <summary>I had the opportunity to help out the Perl::Staff at this years CeBIT. There was lots of interest in Perl, and we had lots of talks with people about what they are using Perl for, and how to bring the...</summary>
    <author>
        <name>Robert &apos;phaylon&apos; Sedlacek</name>
        
    </author>
    
    <category term="cebit2010" label="cebit2010" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="enterprise" label="enterprise" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="perl" label="perl" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.perl.org/users/robert_phaylon_sedlacek/">
        <![CDATA[<p>I had the opportunity to help out the Perl::Staff at this years CeBIT. There was lots of interest in Perl, and we had lots of talks with people about what they are using Perl for, and how to bring the community and the companies using Perl closer together. This is quite a long post so I&#8217;ll put it behind the jump.</p>
]]>
        <![CDATA[<p>(This article is written in English, since it probably applies to a larger audience than only the German Perl community.)</p>

<p>For quite a long time I have thought that large parts of the German Perl user base were &#8220;unhealthily&#8221; discoupled from the (mostly) international core community. By core I mean CPAN, the Perl IRC network, mailing lists, and wherever else all the cool, new and edgy stuff happens. I also for a long time had no idea on how to fix this (and probably still haven&#8217;t). So I foremost have to thank the Perl::Staff for having me there, Renée for
getting me there in the first place, and the CeBIT as a whole for giving me many new insights into the community/industry gap.</p>

<h2>What we were doing</h2>

<p>You probably <a href="http://szabgab.com/blog/2010/03/1267974609.html">already</a> <a href="http://blogs.padre.perlide.org/">read</a> <a href="http://www.perlfoundation.org/perl5/index.cgi?events_2010_cebit">elsewhere</a> about where the priorities where in promoting Perl at this years <a href="http://www.cebit.de/">CeBIT</a>. We wanted to show that Perl exists, that it is still alive, and that there are new things being developed all the time. We also wanted to learn about companies&#8217; thoughts about Perl itself, the community, and the usage of Perl in the industry.</p>

<p>The Perl::Staff team itself was a very diverse mixture of people, which I think played out very advantageous for the whole effort. Many grounds were covered and I personally felt surrounded by lots of experience and know-how, this of course reflected upon the discussions, which often were quite in-depth and all-in-all very open minded.</p>

<p>Fortunately the average fitness level in relation to such events was higher than mine. I only managed to &#8220;work the floors&#8221; 7 hours for 3 days. Big kudos to all the others that managed to stay longer, and a big thanks to anyone in the community who does something like this voluntarily, since it is harder than one might imagine.</p>

<p>For me, it was the first event of this kind. I&#8217;ve only managed to get myself to a single YAPC, and the last time I worked at a convention stand was many years ago and with company backing. It was also my first CeBIT, so I wasn&#8217;t sure what to expect. Lucky for me, there wasn&#8217;t much time to be worried. When I arrived there were already plenty of people wanting to talk Perl.</p>

<p>I&#8217;d also like to thank whoever gave us that little info-shelf on (I believe) Thursday. I&#8217;m sure it saved us quite a few miles of walking if you&#8217;d sum it up!</p>

<h2>The Open Source corner</h2>

<p>I thought the organization and placement of the different booths and areas in regard to Corporate and Open Source topics was very well done. A big part of what we wanted to achieve was to bring the companies using Perl and the community closer together, so the floor plan worked out perfectly. Since my background is to a big part middle and large-scale development (front- and back-end), I enjoyed to talk to many CEOs and IT managers. And I assume the careful interweaving of Corporate and Open Source areas had a solid part in making that possible.</p>

<h2>&#8220;Have You Heard Of Perl?&#8221;</h2>

<p>There were much more people that knew (and liked!) Perl than I expected. There was some talk about maintainability in regard to other languages, but everybody agreed that while there are platforms that prioritize an easy learning curve and such as more important than expressiveness, it all depends on the situation and the developers using the tools. Note that having other priorities isn&#8217;t a bad thing. Quite the opposite, actually; how could we evolve without accepting different viewpoints as valid?</p>

<p>Many, many German companies have used or are still using Perl. Also the ones making heavy use of Perl were quite a bit more than I expected. The whole event felt more like a reconnection between two worlds that have been separated for years, rather than being about telling people that Perl exists.</p>

<p>So, many people have heard of Perl. But only a small part knew about Modern Perl, <a href="http://moose.perl.org/">Moose</a>, <a href="http://www.catalystframework.org/">Catalyst</a>, <a href="http://search.cpan.org/dist/DBIx-Class">DBIx::Class</a> or any of the other new developments. What seems to be missing is a way to keep companies, institutions and teams informed about the larger developments in the Perl community in general, and the individual changes and progress of our most high-profile libraries. At the moment, I see no need for a killer-application. We have lots of killer-libraries that do an amazing job at Getting Things Done while staying flexible enough to solve exotic problems.</p>

<p>There&#8217;s lots of talk happening in the social media about Perl right now. Lots of blogging, tweeting and so on. This is an awesome development, and has freshed up the whole idea of being part of the Perl community, throwing ideas out there to see what sticks, and solving problems as a community.</p>

<p>But to those that aren&#8217;t a part of the core community, this information is either not interesting, or it doesn&#8217;t even reach them in the first place. Even I don&#8217;t have the time to read all the Changes files for modules that I use regularly, and me being up-to-date is a large part of me being able to afford food. The new social media boom in the Perl community makes this a lot easier for me, since even if I missed a new feature in the Moose change log, I might read someone&#8217;s blog post about it later on.</p>

<p>Social media is great for reaching exactly the people that are interested, and to get information to people that might be interested but don&#8217;t know it yet. But for it to be viable to keep a group of people informed that work as a unity, like a development team or company management, it is just spread out too thinly for many pieces of information. Most development teams don&#8217;t have someone whose job it is to stay updated and bring important developments, news and so on to the attention of the team as a whole. This also means that in order for a team to learn and utilize a new feature
in let&#8217;s say Catalyst, they are dependent on at least one developer picking up on that information somewhere in the social sphere, the Changes file, the mailing list, or somewhere else inside the established channels of the Perl community.</p>

<p>I think the point I&#8217;m trying to make is that we need to reach out not only to the people by using social media (blogs, Twitter, reddit), but also to the more traditional forms of media that don&#8217;t have such a wide-spread coverage, but are more easily accessible to groups (newspapers, and probably the traditional forms of online news coverage as well).</p>

<p>Many of us (me included) are used to think in smaller scales. We focus too much on what software does, and too little on what it makes possible. We do this because when library developers talk to each other, they focus on different things than what application developers talk about. Having something like a centralized place where the different projects could inform the community as a whole about new and exciting developments
could be a huge win. We already have the ability of the developers and the users to give us a wide picture of how they are using software, and what they are doing with the things that were implemented. We don&#8217;t yet have a place where these projects can speak as a <em>group</em> about why they made decisions, what they want to make possible, what the large-scale concepts and contexts are, or simply be able to reach out. This would also be a great place to draw people closer to the community or individual projects.</p>

<p>It would also be a nice overview for people to see what Perl can actually do. At the CeBIT, I talked a lot with people about developing complex systems in Moose, about the scalability of Catalyst and how its flexibility allows you to solve all your large-scale business needs with ease while staying maintainable, performing extremely well, and still being flexible enough to cope with all issues that you didn&#8217;t think of yet. I got the feeling that many people have no problem with evaluating different options. They don&#8217;t have a problem with TIMTOWTDI. But they want at least a nudge in a general direction so they see what they are looking for is possible, is provided, and has solutions that they can freely choose from.</p>

<p>We need to find a way to keep casual Perl users informed about what is happening in Perl. Information is everything.</p>

<h2>Where Perl is used in Germany</h2>

<p>As expected, system administration, data processing and infrastructure/workflow solutions are still seen as Perl&#8217;s strong points by many institutions and companies.</p>

<p>I was rather surprised by the fact that many CEOs and managers had a real interest in and many good things to say about Perl, Open Source, and especially the community-driven efforts. I think that providing more high-level resources and articles about the use of Perl in companies and institutions might turn out as a win. We don&#8217;t have as many or as shiny killer applications as other platforms, but we certainly have the tools, the flexibility and the know-how for providing solutions to business needs and industry problems from small to enterprise-scale.</p>

<p>There was also a huge amount of people doing C and C++ together with Perl. I think if we&#8217;d had an easy to use and flexible FFI that can cover the most common needs it could really take off. I had an idea bout using the Moose type system to create a transforming membrane-layer between C/C++ and Perl, but my knowledge about low-level languages is unfortunately less than basic. There was also more talk about embedding Perl into other projects than I expected.</p>

<p>I was able to make lots of contacts with different people who were interested in giving feedback and staying in contact with the Perl community. The general agreement also seemed to be that Perl and its corporate user base as well would greatly profit from a better awareness of Perl&#8217;s existence, scalability and spread.</p>

<h2>&#8220;So, about Perl 6&#8230;&#8221;</h2>

<p>Perl 6, Rakudo and Parrot were mentioned quite often. Most of the people I talked with already knew what Perl 6 was (almost all of them also knew that Perl 5 won&#8217;t go away), so the question I got asked mostly was &#8220;When will Perl 6 come out?&#8221; Being pointed to Rakudo Star being on its way got a couple of people surprised, but also excited.</p>

<p>I also got many chances to mention Parrot to people. I think Parrot and the flexibility it will provide are often underestimated. And many non-Perl people only knew that Parrot was an upcoming dynamic virtual machine, but knew little or nothing about its goals or features.</p>

<h2>Other dynamic languages</h2>

<p>If your statistical sample consists of reddit, digg or slashdot, Perl, Python, Ruby and all the other members of the family of dynamic languages are at war. Of course, we&#8217;re also fighting the static languages, but that&#8217;s a whole different kind of silly.</p>

<p>My experience at CeBIT was quite the opposite. I didn&#8217;t get a chance to talk to many Ruby people. I assume that while the Ruby community is growing, it&#8217;s still in its early days around these parts of the world. I did, however, get to talk to many people using Python. Some having switched from Perl, some using both side by side, and some that never tried Perl before. (And some coming to Perl from Python.) And even many of those that switched away didn&#8217;t doubt that Perl still was a valid choice.</p>

<p>The decision to either use an existing community-supported library or build your own solution in-house is a difficult one. Those companies going with the latter option might base their choice of platform on the availability and trainability of developers. And currently, the public opinion favors Python as an option to ensure that you don&#8217;t run out of manpower in that scenario.</p>

<p>So, the question &#8220;How easy is it to learn Perl?&#8221; was asked more than once at CeBIT. Being able to point people at <a href="http://learn.perl.org/">learn.perl.org</a> was a huge help in showing people that learning Perl can is easy. We often emphasize that we use tools like <a href="http://search.cpan.org/dist/Perl-Critic">Perl::Critic</a> to ensure best-practices, and that this and having team-guidelines goes a long way in making software maintainable. But to people who aren&#8217;t used to this it may seem like a big effort just to write readable code. Yes, they think it wastes time to do it this way. <em>We</em> know it doesn&#8217;t. <em>We</em> know that Perl&#8217;s testing infrastructure and culture are progressed enough that you can drop a simple file using a simple
module into your test folder, and you can use the full Perl testing tool chain to ensure that the policies you decided are best for your team are followed. Combine this information with commit hooks in the repository and you have a way to ensure coding standards are upheld by your team. And this is only a single example.</p>

<p>In the Perl ecosystem there are many, many small libraries that don&#8217;t seem to do much. But we often forget that the Perl community around CPAN has a very strong tendency of getting along. Combining different library functionalities to achieve our goals is something we do each and every day, These libraries might not seem very interesting at first, some might even wonder what the fuzz is all about. But they might be the single simple last wheel that is needed to allow much more complex solutions to be solved easily. The wheel was in itself a rather boring invention. The exciting thing was what
one could do with it.</p>

<p>To get back on track: In the bigger picture, friendship and respect seem to be found more often between different languages and platforms. There was lots of excitement about Perl being a stable and reliable community effort, and maybe we could all gain a lot if we (in this context, &#8220;we&#8221; means the community-driven languages like Perl, Python and Ruby) worked together to tell our success stories, and how these community efforts can help and grow with the industry.</p>

<h2>PR Ideas</h2>

<p>There were some ideas floating around the Perl stand about what other kind of information one could present at an event like this. The stuff we had this time was already really awesome. It was simple, elegant, concise, funny, and brought the point across very well. It also did a great job at covering a big part of what one could tell people about Perl. Some ideas that came up (not by me) were having a map of the Perl Monger groups (which some people didn&#8217;t know about yet), or a simply poster listing
all Perl modules names on CPAN. 20.000 seems a lot to us, since we know what traffic and work is going through CPAN each day. But for someone on the outside it is often hard to visualize the quantity of know-how that is archived in there.</p>

<p>Other things I could think of were expanding on this years postcard-sized PR material. Like diagrams showing the CPAN infrastructure, the tool chains, or the different solutions for common problems (like testing) could very well fit on a single post-card. I could also imagine people being interested in brochures about all the different ways of doing testing in Perl, about using Moose for doing object orientation and what MooseX modules the community favors most, about what Catalyst allows you to do and what 
extensions exist to cater to a wide range of needs.</p>

<p>The cards we had that listed the Perl events got people really interested as well. I think quite a few people were surprised by how active the Perl community is. I could imagine a brochure being only concerned about &#8220;Social Perl&#8221; covering things like the Perl Mongers, the conferences, the CPAN Testers project, the mailing lists, how to become a CPAN author and so on being a good idea. Especially at business-oriented conferences, since the information we gave out might very well be carried into many offices next week.</p>

<h2>To Wrap Up</h2>

<p>This was a very exciting event, it was much harder than I expected. We had a huge success, and Perl is still a strong player in the field. I certainly hope to be able to help out again soon. Although next time I&#8217;ll start jogging a couple weeks before the event.</p>
]]>
    </content>
</entry>

</feed>
