<!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 #240 - 2016-02-29 - YAPC is coming!</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" 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 #240 - 2016-02-29 - YAPC is coming!
    </p>
    
    
    
    
    <div style="text-align: center">
    You can <a href="http://perlweekly.com/archive/240.html">read the newsletter on the web</a>, if you prefer.
    </div>
    
</td></tr>

<tr><td>
    <table>
    <tr><td>
        
        <p style="font-size: 16px">
        Hi there!
        </p>
        
        <p style="font-size: 16px">
        YAPC::NA is coming to Orlando, Florida and the dead-line to submit talk proposals is in less than 48 hours! If you have not submitted your talk yet, do it now. You will still have plenty of time to actually prepare your talk.
        </p>
        
        <p style="font-size: 16px">
        YAPC::NA is also going to have a number of 'Master Classes'. I've just sent in two proposals. One for front-end web development and one for building a web API. If you are interested in either of those, let me know!
        </p>
        
        <p style="font-size: 16px">
        In the meantime, enjoy your week and your weekly dose of Perl!
        </p>
        
    </td>
    <td>
        <img  style="right:0; bottom: 0;" src="http://perlweekly.com/img/gabor_szabo.png" />
    </td></tr>
    </table>
</td></tr>


    <tr><td>
        <hr style="color: red" id="events" />
        <div style="font-size: 18px; font-weight: bold;">Events</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://news.perlfoundation.org/2016/02/yapcna-qa.html" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">YAPC::NA Q&A</a>
               <br />                 <span style="font-size: 14px"> 
                   by                           <a href="https://www.dwright.org/">Dan Wright</a>                         (<a href="https://metacpan.org/author/DWRIGHT">DWRIGHT</a>)                  </span>               <p style="font-size: 16px">
                 
               </p>
               
               </div>
           
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="articles" />
        <div style="font-size: 18px; font-weight: bold;">Articles</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://www.learning-perl.com/2016/02/dos-pattern-matching-in-perl/" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">DOS pattern matching, in Perl</a>
               <br />                 <span style="font-size: 14px"> 
                   by brian d foy                         (<a href="https://metacpan.org/author/BDFOY">BDFOY</a>)                  </span>               <p style="font-size: 16px">
                 A fun exercise, if you wish.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/brian_d_foy.png" title="brian d foy" width="80" />
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="testing" />
        <div style="font-size: 18px; font-weight: bold;">Testing</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://blog.urth.org/2016/02/25/using-test2-to-re-implement-testclassmoose/" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Using Test2 to (Re-)Implement Test::Class::Moose</a>
               <br />                 <span style="font-size: 14px"> 
                   by                           <a href="http://blog.urth.org">Dave Rolsky</a>                         (<a href="https://metacpan.org/author/DROLSKY">DROLSKY</a>)                  </span>               <p style="font-size: 16px">
                 Dave shows some problems with TAP including the fact that it cannot handle forking it a test well. He then points at Test2 that can provide a better abstraction layer for tests and solve some of the issues with the current testing framework of Perl.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/dave_rolsky.png" title="Dave Rolsky" width="80" />
           </td></tr></table> 
        </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://blogs.perl.org/users/brian_d_foy/2016/02/the-lyon-compromise-on-perl-version-formats.html" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">The Lyon Compromise on Perl version formats</a>
               <br />                 <span style="font-size: 14px"> 
                   by brian d foy                         (<a href="https://metacpan.org/author/BDFOY">BDFOY</a>)                  </span>               <p style="font-size: 16px">
                 brian tries his hand at convincing Google to point to this page and this explanation when someone looks for the Lyon Compromise of Perl version formats. Can you help giving that page some relevant Google juice by sharing it, tweeting it, linking to it?
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/brian_d_foy.png" title="brian d foy" width="80" />
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="web" />
        <div style="font-size: 18px; font-weight: bold;">Web</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://perlmaven.com/ajax-and-dancer2" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Ajax and Dancer 2</a>
               <br />                 <span style="font-size: 14px"> 
                   by                           <a href="http://szabgab.com/">Gabor Szabo</a>                         (<a href="https://metacpan.org/author/SZABGAB">SZABGAB</a>)                  </span>               <p style="font-size: 16px">
                 The beginning of a new series building a web application using Dancer as the back-end providing a JSON-based API.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/gabor_szabo.png" title="Gabor Szabo" width="80" />
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="cpan" />
        <div style="font-size: 18px; font-weight: bold;">CPAN</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://blogs.perl.org/users/melezhik/2016/02/inroducing-cpanparty.html" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Introducing CPANParty</a>
               <br />                 <span style="font-size: 14px"> 
                   by                           <a href="http://blogs.perl.org/users/melezhik/">Alexey Melezhik</a>                         (<a href="https://metacpan.org/author/MELEZHIK">MELEZHIK</a>)                  </span>               <p style="font-size: 16px">
                 Not getting a lot of (or any?) feedback won't stop a true believer in the cause. Alexey throws a party. You are all invited.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/alexey_melezhik.png" title="Alexey Melezhik" width="80" />
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="grants" />
        <div style="font-size: 18px; font-weight: bold;">Grants</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://news.perlfoundation.org/2016/02/maintaining-perl-5-grant-repor-26.html" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Maintaining Perl 5: Grant Report for January 2016</a>
               <br />                 <span style="font-size: 14px"> 
                   by Tony Cook                         (<a href="https://metacpan.org/author/TONYC">TONYC</a>)                  </span>               <p style="font-size: 16px">
                 Approximately 43 tickets were reviewed, and 11 patches were applied
               </p>
               
               </div>
           
           </td></tr></table> 
        </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://news.perlfoundation.org/2016/02/janfeb-2016-grant-votes.html" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Jan/Feb 2016 Grant Votes</a>
               <br />                 <span style="font-size: 14px"> 
                   by Makoto Nozaki                  </span>               <p style="font-size: 16px">
                 TPF approved RPerl User Documentation, Part 2.
               </p>
               
               </div>
           
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="windows" />
        <div style="font-size: 18px; font-weight: bold;">Windows</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="https://www.nu42.com/2016/02/perl-spreading-windows-visual-studio.html" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Perl is spreading to Windows</a>
               <br />                 <span style="font-size: 14px"> 
                   by Sinan Unur                         (<a href="https://metacpan.org/author/NANIS">NANIS</a>)                  </span>               <p style="font-size: 16px">
                 If you install Visual Studio 2015, you also get a version of Perl. Is this good? Is this bad? Check what the <a href="https://www.reddit.com/r/perl/comments/47cqqx/perl_is_spreading_to_windows/">Redditers</a> have to say.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/sinan_unur.png" title="Sinan Unur" width="80" />
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="training" />
        <div style="font-size: 18px; font-weight: bold;">Training</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://perlhacks.com/2016/02/training-debrief-2/" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Training Debrief</a>
               <br />                 <span style="font-size: 14px"> 
                   by Dave Cross                         (<a href="https://metacpan.org/author/DAVECROSS">DAVECROSS</a>)                  </span>               <p style="font-size: 16px">
                 Dave tells us how were the recent Perl training classes he ran.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/dave_cross.png" title="Dave Cross" width="80" />
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="weekly_collections" />
        <div style="font-size: 18px; font-weight: bold;">Weekly collections</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://niceperl.blogspot.com/" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">NICEPERL's lists</a>
               <br />                 <span style="font-size: 14px"> 
                   by Miguel Prz                         (<a href="https://metacpan.org/author/NICEPERL">NICEPERL</a>)                  </span>               <p style="font-size: 16px">
                 <a href="http://niceperl.blogspot.com/2016/02/lxix-cpan-great-modules-released-last.html">Great modules released last week</a>;<br><a href="http://niceperl.blogspot.com/2016/02/cci-metacpan-weekly-report-minion.html">MetaCPAN weekly report</a>;<br><a href="http://niceperl.blogspot.com/2016/02/ccxxvi-stackoverflow-perl-report.html">StackOverflow Perl report</a>.
               </p>
               
               </div>
           
           </td></tr></table> 
        </td></tr>
    
    

    <tr><td>
        <hr style="color: red" id="perl_maven_articles" />
        <div style="font-size: 18px; font-weight: bold;">Perl Maven Articles</div>
        
    </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://perlmaven.com/fixing-the-release-adding-version-numbers" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Fixing the release. Twice in a row! (Pod::Tree 1.22 and 1.23)</a>
               <br />                 <span style="font-size: 14px"> 
                   by                           <a href="http://szabgab.com/">Gabor Szabo</a>                         (<a href="https://metacpan.org/author/SZABGAB">SZABGAB</a>)                  </span>               <p style="font-size: 16px">
                 Part of the series <a href="http://perlmaven.com/becoming-a-co-maintainer">how to become a co-maintainer of a CPAN-module</a>.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/gabor_szabo.png" title="Gabor Szabo" width="80" />
           </td></tr></table> 
        </td></tr>
    
       <tr><td>
           <table style="width:100%"><tr><td>
               <div
                
               >
               <p style="margin-left: 1.5em;">
               <a href="http://perlmaven.com/fix-perl-critic-test-failures-reported-by-cpantesters" style="
                  font-size: 18px;
                  font-weight: bold;
                  ">Fix Perl::Critic test failures reported by CPAN Testers</a>
               <br />                 <span style="font-size: 14px"> 
                   by                           <a href="http://szabgab.com/">Gabor Szabo</a>                         (<a href="https://metacpan.org/author/SZABGAB">SZABGAB</a>)                  </span>               <p style="font-size: 16px">
                 What do you when you get failure reports from the CPAN Testers indicating Perl::Critic issues even though everything was fine on your machine.
               </p>
               
               </div>
           </td><td style="width:100px"><img src="http://perlweekly.com/img/gabor_szabo.png" title="Gabor Szabo" width="80" />
           </td></tr></table> 
        </td></tr>
    
    


<tr><td>



<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>