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

NAME

Dist::Zilla::PluginBundle::Dancer - dzil plugins used by Dancer projects

VERSION

version 0.0005

DESCRIPTION

This is the plugin bundle that the core Dancer crew use to release their distributions. It's roughly equivalent to

    [GatherDir]
    [PruneCruft]
    [ManifestSkip]
    [ExecDir]

    [AutoPrereqs]
    [MetaProvides::Package]
    [License]
    [MakeMaker]
    [ModuleBuild]
    [MetaYAML]
    [MetaJSON]
    [Manifest]

    [PkgVersion]

    [Authority]

    [ContributorsFromGit]

    [ContributorsFile]

    [Test::Compile]
    [MetaTests]
    [NoTabTests]
    [PodSyntaxTests]
    [Test::ReportPrereqs]

    [PodWeaver]

    [UploadToCPAN]

ARGUMENTS

authority

For Dist::Zilla::Plugin::Authority. If not given, Dist::Zilla::Plugin::Authority will not be used.

test_compile_skip

skip option for Dist::Zilla::Plugin::Test::Compile.

autoprereqs_skip

skip option for Dist::Zilla::Plugin::AutoPrereqs.

include_dotfiles

For Dist::Zilla::Plugin::GatherDir. Defaults to 1.

AUTHOR

Yanick Champoux <yanick@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Yanick Champoux.

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