nore
always:
- /.build
- /_build*
- /Build
- MYMETA.*
- '!META.json'
- /.prove
---
# No configuration for .cpanfile, but by having a YAML document for
ller config into a .cpanfile file
our $VERSION = '0.1411';
use Dist::Iller::Elk;
use JSON::MaybeXS qw/decode_json/;
use Path::Tiny;
use Carp qw/croak/;
use Dist::Iller::Prereq;
with qw/
Dist::Ill
elf = shift;
my $metapath = path('META.json');
if(!$metapath->exists) {
croak 'META.json does not exist';
}
my $meta = decode_json($metapath->slurp)->{'prereqs'};
for my