diff options
author | mef <mef@pkgsrc.org> | 2016-02-09 13:44:57 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-02-09 13:44:57 +0000 |
commit | 5c218e8e6e7f335662da4fc8cfef3268991d33cd (patch) | |
tree | 2feacdc4da1dffe023b2df409e1a0a9bc365653b /www/p5-URI-db | |
parent | 6f9070a9803d49f2fb5970ab3baaa3498f9c7b7f (diff) | |
download | pkgsrc-5c218e8e6e7f335662da4fc8cfef3268991d33cd.tar.gz |
Update to 0.17
--------------
0.17 2016-02-03T18:35:33Z
- Added URI::_ado, which subclasses URI::_odbc to provide a `dbi_dsn()`
that returns a DSN using DBD::ADO. NOTE: This class is experimental,
since I was unable to figure out the best default values for the
connection string -- there are so many options! Feedback and
recommendations wanted (Issue #11).
- The `dbi_dsn` method of URI::mssql now supports a single argument to
specify the DBI driver for which to return a DSN. Pass in "sybase" or
"ado" (experimental) to get a DSN for either of those drivers,
instead. Based on work by Dan Muey.
Diffstat (limited to 'www/p5-URI-db')
-rw-r--r-- | www/p5-URI-db/Makefile | 4 | ||||
-rw-r--r-- | www/p5-URI-db/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-URI-db/Makefile b/www/p5-URI-db/Makefile index d92848aed8d..410305c3d2f 100644 --- a/www/p5-URI-db/Makefile +++ b/www/p5-URI-db/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2016/02/01 12:25:06 mef Exp $ +# $NetBSD: Makefile,v 1.8 2016/02/09 13:44:57 mef Exp $ -DISTNAME= URI-db-0.16 +DISTNAME= URI-db-0.17 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} diff --git a/www/p5-URI-db/distinfo b/www/p5-URI-db/distinfo index 00a154fcf46..b0e342f0aba 100644 --- a/www/p5-URI-db/distinfo +++ b/www/p5-URI-db/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/02/01 12:25:06 mef Exp $ +$NetBSD: distinfo,v 1.6 2016/02/09 13:44:57 mef Exp $ -SHA1 (URI-db-0.16.tar.gz) = e61736d30d5e7549105cf7c75f86ffc3de69063e -RMD160 (URI-db-0.16.tar.gz) = 7d6d0f6ee264bcb17225ba2fdb776a62c45e5917 -SHA512 (URI-db-0.16.tar.gz) = d955a33d5812d0f25db3f0c2a89e3543e5df8716ef3ddacd5e5a8946b726977396de3f44c24dac146412f5a6eb0b42b8a928ff04703405a2dc95dda5cf7ea60a -Size (URI-db-0.16.tar.gz) = 21113 bytes +SHA1 (URI-db-0.17.tar.gz) = 46c8c0b9448e64a726f854827813a7f9d19bf9b0 +RMD160 (URI-db-0.17.tar.gz) = e5182e2ee5e7e6dfba5141fa335ce8288db297ec +SHA512 (URI-db-0.17.tar.gz) = 31e7284e7662d11c3b27c4f232d023b610187d82d17b5cc2ea3519a5a759a91d8b36f3a3947a905e516a92ebab5201f2a696b479cf95c2b5fdf43f797b4f6a12 +Size (URI-db-0.17.tar.gz) = 22456 bytes |