These links are collected from the Perlbuzz Twitter feed. If you have suggestions for news bits, please mail me at andy@perlbuzz.com.
- Pod::Simple 3.09 hits the CPAN (justatheory.com)
- Strawberry Perl and the nightmare of installing Padre (use.perl.org)
- A busy month for masak in Perl 6 (use.perl.org)
- A productive week in Rakudo-land (use.perl.org)
- Perl one-liners explained part III: Calculations (catonmat.net)
- Handy one-liner to lowercase all filenames in a directory: ls | perl -lne'$x=lc;print qq{mv $_ $x}' | sh -x
- Use CPAN's toolchain to improve your code (use.perl.org)
- Future Perl snuck up on me (headrattle.blogspot.com)
- Find the stupid bug in my progress indicator: say "$n so far" if ( $n % 100000 )";
- I maeked u a shell: lolshell, written in Perl 6 (theintersect.org)
- The horrible bug your command line Perl program probably has (perlbuzz.com)
- Frozen Perl 2010 looking for speakers (news.perlfoundation.org)
- apache2rest is a new framework for REST APIs under mod_perl2 (code.google.com)
- Putting MySQL on a ramdisk to speed up tests (use.perl.org)
- Generating Feedburner graphs (catonmat.net)

you meant unless, right?