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.0002

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]

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

    [PodWeaver]

ARGUMENTS

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@babyl.dyndns.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.