<html>
<head>
  <title>Perl Weekly Issue #138 - 2014-03-17 - Would you like to have a Perl conference in your European city?</title>

</head>
<body>

<style>
table { font-family: helvetica, arial, sans-serif; }
p { margin: 1.2em 0em 1.35em 0em; line-height: 1.4em; }
a { color: #04c; }

#menu {
  border-bottom: 1px solid #ccc;
}
#menu ul {
  text-align: center;
  margin: 0;
}
#menu li {
  font-size: 12px;
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

#social_icons {
  margin-top: 10px;
}

</style>

<table border="0" cellpadding="0" cellspacing="0" width="700" align="center"><tr bgcolor="#ffffff">
<tr>
<td>

<p id="logo">
<a href="http://perlweekly.com/" style="
  background-color: #004065;
  color: #FFF;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  font-family: Gadget;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  padding: 10px;
">Perl Weekly</a>

</p>
<p id="issue"
  style="border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-size: 18px;">
Issue #138 - 2014-03-17 - Would you like to have a Perl conference in your European city?
</p>




<div style="text-align: center">
You can <a href="http://perlweekly.com/archive/138.html">read the newsletter on the web</a>, if you prefer.
</div>




<p style="font-size: 16px">
Hi,
</p>

<p style="font-size: 16px">
sorry for the delayed posting, I had an unplanned 2-days vacation with my daughter. It was great.
</p>

<p style="font-size: 16px">
I hope you also enjoyed your weekend, and you are ready for a new set of articles:
</p>



  <div>
    <hr style="color: red" id="announcements" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Announcements</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCn7Z" style="
            font-size: 18px;
            font-weight: bold;
            ">Call for Venue for YAPC::Europe::2015</a>
         <br />
         <p style="font-size: 16px">
           Would you like to have a Perl conference in your (European) city? This is your chance to put your city on the world map! The dead-line for sending letter of intent is Friday, 25 April, and then you'll still have 2 months to actually prepare your proposal or hide under a stone.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCn84" style="
            font-size: 18px;
            font-weight: bold;
            ">German Perl Workshop 2014 - Just 20 tickets left - T-14 days</a>
         <br />
         <p style="font-size: 16px">
           That was on March 11. I am not sure if they still have any more tickets left.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCkJu" style="
            font-size: 18px;
            font-weight: bold;
            ">Czech Perl Workshop</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="articles" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Articles</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCkZP" style="
            font-size: 18px;
            font-weight: bold;
            ">Evolvable languages</a>
         <br />
         <p style="font-size: 16px">
           Jeffrey Kegler shows some Perl code that is obviously incorrect, to the eyes of a long time Perl developer, but that seems natural. He then shows how, with the help of a Marpa preprocessor this syntax could be allowed.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCkZQ" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl Encryption Primer: The Importance of Randomness</a>
         <br />
         <p style="font-size: 16px">
           Timm Murray from the Wumpus Cave explains how rand() works and why it is not a good tool when security is important. He then goes on to suggest adding extra hardware if randomness is really important, or at least to use Crypt::Random.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCkZT" style="
            font-size: 18px;
            font-weight: bold;
            ">How did PHP and Python take over such a huge market-share of Perl?</a>
         <br />
         <p style="font-size: 16px">
           In a nutshell: the 'ease of getting started' and 'batteries included' are two keys in those stories and while there are other issues, without solving these two Perl has no chance in getting in the ring again.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCn8b" style="
            font-size: 18px;
            font-weight: bold;
            ">A Faster Perl Runtime in Tiny Steps</a>
         <br />
         <p style="font-size: 16px">
           Apparently now Booking.com is sponsoring Dave Mitchell directly to improve the performance of perl. Steffen Muller explains the changes Dave made in a human readable way.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="testing" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Testing</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnoo" style="
            font-size: 18px;
            font-weight: bold;
            ">Precision Testing for Modern Perl</a>
         <br />
         <p style="font-size: 16px">
           Toby Inkster argues that Test::Most is old, has some outdated dependencies and cannot be changed because modules depend on it. Hence he released Test::Modern with a set of dependencies that are good now. I applaud the recommendations, but I think this is not a good path. IMHO it would be better to find a way to update Test::Most.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnop" style="
            font-size: 18px;
            font-weight: bold;
            ">Test::More - New Maintainer, Also stop version checking!</a>
         <br />
         <p style="font-size: 16px">
           Chad 'Exodist' Granum is the new maintainer of Test::More. If you have been experimenting with the 1.5 branch, you might need to update your code!
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnou" style="
            font-size: 18px;
            font-weight: bold;
            ">How soon do CPAN Testers start testing your releases?</a>
         <br />
         <p style="font-size: 16px">
           It is only based on data from a single CPAN distribution, but so far it shows that the bulk of the test reports arrive in the first 8 days after the release reaches PAUSE with some reports arriving within the first hour!
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVClgm" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl::QA Hackathon in Lyon - Day 1</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnox" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl::QA Hackathon in Lyon - Day 2</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnoF" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl::QA Hackathon in Lyon - Day 3</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnEW" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl::QA Hackathon in Lyon - Day 4</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="code" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Code</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnEZ" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl RegEx /s /m Magic</a>
         <br />
         <p style="font-size: 16px">
           Sebastian Willing explains the 3 modifiers: /s, /m, and   .
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="web" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Web</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnF6" style="
            font-size: 18px;
            font-weight: bold;
            ">pjam on rails - build server for perl applications</a>
         <br />
         <p style="font-size: 16px">
           This looks like some strange animal. A build-server for Perl applications, but running on Ruby on Rails? You might want to check it out and let everyone know what's it about?
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="cpan" />
    <div style="
      font-size: 18px;
      font-weight: bold;">CPAN</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVClwO" style="
            font-size: 18px;
            font-weight: bold;
            ">What happens when you upload to CPAN?</a>
         <br />
         <p style="font-size: 16px">
           This is the first part of a series in which Neil Bowers tries to explain to himself and to you how the whole CPAN ecosystem works. Do you know what is PAUSE and what BackPAN?
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVClwP" style="
            font-size: 18px;
            font-weight: bold;
            ">You Can Help MetaCPAN by Helping the QA Hackathon</a>
         <br />
         <p style="font-size: 16px">
           In general MetaCPAN does not accept monetary contributions, but being able to participate at the annual QA Hackathon helps Olaf Alders to allocate time to work on MetaCPAN and get others to be involved. So if you'd like to help MetaCPAN with money, the best way is to donate to the QA Hackathon. (See reports about this years QA Hackathon in the Testing section above.)
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVClwR" style="
            font-size: 18px;
            font-weight: bold;
            ">Sometimes, all it takes is a simple change to make your Perl code run on Windows</a>
         <br />
         <p style="font-size: 16px">
           The difference between directory separator characters between Windows and Linux has tripped me many times. Especially in test. Now Sinan Unur shows how we could improve our tests script be be less platform dependent.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="fun" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Fun</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnFb" style="
            font-size: 18px;
            font-weight: bold;
            ">perldoc -l for modules without pod</a>
         <br />
         <p style="font-size: 16px">
           Did you know that 'perldoc -lm Module::Name will print the path to a module even if it does not have POD?  You can open it in vim by typing 'vim $(perldoc -lm Module::Name)'
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="grants" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Grants</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnVq" style="
            font-size: 18px;
            font-weight: bold;
            ">Maintaining Perl 5: Grant Report for Month 7</a>
         <br />
         <p style="font-size: 16px">
           The report by Tony Cook.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnVt" style="
            font-size: 18px;
            font-weight: bold;
            ">March 2014 Grant Proposals</a>
         <br />
         <p style="font-size: 16px">
           After many months without any grant requests, and after raising the grant limit from 3,000 to 10,000, the last call for grant proposals brought you 4 grant proposals. The Perl Foundation is looking forward to read your comments and thoughts.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="perl_6" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Perl 6</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnVu" style="
            font-size: 18px;
            font-weight: bold;
            ">Changes for week 10 of 2014 Mar 10</a>
         <br />
         <p style="font-size: 16px">
           This is the Perl 6 weekly
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="training" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Training</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnVz" style="
            font-size: 18px;
            font-weight: bold;
            ">What goes around, comes around</a>
         <br />
         <p style="font-size: 16px">
           Vikings being attacked by an Aussie! More specifically, Damian Conway is visiting Oslo and teaching his Perl Masterclass on Monday, 24 March.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="weekly_collections" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Weekly collections</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVClx3" style="
            font-size: 18px;
            font-weight: bold;
            ">MetaCPAN weekly report - Test::Modern</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCnVE" style="
            font-size: 18px;
            font-weight: bold;
            ">StackOverflow Perl report</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="perl_maven_tutorials" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Perl Maven Tutorials</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1iVCobW" style="
            font-size: 18px;
            font-weight: bold;
            ">Installing a Perl Module from CPAN on Windows, Linux and Mac OSX</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="events" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Events</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1bkDys0" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl-related events</a>
         <br />
         <p style="font-size: 16px">
           In the following cities: Hannover (DE), Cluj (RO), Swindon (UK), Utrecht (NL), Silver Spring, (MD/USA), Poznan (PL), Prague (CZ), Oslo (NO), Paris (FR), Kiev (UA), Orlando (FL/USA), Sofia (BG), Flörli Olten (CH)
         </p>
         
         </div>
      
      
  </div>





<div id="footer" style="
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
">
<p>
You joined the Perl Weekly to get weekly e-mails about the Perl programming language and related topics.
<br />
Want to see more? See <a href="http://perlweekly.com/archive/">the archives</a> of all the issues.
<br />
Reading this as a non-subscriber? <a href="http://perlweekly.com/">click here to join us</a> free of charge.
<br />
(C) Copyright <a href="http://szabgab.com/">Gabor Szabo</a>. The articles are copyright the respective authors.</p>
You can <a href="http://perlweekly.com/unsubscribe.html">unsubscribe here</a> if you don't want to receive mails any more.
</p>
<p>
You can freely redistribute this message if
you keep the whole message intact, including
the Copyright notice and this text.
</p>
<div>


</td></tr></table>






</body>
</html>