Tag Archives: perl programming

The Annotated Lancaster Consensus

The official Lancaster Consensus document is on Github. This blog post is an annotated review of it. The Lancaster Consensus At the first Perl QA Hackathon in 2008 in Oslo, a number of QA and toolchain authors, maintainers and experts came together to agree on some common standards and practices. This became known as "The [...]

Posted in cpan, perl programming, toolchain | Also tagged , , , , | 6 Responses

Perl QA hackathon 2013 wrapup

I've been back from the Perl QA 2013 hackathon for a few days and I'm probably overdue to write about the trip. I'm intimidated by last years writeup — I must have been feeling a lot peppier on the plane a year ago. I've also been busying writing up the notes from the "Lancaster Consensus" [...]

Posted in cpan, perl programming, toolchain | Also tagged , , , , | Leave a comment

CPXXXAN is SexPAN

At the Perl QA Hackathon, I and others were constantly tripping over how to pronounce CPXXXAN — David Cantrell's family of platform-specific or Perl version-specific subsets of CPAN. Some people suggested we pronounce it "spandex" for some reason, but that's already a better fit for Chris Williams' CPANIDX modules. Only on the final night did [...]

Posted in cpan, perl programming | Also tagged , | 13 Responses

UNIVERSAL::new for command line MU

Years ago, chromatic released Acme::UNIVERSAL::new. It was a joke. This is not. Using object-oriented modules from the command line can be a PITA. I have to type the module name twice: once to load it and once to construct objects with it. In a program, that's not huge overhead, but in a one-liner, it annoys [...]

Posted in hacks, perl programming | Also tagged , , | 21 Responses

How I've started managing GitHub pulls

I don't like GitHub's pull interface. They make merge commits, which suck. And I want to work from the command line, not the web site. When I noticed that I was losing on the scoreboard, I wrote a quick and dirty script to list open pull requests for a repository from the command line: github-list-pulls. [...]

Posted in git, perl programming | Also tagged , , | 5 Responses

© 2009-2013 David Golden All Rights Reserved