Upgrade to 1.25, and portlint.

This commit is contained in:
Vanilla I. Shu 1998-04-04 14:05:12 +00:00
parent d5106c8dd7
commit f30cd04cad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10418
3 changed files with 12 additions and 12 deletions

View file

@ -1,13 +1,13 @@
# New ports collection makefile for: p5-MLDBM
# Version required: 1.24
# Version required: 1.25
# Date created: December 3 1997
# Whom: ache@freebsd.org
#
# $Id: Makefile,v 1.1.1.1 1997/12/03 07:11:18 ache Exp $
# $Id: Makefile,v 1.2 1997/12/03 14:02:07 ache Exp $
#
DISTNAME= MLDBM-1.24
PKGNAME= p5-MLDBM-1.24
DISTNAME= MLDBM-1.25
PKGNAME= p5-MLDBM-1.25
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MLDBM

View file

@ -1 +1 @@
MD5 (MLDBM-1.24.tar.gz) = 6b8c331ab4b571bd9048d255f15e8229
MD5 (MLDBM-1.25.tar.gz) = cdb68207ace736ef49ce70ad7ad6f2f5

View file

@ -1,9 +1,9 @@
MLDBM - store multi-level hash structure in single level tied hash
This module, intended primarily for use with DBM packages, can serve as a
transparent interface to any TIEHASH package that must be used to
store arbitrary perl data, including nested references.
It works by converting the values in the hash that are references, to their
string representation in perl syntax. When using a DBM database, it is this
string that gets stored.
This module, intended primarily for use with DBM packages, can serve as a
transparent interface to any TIEHASH package that must be used to
store arbitrary perl data, including nested references.
It works by converting the values in the hash that are references, to their
string representation in perl syntax. When using a DBM database, it is this
string that gets stored.