mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Corrected RT path.
Moved getsqlite.pl into util
This commit is contained in:
parent
34321bacd0
commit
02603227e7
3 changed files with 4 additions and 1 deletions
3
Changes
3
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)
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue