TA.json');
my $metajson = first { blessed($_) eq 'Dist::Zilla::Plugin::MetaJSON' } @{ $self->zilla->plugins };
return (0, 'META.json is not being added to the distribution') if not $metajson;
return (0, [ 'META.json is using meta-spec version %s', $metajson->version ]) if $metajson->version < '2';
my @filenames = map { $_->name } @{ $self->zilla->files };
$self->$log('checkin
no other plugins may modify F<Makefile.PL> nor F<Build.PL>
=item *
the L<C<[MetaJSON]>|Dist::Zilla::Plugin::MetaJSON> plugin must be used, at (the default) meta-spec version 2
=item *
no F<.xs> fi