Skip to content

karenetheridge/Dist-Zilla-App-Command-weaverconf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Extract your distribution's Pod::Weaver configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%