We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As noted in #189, this distro's "Issues" link in MetaCPAN points to RT. To fix this, you can add the bugtracker in the metadata in Makefile.PL:
bugtracker
(META_ADD => { 'meta-spec' => { version => 2 }, resources => { repository => { type => 'git', url => 'https://github.com/andk/cpanpm' }, bugtracker => { web => "https://github.com/andk/cpanpm/issues", }, },
Likewise, you'd have to update the README.
Or, alternately, if you want issues reported to RT, which is a hair's breadth from shutting down, I suggest that you turn off GitHub issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As noted in #189, this distro's "Issues" link in MetaCPAN points to RT. To fix this, you can add the
bugtracker
in the metadata in Makefile.PL:Likewise, you'd have to update the README.
Or, alternately, if you want issues reported to RT, which is a hair's breadth from shutting down, I suggest that you turn off GitHub issues.
The text was updated successfully, but these errors were encountered: