-
Recent Posts
- How to script git with perl and Git::Wrapper
- Are you ready for CPAN Testers 2.0?
- If Perl were smarter about references
- Thoughts on Perl 6 hype and backlash
- Creating new distributions with Dist::Zilla
- Parallel map with Parallel::Iterator
- perlprogramming.org looking for a nice home
- My OSCON talks are online
- Perl 5.13.3 is released
- How to join the CPAN Testers 2.0 Public Beta
- My life as mini-pumpking, week 2
- Downloading RT patches from the command line
- Capture-Tiny 0.08
- File-chdir on Perl 5.13.1
- Torture testing CPAN::Meta
Recent Comments
- Stanley Hopcroft: Perhaps a reasonable basis for the comparison of ’5 and 6, is that of another pair of numbers...
- Ryan: The one problem I found with dzil’s minting capabilities is that if you change your preferred dist.ini...
- Aristotle Pagaltzis: What happens if $obj->foo returns multiple values? What will push foo(), @bar, @baz do if foo...
- marc chantreux: @mirod: really: i use it daily !
- marc chantreux: hello, Even i’m boring about writing/reading the @{ } stuff, i have to say i really appreciate...
Shared Items
- No More Excuses
- CPAN Testers email submission interface going away September 1st
- A Matrix Worthy of Perl 6
- Why so puzzled?
- Sebastian Riedel (sri): Perl is ready for HTML5
- Jesse Thompson (zjt): Perl 12
- chromatic: A Checklist for Writing Maintainable Perl
- Curtis Jewell: Strawberry Perl Professional Alpha 2 is now out...
- For speakers at Perl conferences...
- Salve J. Nilsen (sjn): Moving Perl up the value chain
My best stuff
Other blogs
Planets
Things I follow
Categories
Archives
September 2010 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
RSS Links
My Projects
In addition to my personal coding work, I participate in several major projects to varying degrees.
Perl Toolchain
The Perl Toolchain is the informal name for the collection of Perl modules that allow people to build, test and install modules from CPAN.
I actively contribute to Module::Build and CPAN.pm. I am the 'release manager' for ExtUtils::CBuilder and ExtUtils::ParseXS, meaning that I apply patches from others and release updates to CPAN periodically, though I don't do much active development myself.
I'm also a 'backup maintainer' in case anything ever happens to the primary or active maintainers for numerous modules including Archive::Extract, Archive::Tar, CPANPLUS, Devel::CheckLib, ExtUtils::Install, IPC::Cmd, Module::CoreList, Module::Load and other dual-life modules that live on CPAN and in the Perl Core.
CPAN Testers
CPAN Testers is a distributed testing ecosystem for Perl and CPAN that compiles volunteer reports on the result of test suites included with most CPAN modules. To date over 3.5 million reports have been submitted.
I maintain the main report submission client, Test::Reporter, as well as the CPAN.pm based testing tools CPAN::Reporter and CPAN::Reporter::Smoker. My current efforts are focused on "Version 2.0" of CPAN Testers, that will fundamentally change how the project transmits and collects reports (as described on the Roadmap page).
Strawberry Perl
Strawberry Perl is a 100% open-source, CPAN-capable Perl for Windows that bundles a pre-configured GCC-compatible compiler. Working with Strawberry Perl is almost as easy as working with Perl on Unix-style operating systems.
I was one of the original release engineers for Strawberry Perl and while I've happily handed over that responsibility, I continue to support Perl on Windows by fixing bugs and answering questions.