if ( env_true('AUTHOR_TESTING') or env_true('RELEASE_TESTING') ) {
my $prereqs = parse_meta_json()->effective_prereqs;
my $reqs = $prereqs->requirements_for( 'develop', 'requires' );
my
aders>
=head2 C<http_engine>
=begin MetaPOD::JSON v1.1.0
{
"namespace":"Net::Minecraft::Role::HTTP",
"interface":"role"
}
=end MetaPOD::JSON
=head1 AUTHOR
Kent Fredric <kentnl@cpan.org>
taPOD::JSON v1.1.0
{
"namespace":"Net::Minecraft::LoginResult",
"inherits":"Moo::Object",
"does":"Net::Minecraft::Role::LoginResult",
"interface":"class"
}
=end MetaPOD::JSON
=head
egin MetaPOD::JSON v1.1.0
{
"namespace":"Net::Minecraft::Login",
"inherits":"Moo::Object",
"does":"Net::Minecraft::Role::HTTP",
"interface":"class"
}
=end MetaPOD::JSON
=head1 AUTH
taPOD::JSON v1.1.0
{
"namespace":"Net::Minecraft::LoginFailure",
"inherits":"Moo::Object",
"does":"Net::Minecraft::Role::LoginResult",
"interface":"class"
}
=end MetaPOD::JSON
=hea
VERSION
version 0.002000
=begin MetaPOD::JSON v1.1.0
{
"namespace":"Net::Minecraft::Role::LoginResult",
"interface":"role"
}
=end MetaPOD::JSON
=head1 AUTHOR
Kent Fredric <kentnl@cpan.
= cwd();
chdir '/tmp/cpan-fixes';
cpanm(@params);
chdir $cwd;
}
sub parse_meta_json {
$_[0] ||= 'META.json';
require CPAN::Meta;
return CPAN::Meta->load_file( $_[0] );
}
sub import {
m
ixes;
$caller_stash->{cpanm_fix} = *cpanm_fix;
$caller_stash->{parse_meta_json} = *parse_meta_json;
$caller_stash->{capture_stdout} = *capture_stdout;
$caller_stash->{deploy_st