) copyright notices in .pl and .pm distribution files; (b) for author entry
in META.yml or META.json, which ever peresent; and (c) for existence of LICENSE file, with the
correct license text autog
d_meta
Input: filename or dir or CPAN::Meta object
Output: CPAN::Meta object
Loads either META.json (preferred) or META.yml
=cut
sub load_meta {
my $base = shift || return;
return $base if UNI
}
map { -T and -r and CPAN::Meta->load_file($_) }
map { $base . "/$_"}
qw/ META.json META.yml /;
}
=pod
=head2 license_types
=cut
sub license_types {
qw/
AGPL_3 BSD