NAME
Dist::Zilla::App::Command::weaverconf - Extract your distribution's Pod::Weaver configuration
VERSION
version 0.05
SYNOPSIS
$ dzil weaverconf
{
    "collectors" : [
        { "command" : "attr",   "new_command" : "head2" },
        { "command" : "method", "new_command" : "head2" },
        { "command" : "func",   "new_command" : "head2" },
        { "command" : "type",   "new_command" : "head2" }
    ],
    "transformers" : [
        {
            "name" : "Pod::Elemental::Transformer::List",
            "args" : { "format_name" : "list" }
        }
    ]
}
DESCRIPTION
This command will extract the Pod::Weaver configuration from a directory containing a Dist::Zilla distribution.
The results will be serialized in the requested format, and written to STDOUT.
The option -f or --format may be used to request a particular output format. The following formats are currently available:
json
the default
lisp
a plist of lists of plists
AUTHOR
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Florian Ragwitz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
CONTRIBUTOR
Karen Etheridge <ether@cpan.org>