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

NAME

Dist::Zilla::PluginBundle::ROKR::Basic - An enhanced take on the @Basic plugin bundle of Dist::Zilla

VERSION

version 0.0019

SYNOPSIS

In your Dist::Zilla dist.ini:

    [@ROKR::Basic]

DESCRIPTION

This is an enhancement on the @Basic bundle (Dist::Zilla::PluginBundle::Basic) with the following:

    @Basic (without Readme)
    CopyReadmeFromBuild
    DynamicManifest
    SurgicalPkgVersion
    SurgicalPodWeaver

It is equivalent to:

    [@Filter]
    bundle = @Basic
    remove = Readme

    [CopyReadmeFromBuild]
    [DynamicManifest]
    [SurgicalPkgVersion]
    [SurgicalPodWeaver]

SEE ALSO

Dist::Zilla::PluginBundle::Basic

Dist::Zilla::Plugin::CopyReadmeFromBuild

Dist::Zilla::Plugin::DynamicManifest

Dist::Zilla::Plugin::SurgicalPkgVersion

Dist::Zilla::Plugin::SurgicalPodWeaver

AUTHOR

Robert Krimen <robertkrimen@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Robert Krimen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.