[Kochi-pm] [Perlweekly] #234 - Seconds out ...

Gabor Szabo gabor at szabgab.com
Mon Jan 18 02:58:26 PST 2016


Perl Weekly 

http://perlweekly.com/

You can read the newsletter on the web, if you prefer.
http://perlweekly.com/archive/234.html



Plenty of back-and-forth between the Perl 5 and Perl 6 camps this week.
I think this is healthy, as long as it doesn't go on too long.
For one, it's a sign of people who care about their communities
and programming languages.


We've also got David Farrell's review of new CPAN modules from December.


Neil




CPAN News

  
  NICEPERL's lists
  http://niceperl.blogspot.co.uk/2016/01/lxiii-cpan-great-modules-released-last.html
 
  Miguel Prz (NICEPERL ( https://metacpan.org/author/NICEPERL ))'s regular
  lists: Great modules released last week (
  http://niceperl.blogspot.co.uk/2016/01/lxiii-cpan-great-modules-released-
  last.html ); MetaCPAN weekly report (
  http://niceperl.blogspot.co.uk/2016/01/cxcv-metacpan-weekly-report-dancer
  2.html ); StackOverflow Perl report (
  http://niceperl.blogspot.co.uk/2016/01/ccxx-stackoverflow-perl-report.htm
  l ).
  --------------

  
  CVE on File::Spec
  https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8607
 
  2016-01-13 The canonpath function in the File::Spec (
  https://metacpan.org/pod/File::Spec ) module (from the PathTools (
  https://metacpan.org/release/PathTools" class="distribution )
  distribution) was not properly preserving the taint attribute of data.
  This was fixed in PathTools 3.62 (
  https://metacpan.org/release/RJBS/PathTools-3.62 ), released on Monday
  11th January. ActivePerl has also been updated (
  http://www.activestate.com/blog/2016/01/perl-security-patches-activeperl
  ) with this and another Windows-specific security fix. Strawberry Perl
  was also updated (
  http://blogs.perl.org/users/kmx/2016/01/strawberry-perl-52212-52032-relea
  sed.html ).
  --------------

  
  What's new on CPAN - December 2015
  http://perltricks.com/article/209/2016/1/13/What-s-new-on-CPAN---December-2015
 
  David's monthly round-up of new modules on CPAN. His module of the month
  was Protocol::ACME ( https://metacpan.org/pod/Protocol::ACME ).
  --------------

  
  New Dancer2 releases
  http://blogs.perl.org/users/sawyer_x/2016/01/new-dancer2-releases-0162000-0166000.html
 
  Sawyer fills us in on recent releases of Dancer2 (
  https://metacpan.org/pod/Dancer2 ).
  --------------

  
  Next stable DBD::SQLite will be released in mid February
  http://blogs.perl.org/users/kenichi_ishigaki/2016/01/next-stable-dbdsqlite-will-be-released-in-mid-february.html
 
  Ishigaki-san has a release candidate out for the next stable release of
  DBD::SQLite ( https://metacpan.org/pod/DBD::SQLite ), which if all goes
  to plan should happen in the middle of next month.
  --------------

  

=============

Perl 5

  
  P5P summary: January 4th-10th
  http://blogs.perl.org/users/sawyer_x/2016/01/perl-5-porters-mailing-list-summary-january-4th-10th.html
 
  Updates from Tony Cook and Dave Mitchell on their grant work; some new bugs
  were reported, some existing bugs got fixed, and a bunch of stuff was
  discussed.
  --------------

  
  Gaming Con event filtering and RapidApp
  http://blogs.perl.org/users/gizmo_mathboy/2016/01/gaming-con-event-filtering-and-rapidapp.html
 
  Gizmo presents something he knocked up with RapidApp (
  http://www.rapidapp.info ), to making information about some gaming
  conferences available.
  --------------

  
  Making your CPAN dist contribution-friendly
  http://neilb.org/2016/01/17/encouraging-contributions.html
 
  Some thoughts on how we can make CPAN distributions more welcoming to
  potential contributors.
  --------------

  

=============

Perl 6

  
  Exploring Perl 6: Signatures, Part 1
  http://friedo.com/blog/2016/01/exploring-perl-6-signatures-part-1
 
  An introduction to subroutine signatures in Perl 6.
  --------------

  
  The Perl 6 User Experience
  http://blogs.perl.org/users/zoffix_znet/2016/01/the-perl-6-user-experience.html
 
  Prompted by all the discussion and snarky comments, Zoffix has started a
  repository where he's trying to bring together a high-level description
  of "the Perl 6 experience": how to present and talk about 6.
  --------------

  
  Exploring Perl 6: Meta Operators
  http://friedo.com/blog/2016/01/exploring-perl-6-meta-operators
 
  Mike continues his exploration of Perl 6, by looking at some meta
  operators.
  --------------

  

=============

Perl 5 vs Perl 6

  
  Get off my lawn
  https://twitter.com/OvidPerl/status/684746161563947014
 
  This tweet from Ovid kicked off a number of discussons, blog posts, tweet
  storms, and an eye roll from Aristotle (
  http://blogs.perl.org/users/aristotle/2016/01/perl6wow.html ).
  --------------

  
  Why in The World Would Anyone Use Perl 6?
  http://blogs.perl.org/users/zoffix_znet/2016/01/why-in-the-world-would-anyone-use-perl-6.html
 
  Zoffix's passionate support for Perl 6, in response to the brouhaha. He's
  having fun with Perl 6, and thinks many other people will too.
  --------------

  
  On the Semantic Naming of Things
  http://blogs.perl.org/users/joel_berger/2016/01/on-the-semantic-naming-of-things.html
 
  Joel's allegory about the naming of Perl 6.
  --------------

  
  Perl: Names, Logos and Who Gets To Decide
  http://virtualsue.blogspot.co.uk/2016/01/perl-names-logos-and-who-gets-to-decide.html
 
  Sue's calm thoughts on the whole naming issue: both Perl 5 and Perl 6 came
  from Larry, so he gets to decide on the name, regardless of what any of
  the rest of us might think.
  --------------

  

=============

Hacking with Perl

  
  How to Strip Attachments from Email
  http://www.prolificprogrammer.com/2016/01/how-to-strip-attachments-from-email.html
 
  A script from Hasan for stripping attachments from email. He's hoping to
  get comments and suggestions for improving his code.
  --------------

  

=============

Not Perl

  
  An Excellent Optimization Story
  https://www.nu42.com/2016/01/excellent-optimization-story.html
 
  Not a Perl article, but it involves Sinan and brian, so I feel honour-bound
  to include it. Sinan made some code run a lot quicker.
  --------------

  
  Making Change Stick
  https://www.thekua.com/atwork/2016/01/making-change-stick/
 
  Some advice on how to get resolutions and goals for new year to stick.
  Apparently this is the time when most people fall off the wagon, so it
  seemed the right time for this article.
  --------------

  

=============




You joined the Perl Weekly to get weekly e-mails about the Perl programming language and related topics.

Want to see more? See the archives ( http://perlweekly.com/archive/ ) of all the issues.

Reading this as a non-subscriber? Join us free of charge. http://perlweekly.com/

(C) Copyright Gabor Szabo http://szabgab.com/
The articles are copyright the respective authors.

You can freely redistribute this message if
you keep the whole message intact, including
the Copyright notice and this text.

If you don't want to receive mails any more
you can unsubscribe here: http://perlweekly.com/unsubscribe.html

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/kochi-pm/attachments/20160118/39fb65f7/attachment-0001.html>
-------------- next part --------------
_______________________________________________
Perlweekly mailing list
Perlweekly at perlweekly.com
http://mail.perlweekly.com/mailman/listinfo/perlweekly


More information about the Kochi-pm mailing list