The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.006 - 2009-04-18

  • fix a small context error that broke 'dzil install' in some cases

Modules

distribution builder; installer not included!
Dist::Zilla's App::Cmd
base class for dzil commands
clean up after build, test, or install
release your dist to the CPAN
stored configuration loader role
read in a dist.ini file
a file that you build entirely in memory
a file that comes from your filesystem
gather all the files in your dist's root
bump the configured version number by one before building
rewrite ./xt tests to ./t tests with skips
files in a data section
mark directory contents for installation
output a LICENSE file
build a Makefile.PL that uses ExtUtils::MakeMaker
build a MANIFEST file
decline to build files that appear in a MANIFEST.SKIP-like file
produce a META.yml
build a Build.PL that uses Module::Build
update the next release number in your changelog
add a $VERSION to your packages
common extra tests for pod
add a VERSION head1 to each Perl document
list simple prerequisites
prune stuff that you probably don't mean to include
prune arbirary files from the dist
build a README file
upload the dist to CPAN
build something more or less like a "classic" CPAN dist
use another bundle, with some plugins removed
something that runs after building is mostly complete
something that runs before building really begins
something that can act like a file
something that gathers files into the distribution
something that can add files to the distribution
something that alters a file's destination or content
something that removes found files from the distribution
enumerate fixed (non-conditional) prerequisites
something that creates an install program for a dist
something that gets plugged in to Dist::Zilla
a bundle of plugins
something that makes a release of the dist
something that renders a Text::Template template string
how to use this "Dist::Zilla" thing
random snippets of code that Dist::Zilla wants