<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


  <title>Perl Weekly Issue #167 - 2014-10-06 - TPF: Money in, grants out</title>

</head>
<body>

<style>
* { text-align: left; }
table {
  font-family: helvetica, arial, sans-serif;
  width: 700px;
}
@media (max-width: 800px) {
  table {
     width: 370px;
  }
}
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" 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 #167 - 2014-10-06 - TPF: Money in, grants out
</p>




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




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

<p style="font-size: 16px">
Welcome to te Perl Dancer conference in Hancock, NY!
</p>

<p style="font-size: 16px">
This week seems to be the week of The Perl Foundation. Five articles from receiving a $60,000 donation, through deciding on grants and getting grant reports to the promise of more active PR. Have TPF just woke up from its 15 year sleep? Will be fun to see.
</p>

<p style="font-size: 16px">
In other news, well, just go and read the other news: ~szabgab
</p>



  <div>
    <hr style="color: red" id="perl_maven_pro" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Perl Maven Pro</div>
    
        <p style="font-size: 16px">The <a href="http://perlmaven.com/pro">Perl Maven Pro</a> subscribers receive two new articles and screencasts every week. The last week these were the two screencasts:</p>
      
      
         <div
          
          style="
              background-color:#EEEEEE;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
             "
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1urvtLq" style="
            font-size: 18px;
            font-weight: bold;
            ">Comparing complex data-structures using is_deeply</a>
         <br />
         <p style="font-size: 16px">
           How can you test if the function that returns an array or hash returned the expected array or hash? is_deeply to the rescue.
         </p>
         
         </div>
      
         <div
          
          style="
              background-color:#EEEEEE;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
             "
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1urvuPx" style="
            font-size: 18px;
            font-weight: bold;
            ">Forget your plan, just call done_testing</a>
         <br />
         <p style="font-size: 16px">
           Setting no_plan is drastic. There is another solution to avoid counting, which is a bit better: done_testing.
         </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/1q14Ne0" style="
            font-size: 18px;
            font-weight: bold;
            ">Use postfix dereferencing</a>
         <br />
         <p style="font-size: 16px">
           Perl 5.20 introduced a new, experimental syntax to dereference, well, references. brian d foy shows how to use those. What do you thin about the feature? Do you like it or think it creates further confusion? See also this <a href="http://bit.ly/1urvu1L">reddit</a> discussion.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14Pm9" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl v5.20 fixes taint problems with locale</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14Ne4" style="
            font-size: 18px;
            font-weight: bold;
            ">Planet Moose - September 2014</a>
         <br />
         <p style="font-size: 16px">
           The monthly report of Toby Inkster about everything Object Oriented in Perl
         </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/1q14Pmk" style="
            font-size: 18px;
            font-weight: bold;
            ">Creating Module::Loader</a>
         <br />
         <p style="font-size: 16px">
           Neil Bowers, after reviewing all the available modules that can load other modules have reached the conclusion he needs to create his own. The will the <a href="http://bit.ly/1q14Pmh">universal standard</a> for loading modules.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14Pml" style="
            font-size: 18px;
            font-weight: bold;
            ">Neutralize Shellshock by patching Bash with Perl</a>
         <br />
         <p style="font-size: 16px">
           Last week, after sharing the previous article of David Farrell about the Shell voulnaribility and its impact on Perl, we got quite a few comments explaining that the article did not take into account mod_perl/cgi/something else. I am far from being an expert on security and Bash and this particular issue, so I am not sure this is a complete and correct solution, but I think it is definitely good to see solutions in Perl to problems not caused by Perl.
         </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/1q14Pmm" style="
            font-size: 18px;
            font-weight: bold;
            ">Travis and Dist::Zilla project</a>
         <br />
         <p style="font-size: 16px">
           I am also a fan of Travis. It seems now Dave Wood is too.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14Nee" style="
            font-size: 18px;
            font-weight: bold;
            ">What's new on CPAN - September 2014</a>
         <br />
         <p style="font-size: 16px">
           The monthly report of David Farell on the newly uploaded modules on CPAN. You can get the raw list from MetaCPAN (see the screencast about MetaCPAN recent uploads), but it is much more fun to see the list categorized and commented.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14PCF" style="
            font-size: 18px;
            font-weight: bold;
            ">Exporter::Tiny nearing 1.000000</a>
         <br />
         <p style="font-size: 16px">
           It offers similar functionality as Sub::Exporter, that makes it easy to export functions.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14PCI" style="
            font-size: 18px;
            font-weight: bold;
            ">SQL::Composer - mapping SQL from Perl and back</a>
         <br />
         <p style="font-size: 16px">
           What if you don't really need/want an ORM, but still don't want to deal with the details of SQL? Or is it just a simple ORM? Is it a replacement for SQL::Abstract? Or that of Fey?
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="the_perl_foundation" />
    <div style="
      font-size: 18px;
      font-weight: bold;">The Perl Foundation</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14PCL" style="
            font-size: 18px;
            font-weight: bold;
            ">The Perl Foundation to increase brand, marketing, and PR</a>
         <br />
         <p style="font-size: 16px">
           I did not know TPF supports the 4 events in the USA. I always thought it as more a global thing. But then there is YEF too.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14NuH" style="
            font-size: 18px;
            font-weight: bold;
            ">September 2014 Grant Votes</a>
         <br />
         <p style="font-size: 16px">
           Inline::C(PP) Module Support got funded. IO::All Redux was put on hold till the next round.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14PCS" style="
            font-size: 18px;
            font-weight: bold;
            ">Booking.com Donates $60,000 to Perl 5 Development</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14Qqf" style="
            font-size: 18px;
            font-weight: bold;
            ">Grant Reports for September</a>
         <br />
         <p style="font-size: 16px">
           Links to grant reports of the 'Modern Object Oriented Programming in Perl' and the 'Perl::Lint' grants.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14PT8" style="
            font-size: 18px;
            font-weight: bold;
            ">Maintaining the Perl 5 Core: Report for Month 11</a>
         <br />
         <p style="font-size: 16px">
           Dave Mitchell reporsts on his progress improving perl.
         </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/1q14Qqn" style="
            font-size: 18px;
            font-weight: bold;
            ">PerlWizard - A free wizard for automatic Perl software code generation using simple forms</a>
         <br />
         <p style="font-size: 16px">
           I have not actually tried this, but this, hmm, looks strange. A Java Application that will generate a GUI from a Perl script? It did not get a warm welcoming neither on <a href="http://bit.ly/1q14PTd">reddit</a> nor on <a href="http://bit.ly/1q14Qqj">PerlMonks</a>. I think the idea should be welcomed. Even if the implementation can be further improved in major ways.
         </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/1q14PTo" style="
            font-size: 18px;
            font-weight: bold;
            ">Macros progress report: after a long break</a>
         <br />
         <p style="font-size: 16px">
           
         </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/1q14QGI" style="
            font-size: 18px;
            font-weight: bold;
            ">(cxxviii) metacpan weekly report - Mojo::Pg</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14Q9F" style="
            font-size: 18px;
            font-weight: bold;
            ">(cliii) 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/1q14Q9M" style="
            font-size: 18px;
            font-weight: bold;
            ">Short-circuit in boolean expressions</a>
         <br />
         <p style="font-size: 16px">
           Explaining the good and the bad about 'or' short-circuiting.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14Q9T" style="
            font-size: 18px;
            font-weight: bold;
            ">MetaCPAN recent uploads</a>
         <br />
         <p style="font-size: 16px">
           MetaCPAN can show the most recently uploaded modules, and it can also filter it to show only modules that are totally new to CPAN. (3 min screencast)
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="event_reports" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Event reports</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1q14QGW" style="
            font-size: 18px;
            font-weight: bold;
            ">YAPC::Asia Tokyo 2014 感想エントリまとめ (随時更新)</a>
         <br />
         <p style="font-size: 16px">
           It seems that Miyagawa insists on calling me out for noticing and mentioning the 4 reports about the Swiss Perl Workshop in English (BTW I found 5), while missing the 200 or so reports on YAPC::Asia 2014 in Japanese. (Though I included the 2 or 3 I found in English). It is impressive, but I still can't read any of those. So who will step forward and improve the communication between the Japanese and the English-speaking Perl community? I personally have started to play Go again. Now it is your turn.
         </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: Hancock (NY/USA), Itapema (SC/Brasil), Salzburg (Austria), Barcelona (Spain), London (UK)
         </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>