From 954ab8f28905e75f694ce14e4cfcfc279390ec1a Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 1 Dec 2018 18:02:24 +0900 Subject: [PATCH] changed the preferred bugtracker --- Makefile.PL | 2 +- lib/DBD/SQLite.pm | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 7be879b..d2c0f45 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', }, diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 2e4f0d7..3130d68 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -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 + +or via RT if you prefer: L