From 02603227e70812ae9551abe301011df579f43fb3 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Wed, 22 Apr 2009 01:50:50 +0000 Subject: [PATCH] Corrected RT path. Moved getsqlite.pl into util --- Changes | 3 +++ Makefile.PL | 2 +- getsqlite.pl => util/getsqlite.pl | 0 3 files changed, 4 insertions(+), 1 deletion(-) rename getsqlite.pl => util/getsqlite.pl (100%) diff --git a/Changes b/Changes index 751b002..3abbb01 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Changes for Perl extension DBD-SQLite. 1.23_01 not yet released + - Moved getsqlite.pl into util (ADAMK) + - Switching to the RT queue instead of the RT report page that + does nothing and just refers you to email (ADAMK) - Now DBD::SQLite also uses amalgamated source recommended at sqlite.org (ISHIGAKI) - Resolved #45166: better unicode path handling under cygwin (ISHIGAKI) - Resolved #45171: test failure on CentOS 4.6 (ISHIGAKI) diff --git a/Makefile.PL b/Makefile.PL index 7781188..d9c9c13 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -239,7 +239,7 @@ WriteMakefile( }, resources => { license => 'http://dev.perl.org/licenses/', - bugtracker => 'http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DBD-SQLite', + bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=DBD-SQLite', repository => 'http://svn.ali.as/cpan/trunk/DBD-SQLite', MailingList => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbd-sqlite', }, diff --git a/getsqlite.pl b/util/getsqlite.pl similarity index 100% rename from getsqlite.pl rename to util/getsqlite.pl