);
# JSON and local library installation
$self->install_modules( qw{
common::sense
JSON::XS
JSON
local::lib
} );
# Now that we have JSON::XS, use it as Parse::CPAN::Meta's JSON backend
.
$self->add_env('PERL_JSON_BACKEND', 'JSON::XS');
# Graphics module installation.
$self->install_module( name => 'Imager' );
$self->install_module( name => 'GD' );
return 1;
}
sub install_s