Changes for version 1.091480 - 2009-05-28

  • fix abstract-guessing to work with new Pod::Eventual

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
take care of numbering versions so you don't have to
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.json
provide arbitrary "resources" for distribution metadata
common extra tests for META.yml
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 provides metadata (for META.yml/json)
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
something that provides a version number for the dist
how to use this "Dist::Zilla" thing
dzil-specific type library
random snippets of code that Dist::Zilla wants