dzil new - using Dist::Zilla to start new dists

May 4, 2010  ๐Ÿฆ– ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

Iโ€™m very pleased to report that the last to-do item from my 2010Q1 Perl Foundation grant to improve Dist::Zilla is complete. That item was an improved dzil new command, described like this:

Dist::Zilla online tutorial, first pass

April 26, 2010  ๐Ÿฆ– ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

I think Iโ€™ve finished all the pages I meant to write for the Dist::Zilla Choose Your Own Tutorial. It covers a bunch of Dist::Zilla topics like creating a new dist, converting an existing one, and adding new behavior to your configuration. The โ€œchoose your ownโ€ format should make it easy to add new content, like a wiki, but I like the almost-linear feel of the format.

Dist::Zilla, META.json, and making new dists

April 13, 2010  ๐Ÿฆ– ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

This weekend, David Golden and I holed up in the Pobox offices and worked on the final draft for v2 of the CPAN Meta specification. Itโ€™s the document that describes what goes in META.yml โ€“ or, now, META.json. This was not very exciting to many people, but we were both really excited to get it done, and hopefully the final v2 spec and support libraries will be out in a few days.

racing toward Dist::Zilla 2.0

March 24, 2010  ๐Ÿฆ– ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

I thought Iโ€™d have to wait another week or two to feel good about the next major (slightly backwards incompatible) release of Dist::Zilla. It looks like I should be able to release it this week.

Dist::Zilla status report: awesome

March 23, 2010  ๐Ÿฆ– ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

Iโ€™m feeling pretty good about progress so far, especially after today taking an axe to the InstallDirs plugin, which was a bug ugly mess. Hereโ€™s the big board:

back to Dist::Zilla features: finders, installed resources

March 22, 2010  ๐Ÿฆ– ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

I donโ€™t think Iโ€™m quite done with my basic tests, but Iโ€™ve gotten to the point where I need to fix some other features first. The yak stack is actually sort of interesting, so Iโ€™ll explain it:

Dist::Zilla much more tested, but much less releaseable

March 20, 2010  ๐Ÿฆ– ๐Ÿช ๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป

Iโ€™ve added a bunch more tests to Dist::Zilla as I try to work through my checklist of plugins to cover. Some have been easier than I expected, but Iโ€™ve found myself in a bit of a predicament.