Perlcast

Perl News 2006-09-19

Randal Schwartz, the roving Perl News reporter is back with a summary of what is new in the world of Perl as of September 19th, 2006.

Conferences, Workshops and User Groups

YAPC NA and EU 2007 Locations Announced

Congratulations to Houston, Texas and Vienna, Austria who have just been announced as the venues for YAPC::NA and YAPC::EU in 2007. Both winning groups faced stiff competition from the likes of Boston, Massachusetts, Philadelphia, Pennsylvania, Lyon, France, and Pisa, Italy.

It’s really exciting to see so much competition for YAPC venues. Runners-up need not get discouraged, you already have your proposal for next year!

Pittsburgh Perl Workshop

The Pittsburgh Perl Workshop is quickly approaching. The one-day workshop deemed “Perl at Work” is Saturday September 23rd at Carnage Mellon University in Pittsburgh, P. Register today at pghpw.org. Also when tagging blogs, photos, and other media related to the conference please use the tag “PPW06″. And finally, be sure to visit wiki.pghpw.org to keep up with conference happenings and to sign up for post-conference social events.

First Firenze.pm Technical meeting

Firenze Perl Mongers are having a technical meeting on Thursday September 28th. The meeting will be hosted by Dada Spa in Firenze, Italy. Talks include and IPW2006 debriefing, Perl::Tags, and Test-driven programming. If you’ll be in the Firenze area on the 28th consider giving a talk or at least stopping by to make the a great initial meeting. More information can be found at firenze.pm.org
.

The Dutch Perl Workshop 2007

There are rumblings of the organization of a Dutch Perl Workshop in February or March 2007. Please let the organizers know if you’d like to participate in the workshop, especially if you’d be willing to speak. The website for the 2006 Dutch Perl Workshop is workshop.perlpromo.nl.

CPAN

CPAN::Forum RSS Feeds for PAUSEID

CPAN::Forum has been recently updated. The change that might be the most important, especially for module authors, is that from now anyone can subscribe to e-mail alerts or RSS feeds based on PAUSEID. That includes that author’s future modules as well.

If you are wondering what CPAN::Forum is, it is a web forum for discussing Perl’s CPAN modules, asking questions, making comments, and helping other users with issues specific to a module. Check out www.cpanforum.com for more information.

CPAN.pm adds support for CPAN::Reporter

As of version 1.87_57, CPAN.pm has support for CPAN::Reporter. CPAN::Reporter is an add-on for the CPAN.pm module that uses Test::Reporter to send the results of module tests to the CPAN Testers project. Consult the CPAN::Reporter POD for details on installation and usage.

cpan6 - moving forward

Mark Overmeer gave a talk at YAPC::Europe 2006 about cpan6. The talk was generally well received has encouraged opening up the debate on CPAN for Perl6 to a wider audience and the beginnings of implementation.

The Perl community is invited to join either the pause6 mailing list for infrastructure discussions and/or the cpan6 tools list for client-side installers and upload tools.

AxKit2 v1.1 Release

The AxKit development team announced AxKit2 version 1.1. AxKit2 is the second generation XML Application Server. AxKit makes content generation easy by providing powerful tools to push XML through stylesheets. This helps ensure your web applications don’t suffer from XSS bugs, and provides standardized templating tools so that your template authors don’t need to learn new Perl templating tools.

Interfacing with USPS

Business-USPS-WebTools is a new distribution on CPAN that allows you to interact with the US Postal Service’s Web Tools. The distribution interfaces with the web services officially offered by the USPS. The current services available include the Address Information services: Address Standardization, Zip Code Lookup, and City/State Lookup. The only catch is that you’ll need an account with USPS to actually use the service. Details can be found in the Business-USPS-WebTools POD.

Core Perl

News from P5P

Perl 5.9.4 is out in the wild. It includes quite a few changes, some of which are incompatible with previous versions of Perl. These changes include:

  • A bareword argument to chdir() is now recognized as a file handle. Earlier releases interpreted the bareword as a directory name.
  • An old feature of perl is that before “require” or “use” look for a file with a .pm extension, they will first look for a similar filename with a .pmc extension. If this file isfound, it will be loaded in place of any potentially existing file ending in a .pm extension. Previously, .pmc files were loaded only if more recent than the matching .pm file. Starting with 5.9.4, they’ll be always loaded if they exist.
  • The special arrays “@-” and “@+” are no longer interpolated in regular expressions.
  • If you call a subroutine by a tainted name, and if it defers to an AUTOLOAD function, then $AUTOLOAD will be (correctly) tainted.

Also, there where four modules added to core:

  • Module::Build
  • Module::Load
  • Hash::Util::FieldHash
  • Win32API::File

Books

“Minimal Perl” book has been released

Tim Maher’s book entitled “Minimal Perl: for UNIX and Linux People” has just been released from Manning. Its mission is to show readers “How to do the most with the least” while using Perl in UNIX/Linux (and related) environments. For additional details, see MinimalPerl.com and manning.com.

Practices of an Agile Developer

After quite a break for YAPC, house guests, and getting a new place, Perlcast is back with another great interview. This interview is with Andy Hunt of the The Pragmatic Programmers. In the interview Andy discusses some topics covered in the book “Practices of an Agile Developer”.

Interview with Tom Limoncelli

Recently, I interviewed Tom Limoncelli about a new book that he has written called “Time Management for System Administrators”. You might remember Tom from an earlier title, “The Practice of System and Network Administration”.

The new book, focuses specifically on how system administrators can better manage what they do and what is expected of them so as to get more done, meet expectations, and reclaim the 40 (or at least 50) hour work week. Tom provides tips that can be used by anyone in the technical field, but as a long time system administrator himself, he tuned this book for the needs of our ever so helpful cohorts who keep our systems alive.

Tom also wanted me to mention that he recently started working at Google and that they are hiring… from what I hear, free soda!

Interview with Chris Pine

Well, I’m straying a little away from the world of Perl this week and releasing an interview with Chris Pine about his new book, “Learn to Program”. This book is part of the Pragmatic Programmers “Facets of Ruby” series of books. Though it is not about Perl, it is interesting to hear Chris’ reasons for using Ruby as a teaching language.

Interview with Chad Fowler

Well, it has been a long time coming, but Perlcast finally has a new interview out. The interview is with Chad Fowler about his latest book “My Job Went to India: 52 Ways to Save Your Job”. In the interview we talk about his experiences working with outsourcing operations in India, as well as, other countries. Chad discusses ways that programmers in any country can keep their edge and their job.

As an added bonus, The Pragmatic Bookshelf will be giving away some promotional copies of “My Job Went To India”. To enter the drawing, just send an email to perlcast-at-gmail-dot-com before February 11th 2006 letting me know that you want to be entered.

« newer