Skip to content

Commit

Permalink
Update to 0.17
Browse files Browse the repository at this point in the history
--------------
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.
  • Loading branch information
mef committed Feb 9, 2016
1 parent 04cf20e commit 9f776c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/p5-URI-db/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions www/p5-URI-db/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9f776c2

Please sign in to comment.