.010;
use strict;
use warnings;
use Carp qw( croak carp );
use Cwd 'getcwd';
use FindBin ();
use JSON::XS ();
use LWP::UserAgent ();
use POSIX ();
use URI ();
use YAML::XS ();
our $VERSION = '1.19';
de_fh> );
}
}
}
}
{
my $json_xs;
sub _parse_config {
my ($input) = @_;
my @types = qw( yaml json );
if ( $input->{include} =~ /\.yaml$/i or $
);
}
elsif ( $input->{include} =~ /\.json$/i or $input->{include} =~ /\.js$/i ) {
@types = ( 'json', grep { $_ ne 'json' } @types );
}
my ( $config, @error