diff options
author | kim <kim@pkgsrc.org> | 2005-04-16 01:10:23 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-04-16 01:10:23 +0000 |
commit | 4b025805397e465bb1eb140f9ba125d7792ad0b2 (patch) | |
tree | 416eb7832d8d262e708f3f1e6630121037388dd0 /databases/p5-DBD-SQLite/Makefile | |
parent | c5e6d6412173df79cbf334f70fa6faf5ffd286fb (diff) | |
download | pkgsrc-4b025805397e465bb1eb140f9ba125d7792ad0b2.tar.gz |
Upgrade to 1.08:
- Support 64 bit integers (uses floating point numbers when perl is not
compiled with 64 bit int support). This also fixes issues with using
sqlite timestamps.
- Upgrade to sqlite 3.1.3
- Fix issues of not finding rows when providing a number that perl sees
as a string.
- Fixes for most current bugs in RT (see http://rt.cpan.org/ to check
if your favourite bug got fixed).
Diffstat (limited to 'databases/p5-DBD-SQLite/Makefile')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 4feece1f18a..b79fd47818f 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:13 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/04/16 01:10:23 kim Exp $ # -DISTNAME= DBD-SQLite-1.07 +DISTNAME= DBD-SQLite-1.08 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dsl CATEGORIES= databases perl5 |