PERL_MB_OPT})] : [];
$self->{configure_args} = [@_];
$self->meta->save(@$_) for ['MYMETA.json'], [ 'MYMETA.yml' => { version => 1.4 } ];
}
1;
=head1 COPYRIGHT AND LICENSE
This software is
nt 'CPAN::Common::Index';
use Class::Tiny qw/uri include_dev/;
use Carp;
use HTTP::Tinyish;
use JSON::PP ();
use Time::Local ();
sub BUILD {
my $self = shift;
my $uri = $self->uri;
$ur
::Tinyish->new->get($uri);
return unless $res->{success};
my $dist_meta = eval { JSON::PP::decode_json($res->{content}) };
if ($dist_meta && $dist_meta->{download_url}) {
(my $dis