Changes for version 1.003 - 2008-10-13
- add "dzil new" to create a new dist.ini, etc add "dzil release" to upload to the CPAN both of these commands are really sketchy right now
- use String::Flogger for log output rewriting
Modules
- Dist::Zilla - distribution builder; installer not included!
- Dist::Zilla::App - Dist::Zilla's App::Cmd
- Dist::Zilla::App::Command - base class for dzil commands
- Dist::Zilla::App::Command::build - build your dist
- Dist::Zilla::App::Command::new - start a new dist
- Dist::Zilla::App::Command::release - release your dist to the CPAN
- Dist::Zilla::App::Command::test - test your dist
- Dist::Zilla::Config - stored configuration loader role
- Dist::Zilla::Config::INI - read in a dist.ini file
- Dist::Zilla::File::InMemory - a file that you build entirely in memory
- Dist::Zilla::File::OnDisk - a file that comes from your filesystem
- Dist::Zilla::Plugin::AllFiles - gather all the files in your dist's root
- Dist::Zilla::Plugin::BumpVersion - bump the configured version number by one before building
- Dist::Zilla::Plugin::ExtraTests - rewrite ./xt tests to ./t tests with skips
- Dist::Zilla::Plugin::InlineFiles - files in a data section
- Dist::Zilla::Plugin::InstallDirs - mark directory contents for installation
- Dist::Zilla::Plugin::License - output a LICENSE file
- Dist::Zilla::Plugin::MakeMaker - build a Makefile.PL that uses ExtUtils::MakeMaker
- Dist::Zilla::Plugin::Manifest - build a MANIFEST file
- Dist::Zilla::Plugin::ManifestSkip - decline to build files that appear in a MANIFEST.SKIP-like file
- Dist::Zilla::Plugin::MetaYaml - produce a META.yml
- Dist::Zilla::Plugin::ModuleBuild - build a Build.PL that uses Module::Build
- Dist::Zilla::Plugin::NextRelease - update the next release number in your changelog
- Dist::Zilla::Plugin::PkgVersion - add a $VERSION to your packages
- Dist::Zilla::Plugin::PodTests - common extra tests for pod
- Dist::Zilla::Plugin::PodVersion - add a VERSION head1 to each Perl document
- Dist::Zilla::Plugin::PodWeaver - do horrible things to POD, producing better docs
- Dist::Zilla::Plugin::Prereq - list simple prerequisites
- Dist::Zilla::Plugin::PruneCruft - prune stuff that you probably don't mean to include
- Dist::Zilla::Plugin::PruneFiles - prune arbirary files from the dist
- Dist::Zilla::Plugin::Readme - build a README file
- Dist::Zilla::Plugin::UploadToCPAN - bump the configured version number by one before building
- Dist::Zilla::PluginBundle::Classic - build something more or less like a "classic" CPAN dist
- Dist::Zilla::PluginBundle::Filter - use another bundle, with some plugins removed
- Dist::Zilla::Role::AfterBuild - something that runs after building is mostly complete
- Dist::Zilla::Role::BeforeBuild - something that runs before building really begins
- Dist::Zilla::Role::File - something that can act like a file
- Dist::Zilla::Role::FileGatherer - something that gathers files into the distribution
- Dist::Zilla::Role::FileInjector - something that can add files to the distribution
- Dist::Zilla::Role::FileMunger - something that alters a file's destination or content
- Dist::Zilla::Role::FilePruner - something that removes found files from the distribution
- Dist::Zilla::Role::FixedPrereqs - enumerate fixed (non-conditional) prerequisites
- Dist::Zilla::Role::InstallTool - something that creates an install program for a dist
- Dist::Zilla::Role::Plugin - something that gets plugged in to Dist::Zilla
- Dist::Zilla::Role::PluginBundle - a bundle of plugins
- Dist::Zilla::Role::Releaser - something that makes a release of the dist
- Dist::Zilla::Role::TextTemplate - something that renders a Text::Template template string
- Dist::Zilla::Tutorial - how to use this "Dist::Zilla" thing
- Dist::Zilla::Util - random snippets of code that Dist::Zilla wants