mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
changed the preferred bugtracker
This commit is contained in:
parent
45f473b587
commit
954ab8f289
2 changed files with 6 additions and 2 deletions
|
@ -381,7 +381,7 @@ WriteMakefile(
|
|||
},
|
||||
resources => {
|
||||
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',
|
||||
MailingList => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite',
|
||||
},
|
||||
|
|
|
@ -2676,7 +2676,11 @@ on a specific need, such as querying for overlapping circles.
|
|||
|
||||
=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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue