Skip to content

Commit

Permalink
p5-DBI: update to 1.639.
Browse files Browse the repository at this point in the history
Changes in DBI 1.638 - ...

    Fix UTF-8 support for warn/croak calls within DBI internals,
        thanks to pali #53
    Fix dependency on Storable for perl older than 5.8.9,
        thanks to H.Merijn Brand.

    Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine,
        thanks to Jens Rehsack #42

    Corrected missing semicolon in example in documentation,
        thanks to pali #55
  • Loading branch information
wiz committed Dec 31, 2017
1 parent ea8f0aa commit f6f0f4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions databases/p5-DBI/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.77 2017/09/30 07:49:15 wiz Exp $
# $NetBSD: Makefile,v 1.78 2017/12/31 13:28:44 wiz Exp $

DISTNAME= DBI-1.637
DISTNAME= DBI-1.639
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBI/}
Expand Down
10 changes: 5 additions & 5 deletions databases/p5-DBI/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.47 2017/08/26 07:47:50 wen Exp $
$NetBSD: distinfo,v 1.48 2017/12/31 13:28:44 wiz Exp $

SHA1 (DBI-1.637.tar.gz) = 183ba1542a7499b508568c1765a4a1bcc4b4bbc9
RMD160 (DBI-1.637.tar.gz) = 376a0dcfa40e75d10b578bd81981430eddbe2fe5
SHA512 (DBI-1.637.tar.gz) = 48002d77d40c40f0514d464a83f78255dc1a4c5ebb721fc18bcffa06d5f19ad7aec51084d5d8a032e37c6867b5f63176a9b11b5bdf08426f903b841139698240
Size (DBI-1.637.tar.gz) = 596423 bytes
SHA1 (DBI-1.639.tar.gz) = d486ad357708054827017a0d7151554704ce6607
RMD160 (DBI-1.639.tar.gz) = 49e4fca747a282cbaf42c27bec10a1a04e53d57d
SHA512 (DBI-1.639.tar.gz) = 14833f9c4f91e4ab646471254e893ec2c39dbe64c67f4324cea23b4a50249fd94622c9c8c63628faaed2bea1f765e3d9d223c5bbf33ad4124eda70b69d0b8640
Size (DBI-1.639.tar.gz) = 603697 bytes

0 comments on commit f6f0f4b

Please sign in to comment.