diff options
author | tobez <tobez@FreeBSD.org> | 2005-11-05 20:51:41 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-11-05 20:51:41 +0800 |
commit | be33015adcda29ec5fe518ae11baa98df2b7c52e (patch) | |
tree | 3853e898565ba440a31df8567b9aa9c04e38cfaa /databases/p5-DBM-Deep/Makefile | |
parent | 08e42535493cb844771474e9802231f24b050039 (diff) | |
download | freebsd-ports-gnome-be33015adcda29ec5fe518ae11baa98df2b7c52e.tar.gz freebsd-ports-gnome-be33015adcda29ec5fe518ae11baa98df2b7c52e.tar.zst freebsd-ports-gnome-be33015adcda29ec5fe518ae11baa98df2b7c52e.zip |
Update to 0.96.
Changes:
-supports passing an optional filehandle to the constructor
-optional autobless flag to preserve and restore blessed hashes
-various bug fixes
PR: 88519
Submitted by: maintainer
Diffstat (limited to 'databases/p5-DBM-Deep/Makefile')
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index ff6680db81af..2db94f014ec7 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBM-Deep -PORTVERSION= 0.94 +PORTVERSION= 0.96 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBM |