1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

changed the preferred bugtracker

This commit is contained in:
Kenichi Ishigaki 2018-12-01 18:02:24 +09:00
parent 45f473b587
commit 954ab8f289
2 changed files with 6 additions and 2 deletions

View file

@ -381,7 +381,7 @@ WriteMakefile(
}, },
resources => { resources => {
license => 'http://dev.perl.org/licenses/', license => 'http://dev.perl.org/licenses/',
bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite', bugtracker => 'https://github.com/DBD-SQLite/DBD-SQLite/issues',
repository => 'https://github.com/DBD-SQLite/DBD-SQLite', repository => 'https://github.com/DBD-SQLite/DBD-SQLite',
MailingList => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite', MailingList => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite',
}, },

View file

@ -2676,7 +2676,11 @@ on a specific need, such as querying for overlapping circles.
=head1 SUPPORT =head1 SUPPORT
Bugs should be reported via the CPAN bug tracker at Bugs should be reported to GitHub issues:
L<https://github.com/DBD-SQLite/DBD-SQLite/issues>
or via RT if you prefer:
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBD-SQLite> L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBD-SQLite>