-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning is not issued #123
Comments
This is probably a Module::Build problem, not CPAN::Meta. CPAN::Meta has proper validation on that field: https://metacpan.org/source/DAGOLDEN/CPAN-Meta-2.150010/lib/CPAN/Meta/Validator.pm#L151 |
Ok. That is probably due to this issue |
use CPAN::Meta::Converter;
use Data::Dumper;
my $c = CPAN::Meta::Converter->new({ resources => { bugtracker => 'url' } });
print Dumper($c->upgrade_fragment(version => 2)); The observed behavior follows out of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When create next config:
and run
./Build.PL
the warning is not issued about url is not valid. and this field silently missed atMYMETA.json
.The text was updated successfully, but these errors were encountered: