/schema.yaml";
my $pm = "$Bin/../lib/App/Spec/Schema.pm";
my $yp = YAML::PP->new( schema => [qw/ JSON /] );
my $SCHEMA = $yp->load_file($specfile);
local $Data::Dumper::Sortkeys = 1;
local $Data::Du
tf8 YAML::PP::Dump($content);
}
elsif ($format eq 'JSON') {
require JSON::XS;
my $coder = JSON::XS->new->ascii->pretty->allow_nonref;
$content = enc
s called by L<App::Spec::Run> right before output.
=back
=cut
__DATA__
---
- name: format
summary: Format output
type: string
enum: [JSON, YAML, Table, "Data::Dumper", "Data::Dump"]