est suite to blow up if you require a module not listed as a
requirement in C<META.yml> or C<META.json>.
perl Build.PL
HARNESS_PERL_SWITCHES=-MModule::Mask::Deps ./Build test
Or use directly
rse::CPAN::Meta;
# Need to load these early in case we mask them later
use CPAN::Meta::YAML;
use JSON::PP;
use File::Spec::Functions qw(
file_name_is_absolute
updir
splitdir
abs2rel
et_deps
@deps = $class->get_deps()
Returns current dependencies as defined in either C<META.json> or C<META.yml>,
checked in that order. This is used internally by import and new, so there's
no