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

Changes for version 2.101151 - 2010-04-25

  • GatherDir and PruneCruft now both have verbose log output
  • the App config system has been moved and made non-public; it was crazy and awful
  • version numbers are not validated by version.pm, not my own dumb regex
  • `dzil clean` no longer removes backup~ files (sorry, jq)
  • TestRelease is better about picking a build location (Christopher J. Madsen)
  • better BUILD_REQUIRES treatment on ancient installer-side EU:MM (David Golden)

Modules

distribution builder; installer not included!
Dist::Zilla's App::Cmd
base class for dzil commands
clean up after build, test, or install
initialize dzil, then exit
release your dist to the CPAN
run stuff in a dir where your dist is built
testing library for Dist::Zilla::App
chrome used for terminal-based interaction
the chrome used by Dist::Zilla::Tester
stored configuration loader role
the reader for dist.ini files
the reader for dist.pl files
a file whose content is (re-)built on demand
a file that you build entirely in memory
a file that comes from your filesystem
automatically extract prereqs from your modules
take care of numbering versions so you don't have to
bump the configured version number by one before building
prompt for confirmation before releasing
install a directory's contents as executables
rewrite ./xt tests to ./t tests with skips
fake plugin to test release
a callback-based FileFinder plugin
gather all the files in a directory
files in a data section
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
summarize Dist::Zilla configuration into distmeta
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
a release test for Pod coverage
a release test for Pod syntax
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
install a directory's contents as "ShareDir" content
extract archive and run tests before releasing the dist
upload the dist to CPAN
the basic plugins to maintain and release CPAN dists
the classic (old) default configuration for Dist::Zilla
build something more or less like a "classic" CPAN dist
use another bundle, with some plugins removed
the prerequisites of a Dist::Zilla distribution
something that runs after building is mostly complete
something that runs after release is mostly complete
something that runs before the archive file is built
something that runs before building really begins
something that runs before release really begins
something used as a delegating agent during 'dzil run'
something that provides a user interface for Dist::Zilla
something that can dump its (public, simplified) configuraiton
something that finds files to install as executables
something that can act like a file
something that finds files within the distribution
something that uses FileFinder plugins
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
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
something that bundles a bunch of plugins
something that bundles a bunch of plugins easily
something that registers prerequisites
something that makes a release of the dist
something that picks a directory to install as shared files
something used as a delegating agent to 'dzil test'
something that renders a Text::Template template string
something that provides a version number for the dist
a testing-enabling stand-in for Dist::Zilla
how to use this "Dist::Zilla" thing
dzil-specific type library
random snippets of code that Dist::Zilla wants
Dist::Zilla-specific subclass of Config::MVP::Assembler

Provides

in lib/Dist/Zilla/App/Tester.pm
in lib/Dist/Zilla/Plugin/UploadToCPAN.pm
in lib/Dist/Zilla/Util.pm