Category Archives: Uncategorized

How to script git with perl and Git::Wrapper

If you work with git, eventually you will want to script something that git doesn't do already and can't be accomplished with an alias. If you use Perl, the Git::Wrapper module makes scripting git easy. The big advantage of Git::Wrapper is that it wraps the binary version of git, which keeps your perl and git [...]
Also posted in git, perl-programming | Tagged , | Leave a comment

What I'm working on in Perl

Andy just asked "What are you working on in Perl?" but rather than reply in a comment, I thought it would be a good Ironman post of my own, so here we go: CPAN Meta Spec version 2 -- I released the final spec and will soon be looking to rally toolchain developers to implement [...]
Also posted in perl-programming | Tagged , | Leave a comment

The power of not being all things to all people

The Perl community seems abuzz about the cool new cpanminus client by Tatsuhiko Miyagawa. After about two weeks of development, this is a reasonably functional CPAN client with just a fraction of the overhead, complexity and verbosity of the CPAN and CPANPLUS clients that come with the Perl core. It's a remarkable achievement, not only [...]
Also posted in cpan, perl-programming, toolchain | Tagged , | 9 Comments

Good, fast or cheap -- pick again

I'm not sure when exactly I started thinking about new infrastructure for CPAN Testers, but it might have been a couple years ago around the time I released CPAN::Reporter 1.0. That was when I decided that Net::SMTP needed to be the default "transport" option, to avoid problems people were already having with local report submission [...]
Also posted in cpan-testers, metabase, perl-programming | Tagged , | 4 Comments

© 2009-2010 David Golden All Rights Reserved