Group
Extension

Matches 1

Dist-Zilla-App-Command-weaverconf ( E/ET/ETHER/Dist-Zilla-App-Command-weaverconf-0.05.tar.gz, ETHER, 2015; MetaCPAN )
Dist-Zilla-App-Command-weaverconf/lib/Dist/Zilla/App/Command/weaverconf.pm ( view source; MetaCPAN )
a::App::Command::weaverconf::VERSION = '0.05';
use Dist::Zilla::App -command;
use Moose 0.91;
use JSON::MaybeXS ();
use List::Util qw(first);
use MooseX::Types::Moose qw(Str CodeRef);
use MooseX::Type
ar
#pod output format. The following formats are currently available:
#pod
#pod =for :list
#pod * json
#pod the default
#pod * lisp
#pod a plist of lists of plists
#pod
#pod =cut

has formatters => (
> sub { Dist::Zilla::App::CommandHelper::weaverconf::SExpGen->new->visit($_[0]) },
        json => sub { JSON::MaybeXS->new(utf8 => 1, pretty => 1, canonical => 1)->encode($_[0]) },
    };
}

sub abst

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.