[Kochi-pm] [Perlweekly] #128 - Out With the Old. In With the New

Gabor Szabo gabor at szabgab.com
Mon Jan 6 07:56:23 PST 2014


Perl Weekly 

http://perlweekly.com/

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



Welcome everyone to this brand-sparkling new year! This week, we have for
you a lot of looks back to 2013, as well as some new stuff -- releases,
initiatives, projects, programming patterns -- that seems to indicate that
2014 is going to be a very good year indeed. ~ `/anick 




Sponsors

  
  .nz Registry Services is hiring Perl Software Developers - New Zealand
  http://www.nzrs.net.nz/perldev
 
  The work is across application, web-based & intranet development & your
  skills in OSS development are reqd. It is crucial you have used Perl,
  Moose, DBI::x, OO Perl, XML and have exp. with SQL, Linux and Revision
  control. You will have used HTML, CSS on a daily basis along with
  Internet protocols (HTTP, HTTPS, SMTP, DNS, Whois, EPP)
  --------------

  
  We're Hiring Perl Software Developers - Grant Street Group
  http://bit.ly/14ZjcSG
 
  We're a growing software company using open source software/modern Perl
  practices to build innovative e-payment, auction, and tax collection web
  applications.<br>We're looking for talented, motivated professionals
  committed to flawless work and customer service.<br>Please apply online
  ("https://apply.hrmdirect.com/resumedirect/ApplyOnline/Apply.aspx?req_id=
  enc-15.668755005356687&source=106686-CS-6734").
  --------------

  

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

Announcements

  
  Perl APIs
  http://perlhacks.com/2014/01/perl-apis
 
  So there are all those web services out there, with glorious APIs. And they
  have documentation pages, offering helpful examples. Often in Ruby,
  Python,  in PHP, perhaps even in Java. In Perl? Alas, that happens more
  rarely. Dave Cross, bless his heart, wants to fix that.
  --------------

  
  The DFW Winter Hackaton
  http://dfw.pm.org/
 
  It's not too late! The Hackaton ends on the 8th, so provided you have
  enough coffee and ramen noodle packs close by, you still have time to
  join.
  --------------

  

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

Articles

  
  The CPAN Report 2013
  http://neilb.org/cpan-report/
 
  Neil Bowers offers us a CPAN-based retrospective of 2013. Which namespace
  had the most growth? Which author released the most distribution? How
  many new modules were born? He presents the shocking answers to all those
  questions.  (warning: seeing the statistics of the most CPAN prolific
  authors is likely to make you feel like an unredeemable slacker)
  --------------

  
  Planet Moose - December 2013
  http://blogs.perl.org/users/toby_inkster/2014/01/planet-moose---december-2013.html
 
  Thought that December was strictly for reindeers? Hah! Toby Inkster proves
  you wrong.
  --------------

  
  The Year in Perl, 2013 Retrospective
  http://www.perl.com/pub/2014/01/the-year-in-perl-2013-retrospective.html
 
  2013 was a pleasantly busy year in the Perlverse. chromatic presents here
  the highlight of the last twelve months.
  --------------

  
  10 best perl distributions created at 2013 (metacpan rating)
  http://niceperl.blogspot.ca/2014/01/best-perl-distributions-created-at-2013.html
 
  Want to have the awesomeness of a full year of brilliant minds doing
  brilliant things distilled into 10 bullet points? Here's the top ten
  distributions of 2013, according to their metacpan ratings.
  --------------

  

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

Discussion

  
  Perl Benchmark Cache with Expires and Max Size
  http://blog.celogeek.com/201401/426/perl-benchmark-cache-with-expires-and-max-size/
 
  Caching. In a nutshell, we want it to be fast, reliable and not too much of
  a pig, memory-wise. Celogeek helpfully benchmarks here a few of the
  typically used caching modules/solutions.
  --------------

  
  The Limits of a Programming Language Vision
  http://www.modernperlbooks.com/mt/2014/01/the-limits-of-a-programming-language-vision.html
 
  chromatic muses on the balancing act for a programming language of having a
  vision, and yet not allowing itself not to be blinded by it.
  --------------

  
  Ephemeral methods, or what to call 'dispatch to a variable containing a subref'? 
  http://blogs.perl.org/users/joel_berger/2014/01/ephemeral-methods-or-what-to-call-dispatch-to-a-variable-containing-a-subref.html
 
  Just when you thought you seen it all... Joel Berger comes here with what
  seems to be a new coding pattern.
  --------------

  

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

Code

  
  A New Year, a New Dancecard
  http://techblog.babyl.ca/entry/dancecard
 
  Yanick revisits his old idea of a web library tool, meant to complement and
  work with your favorite web framework.
  --------------

  
  The perils of & (and prototypes too!)
  http://blogs.perl.org/users/joel_berger/2013/12/the-perils-of-and-prototypes-too.html
 
  Prototypes and the use of '&' for function invocation... two things newbies
  gleefully hamstrings themselves with. Joel Berger shows us here a good
  example why those constructs are tricky, and should be used with caution.
  --------------

  
  Sereal v2 Finally Released as Stable
  http://blogs.perl.org/users/steffen_mueller/2013/12/sereal-v2-finally-released-as-stable.html
 
  Steffen Mueller announces the official release of Sereal v2, the
  serialization protocol concocted by the fine folks at Booking.com.
  --------------

  
  Introducing Sub::Trigger::Lock
  http://blogs.perl.org/users/toby_inkster/2014/01/introducing-subtriggerlock.html
 
  Not only want your attributes to be read-only, but also want to ensure that
  whatever structure they point too stays unmodified? Toby Inkster has a
  solution for you.
  --------------

  
  Shazam! Use Image::Magick with Perlbrew in minutes
  http://perltricks.com/article/57/2014/1/1/Shazam-Use-Image-Magick-with-Perlbrew-in-minutes
 
  Most Perl modules are trivial to install. A select few are however... ah,
  shall we say, more challengeful? Image::Magick is definitively an emerit
  member of this very exclusive teeth-gnashing club. But take heart: David
  Farrell shares with us the proper incantation to summon this most useful
  image manipulation module to your machine.
  --------------

  
  Create your own Test::Mojo method
  http://blogs.perl.org/users/joel_berger/2014/01/create-your-own-testmojo-method.html
 
  Want to add a method to Test::Mojo, but don't want to commit the sin of
  monkey-patching? Joel Berger is there to offer you a more virtuous
  alternative.
  --------------

  

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

Videos

  
  Creating a CPAN distribution with Milla
  http://perltv.org/v/creating-a-cpan-distribution-with-milla
 
  Miyagawa walks us through minting a new distribution with Milla, his 
  user-friendlier, customized Dist::Zilla wrapper application.
  --------------

  

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

Weekly collections

  
  MetaCPAN Weekly Report - Module::Starter::Smart
  http://niceperl.blogspot.co.il/2013/12/lxxxix-metacpan-weekly-report.html
 
  
  --------------

  
  StackOverflow Perl report
  http://niceperl.blogspot.co.il/2014/01/cxiv-stackoverflow-perl-report.html
 
  
  --------------

  

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

Perl Maven Tutorials

  
  Minimal requirement to build a sane CPAN package
  http://perlmaven.com/minimal-requirement-to-build-a-sane-cpan-package
 
  
  --------------

  

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

Events
I usually list the next 3-4 events here. The list of all the events can be
  found on the web site (http://perlweekly.com/events.html). If your Perl
  event is not listed there, please let me know.
  
  Perl Oasis West
  http://bit.ly/1i3ikmn
 
  January 25th, 2014, Tampa, Florida, USA
  --------------

  
  German Perl Workshop (GPW 2014)
  http://bit.ly/10WS00y
 
  March 26-28, 2014, Hannover, Germany
  --------------

  
  Polish Perl Workshop 2014
  http://bit.ly/1cOHnCx
 
  16-18 May, 2014 in Poznan, Poland
  --------------

  

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




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/20140106/3a64f8f4/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